Release 4.1.0
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
# 4.1.0 /2016-03-09
|
||||||
|
|
||||||
|
* Added file deletion functionality to file view
|
||||||
|
* Various performance improvements
|
||||||
|
* Emoji support
|
||||||
|
|
||||||
# 4.0.0 /2015-04-11
|
# 4.0.0 /2015-04-11
|
||||||
|
|
||||||
* Now compatible with JRuby (via the [rjgit](https://github.com/repotag/rjgit) [adapter](https://github.com/repotag/gollum-lib_rjgit_adapter))
|
* Now compatible with JRuby (via the [rjgit](https://github.com/repotag/rjgit) [adapter](https://github.com/repotag/gollum-lib_rjgit_adapter))
|
||||||
|
|||||||
+4
-2
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
|
|||||||
s.required_ruby_version = '>= 1.9'
|
s.required_ruby_version = '>= 1.9'
|
||||||
|
|
||||||
s.name = 'gollum'
|
s.name = 'gollum'
|
||||||
s.version = '4.0.1'
|
s.version = '4.1.0'
|
||||||
s.date = '2016-05-19'
|
s.date = '2017-03-09'
|
||||||
s.rubyforge_project = 'gollum'
|
s.rubyforge_project = 'gollum'
|
||||||
s.license = 'MIT'
|
s.license = 'MIT'
|
||||||
|
|
||||||
@@ -41,6 +41,7 @@ Gem::Specification.new do |s|
|
|||||||
|
|
||||||
# = MANIFEST =
|
# = MANIFEST =
|
||||||
s.files = %w[
|
s.files = %w[
|
||||||
|
CONTRIBUTING.md
|
||||||
Gemfile
|
Gemfile
|
||||||
HISTORY.md
|
HISTORY.md
|
||||||
LICENSE
|
LICENSE
|
||||||
@@ -74,6 +75,7 @@ Gem::Specification.new do |s|
|
|||||||
lib/gollum/public/gollum/images/fileview/folder-horizontal.png
|
lib/gollum/public/gollum/images/fileview/folder-horizontal.png
|
||||||
lib/gollum/public/gollum/images/fileview/toggle-small-expand.png
|
lib/gollum/public/gollum/images/fileview/toggle-small-expand.png
|
||||||
lib/gollum/public/gollum/images/fileview/toggle-small.png
|
lib/gollum/public/gollum/images/fileview/toggle-small.png
|
||||||
|
lib/gollum/public/gollum/images/fileview/trashcan.png
|
||||||
lib/gollum/public/gollum/images/icon-sprite.png
|
lib/gollum/public/gollum/images/icon-sprite.png
|
||||||
lib/gollum/public/gollum/images/man_24.png
|
lib/gollum/public/gollum/images/man_24.png
|
||||||
lib/gollum/public/gollum/images/para.png
|
lib/gollum/public/gollum/images/para.png
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ require File.expand_path('../gollum/uri_encode_component', __FILE__)
|
|||||||
$KCODE = 'U' if RUBY_VERSION[0, 3] == '1.8'
|
$KCODE = 'U' if RUBY_VERSION[0, 3] == '1.8'
|
||||||
|
|
||||||
module Gollum
|
module Gollum
|
||||||
VERSION = '4.0.1'
|
VERSION = '4.1.0'
|
||||||
|
|
||||||
def self.assets_path
|
def self.assets_path
|
||||||
::File.expand_path('gollum/public', ::File.dirname(__FILE__))
|
::File.expand_path('gollum/public', ::File.dirname(__FILE__))
|
||||||
|
|||||||
Reference in New Issue
Block a user