versionist 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,12 +56,10 @@ end
56
56
  # Hook to clear versionist cached data when routes are reloaded
57
57
  module Rails
58
58
  class Application #:nodoc:
59
- class RoutesReloader #:nodoc:
60
- def reload_with_versionist!
61
- Versionist.configuration.clear!
62
- reload_without_versionist!
63
- end
64
- alias_method_chain :reload!, :versionist
59
+ def reload_routes_with_versionist!
60
+ Versionist.configuration.clear!
61
+ reload_routes_without_versionist!
65
62
  end
63
+ alias_method_chain :reload_routes!, :versionist
66
64
  end
67
- end if defined? Rails::Application::RoutesReloader
65
+ end
@@ -1,3 +1,3 @@
1
1
  module Versionist
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: versionist
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.1
5
+ version: 0.2.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brian Ploetz
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-06-11 00:00:00 Z
13
+ date: 2012-06-27 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -105,7 +105,7 @@ rubyforge_project:
105
105
  rubygems_version: 1.8.17
106
106
  signing_key:
107
107
  specification_version: 3
108
- summary: versionist-0.2.1
108
+ summary: versionist-0.2.2
109
109
  test_files: []
110
110
 
111
111
  has_rdoc: