fizx-collapsed_routes 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{collapsed_routes}
5
- s.version = "1.2.0"
5
+ s.version = "1.3.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Kyle Maxwell"]
@@ -35,7 +35,7 @@ private
35
35
  logger.info "Defining route: new_#{base}_#{path}(#{parent} = @#{parent})"
36
36
  logger.info "Defining route: #{base.pluralize}_#{path}(#{parent} = @#{parent})"
37
37
 
38
- ActionController::UrlWriter.module_eval <<-RUBY
38
+ CollapsedRoutes.module_eval <<-RUBY
39
39
  def #{base}_#{path}(#{base} = @#{base})
40
40
  #{series}_#{path}(#{backtrack_base})
41
41
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fizx-collapsed_routes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Maxwell