route_localize 0.0.5 → 0.0.6

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: route_localize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sunny Ripert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-18 00:00:00.000000000 Z
11
+ date: 2014-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '>='
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.1
19
+ version: 4.0.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '>='
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.1
26
+ version: 4.0.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -82,9 +82,7 @@ files:
82
82
  - test/dummy/config/locales/routes.yml
83
83
  - test/dummy/config/routes.rb
84
84
  - test/dummy/config.ru
85
- - test/dummy/db/development.sqlite3
86
85
  - test/dummy/db/test.sqlite3
87
- - test/dummy/log/development.log
88
86
  - test/dummy/log/test.log
89
87
  - test/dummy/public/404.html
90
88
  - test/dummy/public/422.html
@@ -92,12 +90,6 @@ files:
92
90
  - test/dummy/public/favicon.ico
93
91
  - test/dummy/Rakefile
94
92
  - test/dummy/README.rdoc
95
- - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
96
- - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
97
- - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
98
- - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
99
- - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
100
- - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
101
93
  - test/integration/routes_test.rb
102
94
  - test/route_localize_test.rb
103
95
  - test/test_helper.rb
@@ -154,9 +146,7 @@ test_files:
154
146
  - test/dummy/config/locales/routes.yml
155
147
  - test/dummy/config/routes.rb
156
148
  - test/dummy/config.ru
157
- - test/dummy/db/development.sqlite3
158
149
  - test/dummy/db/test.sqlite3
159
- - test/dummy/log/development.log
160
150
  - test/dummy/log/test.log
161
151
  - test/dummy/public/404.html
162
152
  - test/dummy/public/422.html
@@ -164,12 +154,6 @@ test_files:
164
154
  - test/dummy/public/favicon.ico
165
155
  - test/dummy/Rakefile
166
156
  - test/dummy/README.rdoc
167
- - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
168
- - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
169
- - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
170
- - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
171
- - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
172
- - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
173
157
  - test/integration/routes_test.rb
174
158
  - test/route_localize_test.rb
175
159
  - test/test_helper.rb
File without changes