Release 4.1.2

This commit is contained in:
Dawa Ometto
2017-08-07 17:54:00 +02:00
parent e4f702d1e2
commit 6de0914788
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
# 4.1.2 /2017-08-07
* Lock to a newer version of gollum-lib to avoid installing an outdated and vulnerable dependency (nokogiri) on ruby 2.0. See https://github.com/gollum/gollum-lib/pull/279. Note: this breaks semantic versioning so those using outdated rubies will discover the problem on update.
# 4.1.0 /2017-03-09
* Added file deletion functionality to file view
+2 -2
View File
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9'
s.name = 'gollum'
s.version = '4.1.1'
s.date = '2017-04-17'
s.version = '4.1.2'
s.date = '2017-08-07'
s.rubyforge_project = 'gollum'
s.license = 'MIT'
+1 -1
View File
@@ -16,7 +16,7 @@ require File.expand_path('../gollum/uri_encode_component', __FILE__)
$KCODE = 'U' if RUBY_VERSION[0, 3] == '1.8'
module Gollum
VERSION = '4.1.1'
VERSION = '4.1.2'
def self.assets_path
::File.expand_path('gollum/public', ::File.dirname(__FILE__))