gollum_rails 1.4.9 → 1.4.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5d073a4ddfcea8d69ccd3d45a0ac7a429c1da2a
4
- data.tar.gz: 9182e236945fe01f8f7acd870fb80ea74a9a8536
3
+ metadata.gz: 4d8144ea423bdcbb2ee042aa7e54e1455dc15989
4
+ data.tar.gz: 760dfdefa08826d86a54a4d42bfd65f223f1090f
5
5
  SHA512:
6
- metadata.gz: d50c7b027fdc76df3608b71b85fa72fd30421f7a37f6db73a8717bf051fb44efe96e3d4a0cce26432ba2807a5dcde7e41e0862ae094fecfa13709be95b3ff2a1
7
- data.tar.gz: ae112903ae2b94b12699b868b63842adc50e0c9074b40c8cd631af3411ba3baace4b5e818a8c96c3bb24169abe1c67a1a3aa20cd6a5c27c4dd4457a7e7ba8544
6
+ metadata.gz: 7f296ca8306f67678fdf5262c40f4aa2a2b2d80088645043b0681feb9606350181cce2213dbff3842ea0e591379c8df42d1c1b0785d4cfc41f1a8b3166a723a5
7
+ data.tar.gz: 053774074c12d940f0001b83adabc46a888499d4a24ad721e29dfefe23a611adcce1ab43207a1069cf3ffc1908b97ac8f159f4c2dfde06242be7742fcd4f078a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gollum_rails (1.4.9)
4
+ gollum_rails (1.4.10)
5
5
  activemodel (>= 3.2.11)
6
6
  activesupport (>= 3.2.11)
7
7
  gollum-lib (~> 1.0.9)
data/gollum_rails.gemspec CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.name = 'gollum_rails'
5
5
  s.rubyforge_project = s.name
6
6
 
7
- s.version = '1.4.9'
7
+ s.version = '1.4.10'
8
8
 
9
9
  s.summary = 'Combines Gollum and Rails'
10
10
  s.description= 'include Gollum into Rails with ease'
@@ -21,7 +21,7 @@ module GollumRails
21
21
  # Gets the wiki instance
22
22
  def wiki
23
23
  raise InitializationError, "Wiki path was not initialized!" if Setup.wiki_path.nil?
24
- @wiki ||= Gollum::Wiki.new(Setup.wiki_path, Setup.wiki_options || {} )
24
+ @wiki ||= Gollum::Wiki.new(Setup.wiki_path, {} )
25
25
  end
26
26
  end
27
27
  # Gets the pages format
data/lib/gollum_rails.rb CHANGED
@@ -44,7 +44,7 @@ module GollumRails
44
44
  autoload :Orm
45
45
 
46
46
  # GollumRails version string
47
- VERSION = '1.4.9'
47
+ VERSION = '1.4.10'
48
48
 
49
49
  end
50
50
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gollum_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.9
4
+ version: 1.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Kasper