mount_doc 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,7 +42,6 @@ module MountDoc
42
42
  end
43
43
 
44
44
  def routes_for(controller, action)
45
- puts "#{controller}##{action}"
46
45
  _routes = routes.dup.select{ |route|
47
46
  route[:controller].to_s.to_sym == controller.to_s.to_sym && route[:action].to_s.to_sym == action.to_s.to_sym
48
47
  }
@@ -1,3 +1,3 @@
1
1
  module MountDoc
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mount_doc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-11 00:00:00.000000000 Z
12
+ date: 2012-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -214,18 +214,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
214
214
  - - ! '>='
215
215
  - !ruby/object:Gem::Version
216
216
  version: '0'
217
- segments:
218
- - 0
219
- hash: 352048401750777844
220
217
  required_rubygems_version: !ruby/object:Gem::Requirement
221
218
  none: false
222
219
  requirements:
223
220
  - - ! '>='
224
221
  - !ruby/object:Gem::Version
225
222
  version: '0'
226
- segments:
227
- - 0
228
- hash: 352048401750777844
229
223
  requirements: []
230
224
  rubyforge_project:
231
225
  rubygems_version: 1.8.22