gollum_rails 0.0.2.7 → 0.0.2.8

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gollum_rails (0.0.2.7)
4
+ gollum_rails (0.0.2.8)
5
5
  activemodel (~> 3.2.11)
6
6
  builder (~> 3.0.0)
7
7
  gollum (~> 2.4.11)
data/gollum_rails.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.rubygems_version = '1.3.5'
3
3
  s.name = 'gollum_rails'
4
- s.version = '0.0.2.7'
4
+ s.version = '0.0.2.8'
5
5
 
6
6
  s.summary = 'Combines the benefits from Gollum with Rails'
7
7
  s.description= 'use templating, authentication and so on'
data/lib/gollum_rails.rb CHANGED
@@ -13,7 +13,6 @@ require File.expand_path('../gollum_rails/wiki', __FILE__)
13
13
  $KCODE = 'U' if RUBY_VERSION[0,3] == '1.8'
14
14
 
15
15
  module GollumRails
16
-
17
- VERSION = '0.0.2.7'
16
+ VERSION = '0.0.2.8'
18
17
 
19
18
  end
@@ -3,7 +3,6 @@ require 'rails'
3
3
  module GollumRails
4
4
  class Engine < ::Rails::Engine
5
5
  initializer "gollum_rails.load_app" do |app|
6
- puts "abl"
7
6
  #super
8
7
  ## GollumRails::Config::rails = app
9
8
  end
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: 0.0.2.7
4
+ version: 0.0.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -217,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  version: '0'
218
218
  segments:
219
219
  - 0
220
- hash: 182668687
220
+ hash: 833219695
221
221
  requirements: []
222
222
  rubyforge_project:
223
223
  rubygems_version: 1.8.23