high_voltage 2.2.1 → 3.0.0

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.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -3
  3. data/.travis.yml +9 -15
  4. data/Appraisals +7 -10
  5. data/CONTRIBUTING.md +4 -1
  6. data/Gemfile +4 -3
  7. data/Gemfile.lock +65 -43
  8. data/MIT-LICENSE +1 -1
  9. data/NEWS.md +15 -0
  10. data/README.md +86 -18
  11. data/app/controllers/concerns/high_voltage/static_page.rb +8 -11
  12. data/gemfiles/rails4.0.gemfile +2 -3
  13. data/gemfiles/rails4.1.gemfile +2 -3
  14. data/gemfiles/rails4.2.gemfile +9 -0
  15. data/gemfiles/rails50.gemfile +10 -0
  16. data/high_voltage.gemspec +0 -1
  17. data/lib/high_voltage/configuration.rb +4 -22
  18. data/lib/high_voltage/constraints/root_route.rb +17 -10
  19. data/lib/high_voltage/page.rb +44 -0
  20. data/lib/high_voltage/page_collector.rb +23 -0
  21. data/lib/high_voltage/page_finder.rb +16 -2
  22. data/lib/high_voltage/version.rb +1 -1
  23. data/lib/high_voltage.rb +2 -0
  24. data/spec/constraints/root_route_spec.rb +23 -8
  25. data/spec/controllers/pages_controller_spec.rb +57 -52
  26. data/spec/fake_app.rb +15 -0
  27. data/spec/fixtures/app/views/pages/_partial.html.erb +1 -0
  28. data/spec/fixtures/app/views/pages/text.txt.erb +1 -0
  29. data/spec/fixtures/config/database.yml +3 -0
  30. data/spec/high_voltage/configuration_spec.rb +0 -57
  31. data/spec/high_voltage/page_collector_spec.rb +36 -0
  32. data/spec/high_voltage/page_finder_spec.rb +34 -14
  33. data/spec/high_voltage/page_spec.rb +65 -0
  34. data/spec/spec_helper.rb +21 -8
  35. data/spec/support/http_method_shim.rb +15 -0
  36. metadata +55 -119
  37. data/gemfiles/rails3.1.gemfile +0 -8
  38. data/gemfiles/rails3.1.gemfile.lock +0 -121
  39. data/gemfiles/rails3.2.gemfile +0 -8
  40. data/gemfiles/rails3.2.gemfile.lock +0 -119
  41. data/gemfiles/rails4.0.gemfile.lock +0 -118
  42. data/gemfiles/rails4.1.gemfile.lock +0 -124
  43. data/spec/controllers/action_caching_controller_spec.rb +0 -38
  44. data/spec/controllers/page_caching_controller_spec.rb +0 -37
  45. data/spec/dummy/Rakefile +0 -7
  46. data/spec/dummy/app/controllers/application_controller.rb +0 -3
  47. data/spec/dummy/app/helpers/application_helper.rb +0 -2
  48. data/spec/dummy/config/application.rb +0 -43
  49. data/spec/dummy/config/boot.rb +0 -10
  50. data/spec/dummy/config/environment.rb +0 -5
  51. data/spec/dummy/config/environments/development.rb +0 -25
  52. data/spec/dummy/config/environments/production.rb +0 -49
  53. data/spec/dummy/config/environments/test.rb +0 -30
  54. data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
  55. data/spec/dummy/config/initializers/inflections.rb +0 -10
  56. data/spec/dummy/config/initializers/mime_types.rb +0 -5
  57. data/spec/dummy/config/initializers/secret_key_base.rb +0 -1
  58. data/spec/dummy/config/initializers/secret_token.rb +0 -7
  59. data/spec/dummy/config/initializers/session_store.rb +0 -8
  60. data/spec/dummy/config/locales/en.yml +0 -5
  61. data/spec/dummy/config.ru +0 -4
  62. data/spec/dummy/public/404.html +0 -26
  63. data/spec/dummy/public/422.html +0 -26
  64. data/spec/dummy/public/500.html +0 -26
  65. data/spec/dummy/public/favicon.ico +0 -0
  66. data/spec/dummy/public/javascripts/application.js +0 -2
  67. data/spec/dummy/public/javascripts/controls.js +0 -965
  68. data/spec/dummy/public/javascripts/dragdrop.js +0 -974
  69. data/spec/dummy/public/javascripts/effects.js +0 -1123
  70. data/spec/dummy/public/javascripts/prototype.js +0 -6001
  71. data/spec/dummy/public/javascripts/rails.js +0 -191
  72. data/spec/dummy/public/stylesheets/.gitkeep +0 -0
  73. data/spec/dummy/script/rails +0 -6
  74. /data/spec/{dummy → fixtures}/app/views/layouts/alternate.html.erb +0 -0
  75. /data/spec/{dummy → fixtures}/app/views/layouts/application.html.erb +0 -0
  76. /data/spec/{dummy → fixtures}/app/views/other/wrong.html.erb +0 -0
  77. /data/spec/{dummy → fixtures}/app/views/other_pages/also_dir/also_nested.html.erb +0 -0
  78. /data/spec/{dummy → fixtures}/app/views/other_pages/also_exists.html.erb +0 -0
  79. /data/spec/{dummy → fixtures}/app/views/other_pages/also_exists_but_references_nonexistent_partial.html.erb +0 -0
  80. /data/spec/{dummy → fixtures}/app/views/pages/also_dir/also_nested.html.erb +0 -0
  81. /data/spec/{dummy → fixtures}/app/views/pages/also_exists.html.erb +0 -0
  82. /data/spec/{dummy → fixtures}/app/views/pages/also_exists_but_references_nonexistent_partial.html.erb +0 -0
  83. /data/spec/{dummy → fixtures}/app/views/pages/dir/nested.html.erb +0 -0
  84. /data/spec/{dummy → fixtures}/app/views/pages/exists.html.erb +0 -0
  85. /data/spec/{dummy → fixtures}/app/views/pages/exists_but_references_nonexistent_partial.html.erb +0 -0
  86. /data/spec/{dummy → fixtures}/app/views/pages/rot13.html.erb +0 -0
  87. /data/spec/{dummy → fixtures}/config/routes.rb +0 -0
  88. /data/spec/{dummy → fixtures}/public/pages/exists.html +0 -0
  89. /data/spec/{dummy → support}/app/controllers/alternative_finder_controller.rb +0 -0
  90. /data/spec/{dummy → support}/app/controllers/subclassed_pages_controller.rb +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: high_voltage
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Jankowski
@@ -16,7 +16,7 @@ authors:
16
16
  autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
- date: 2014-07-23 00:00:00.000000000 Z
19
+ date: 2016-04-15 00:00:00.000000000 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: activesupport
@@ -46,20 +46,6 @@ dependencies:
46
46
  - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
- - !ruby/object:Gem::Dependency
50
- name: rspec-rails
51
- requirement: !ruby/object:Gem::Requirement
52
- requirements:
53
- - - ">="
54
- - !ruby/object:Gem::Version
55
- version: '0'
56
- type: :development
57
- prerelease: false
58
- version_requirements: !ruby/object:Gem::Requirement
59
- requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0'
63
49
  description: Fire in the disco. Fire in the ... taco bell.
64
50
  email:
65
51
  - support@thoughtbot.com
@@ -80,83 +66,57 @@ files:
80
66
  - app/controllers/concerns/high_voltage/static_page.rb
81
67
  - app/controllers/high_voltage/pages_controller.rb
82
68
  - config/routes.rb
83
- - gemfiles/rails3.1.gemfile
84
- - gemfiles/rails3.1.gemfile.lock
85
- - gemfiles/rails3.2.gemfile
86
- - gemfiles/rails3.2.gemfile.lock
87
69
  - gemfiles/rails4.0.gemfile
88
- - gemfiles/rails4.0.gemfile.lock
89
70
  - gemfiles/rails4.1.gemfile
90
- - gemfiles/rails4.1.gemfile.lock
71
+ - gemfiles/rails4.2.gemfile
72
+ - gemfiles/rails50.gemfile
91
73
  - high_voltage.gemspec
92
74
  - lib/high_voltage.rb
93
75
  - lib/high_voltage/configuration.rb
94
76
  - lib/high_voltage/constraints/root_route.rb
95
77
  - lib/high_voltage/engine.rb
78
+ - lib/high_voltage/page.rb
79
+ - lib/high_voltage/page_collector.rb
96
80
  - lib/high_voltage/page_finder.rb
97
81
  - lib/high_voltage/route_drawers/default.rb
98
82
  - lib/high_voltage/route_drawers/root.rb
99
83
  - lib/high_voltage/version.rb
100
84
  - spec/constraints/root_route_spec.rb
101
- - spec/controllers/action_caching_controller_spec.rb
102
85
  - spec/controllers/alternative_finder_controller_spec.rb
103
- - spec/controllers/page_caching_controller_spec.rb
104
86
  - spec/controllers/pages_controller_spec.rb
105
87
  - spec/controllers/subclassed_pages_controller_spec.rb
106
- - spec/dummy/Rakefile
107
- - spec/dummy/app/controllers/alternative_finder_controller.rb
108
- - spec/dummy/app/controllers/application_controller.rb
109
- - spec/dummy/app/controllers/subclassed_pages_controller.rb
110
- - spec/dummy/app/helpers/application_helper.rb
111
- - spec/dummy/app/views/layouts/alternate.html.erb
112
- - spec/dummy/app/views/layouts/application.html.erb
113
- - spec/dummy/app/views/other/wrong.html.erb
114
- - spec/dummy/app/views/other_pages/also_dir/also_nested.html.erb
115
- - spec/dummy/app/views/other_pages/also_exists.html.erb
116
- - spec/dummy/app/views/other_pages/also_exists_but_references_nonexistent_partial.html.erb
117
- - spec/dummy/app/views/pages/also_dir/also_nested.html.erb
118
- - spec/dummy/app/views/pages/also_exists.html.erb
119
- - spec/dummy/app/views/pages/also_exists_but_references_nonexistent_partial.html.erb
120
- - spec/dummy/app/views/pages/dir/nested.html.erb
121
- - spec/dummy/app/views/pages/exists.html.erb
122
- - spec/dummy/app/views/pages/exists_but_references_nonexistent_partial.html.erb
123
- - spec/dummy/app/views/pages/rot13.html.erb
124
- - spec/dummy/config.ru
125
- - spec/dummy/config/application.rb
126
- - spec/dummy/config/boot.rb
127
- - spec/dummy/config/environment.rb
128
- - spec/dummy/config/environments/development.rb
129
- - spec/dummy/config/environments/production.rb
130
- - spec/dummy/config/environments/test.rb
131
- - spec/dummy/config/initializers/backtrace_silencers.rb
132
- - spec/dummy/config/initializers/inflections.rb
133
- - spec/dummy/config/initializers/mime_types.rb
134
- - spec/dummy/config/initializers/secret_key_base.rb
135
- - spec/dummy/config/initializers/secret_token.rb
136
- - spec/dummy/config/initializers/session_store.rb
137
- - spec/dummy/config/locales/en.yml
138
- - spec/dummy/config/routes.rb
139
- - spec/dummy/public/404.html
140
- - spec/dummy/public/422.html
141
- - spec/dummy/public/500.html
142
- - spec/dummy/public/favicon.ico
143
- - spec/dummy/public/javascripts/application.js
144
- - spec/dummy/public/javascripts/controls.js
145
- - spec/dummy/public/javascripts/dragdrop.js
146
- - spec/dummy/public/javascripts/effects.js
147
- - spec/dummy/public/javascripts/prototype.js
148
- - spec/dummy/public/javascripts/rails.js
149
- - spec/dummy/public/pages/exists.html
150
- - spec/dummy/public/stylesheets/.gitkeep
151
- - spec/dummy/script/rails
88
+ - spec/fake_app.rb
89
+ - spec/fixtures/app/views/layouts/alternate.html.erb
90
+ - spec/fixtures/app/views/layouts/application.html.erb
91
+ - spec/fixtures/app/views/other/wrong.html.erb
92
+ - spec/fixtures/app/views/other_pages/also_dir/also_nested.html.erb
93
+ - spec/fixtures/app/views/other_pages/also_exists.html.erb
94
+ - spec/fixtures/app/views/other_pages/also_exists_but_references_nonexistent_partial.html.erb
95
+ - spec/fixtures/app/views/pages/_partial.html.erb
96
+ - spec/fixtures/app/views/pages/also_dir/also_nested.html.erb
97
+ - spec/fixtures/app/views/pages/also_exists.html.erb
98
+ - spec/fixtures/app/views/pages/also_exists_but_references_nonexistent_partial.html.erb
99
+ - spec/fixtures/app/views/pages/dir/nested.html.erb
100
+ - spec/fixtures/app/views/pages/exists.html.erb
101
+ - spec/fixtures/app/views/pages/exists_but_references_nonexistent_partial.html.erb
102
+ - spec/fixtures/app/views/pages/rot13.html.erb
103
+ - spec/fixtures/app/views/pages/text.txt.erb
104
+ - spec/fixtures/config/database.yml
105
+ - spec/fixtures/config/routes.rb
106
+ - spec/fixtures/public/pages/exists.html
152
107
  - spec/high_voltage/configuration_spec.rb
108
+ - spec/high_voltage/page_collector_spec.rb
153
109
  - spec/high_voltage/page_finder_spec.rb
110
+ - spec/high_voltage/page_spec.rb
154
111
  - spec/high_voltage_spec.rb
155
112
  - spec/integration/navigation_spec.rb
156
113
  - spec/minimal_spec_helper.rb
157
114
  - spec/requests/home_page_spec.rb
158
115
  - spec/routing/routes_spec.rb
159
116
  - spec/spec_helper.rb
117
+ - spec/support/app/controllers/alternative_finder_controller.rb
118
+ - spec/support/app/controllers/subclassed_pages_controller.rb
119
+ - spec/support/http_method_shim.rb
160
120
  homepage: http://github.com/thoughtbot/high_voltage
161
121
  licenses:
162
122
  - MIT
@@ -177,68 +137,44 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
137
  version: '0'
178
138
  requirements: []
179
139
  rubyforge_project:
180
- rubygems_version: 2.2.2
140
+ rubygems_version: 2.5.1
181
141
  signing_key:
182
142
  specification_version: 4
183
143
  summary: Simple static page rendering controller
184
144
  test_files:
185
145
  - spec/constraints/root_route_spec.rb
186
- - spec/controllers/action_caching_controller_spec.rb
187
146
  - spec/controllers/alternative_finder_controller_spec.rb
188
- - spec/controllers/page_caching_controller_spec.rb
189
147
  - spec/controllers/pages_controller_spec.rb
190
148
  - spec/controllers/subclassed_pages_controller_spec.rb
191
- - spec/dummy/Rakefile
192
- - spec/dummy/app/controllers/alternative_finder_controller.rb
193
- - spec/dummy/app/controllers/application_controller.rb
194
- - spec/dummy/app/controllers/subclassed_pages_controller.rb
195
- - spec/dummy/app/helpers/application_helper.rb
196
- - spec/dummy/app/views/layouts/alternate.html.erb
197
- - spec/dummy/app/views/layouts/application.html.erb
198
- - spec/dummy/app/views/other/wrong.html.erb
199
- - spec/dummy/app/views/other_pages/also_dir/also_nested.html.erb
200
- - spec/dummy/app/views/other_pages/also_exists.html.erb
201
- - spec/dummy/app/views/other_pages/also_exists_but_references_nonexistent_partial.html.erb
202
- - spec/dummy/app/views/pages/also_dir/also_nested.html.erb
203
- - spec/dummy/app/views/pages/also_exists.html.erb
204
- - spec/dummy/app/views/pages/also_exists_but_references_nonexistent_partial.html.erb
205
- - spec/dummy/app/views/pages/dir/nested.html.erb
206
- - spec/dummy/app/views/pages/exists.html.erb
207
- - spec/dummy/app/views/pages/exists_but_references_nonexistent_partial.html.erb
208
- - spec/dummy/app/views/pages/rot13.html.erb
209
- - spec/dummy/config.ru
210
- - spec/dummy/config/application.rb
211
- - spec/dummy/config/boot.rb
212
- - spec/dummy/config/environment.rb
213
- - spec/dummy/config/environments/development.rb
214
- - spec/dummy/config/environments/production.rb
215
- - spec/dummy/config/environments/test.rb
216
- - spec/dummy/config/initializers/backtrace_silencers.rb
217
- - spec/dummy/config/initializers/inflections.rb
218
- - spec/dummy/config/initializers/mime_types.rb
219
- - spec/dummy/config/initializers/secret_key_base.rb
220
- - spec/dummy/config/initializers/secret_token.rb
221
- - spec/dummy/config/initializers/session_store.rb
222
- - spec/dummy/config/locales/en.yml
223
- - spec/dummy/config/routes.rb
224
- - spec/dummy/public/404.html
225
- - spec/dummy/public/422.html
226
- - spec/dummy/public/500.html
227
- - spec/dummy/public/favicon.ico
228
- - spec/dummy/public/javascripts/application.js
229
- - spec/dummy/public/javascripts/controls.js
230
- - spec/dummy/public/javascripts/dragdrop.js
231
- - spec/dummy/public/javascripts/effects.js
232
- - spec/dummy/public/javascripts/prototype.js
233
- - spec/dummy/public/javascripts/rails.js
234
- - spec/dummy/public/pages/exists.html
235
- - spec/dummy/public/stylesheets/.gitkeep
236
- - spec/dummy/script/rails
149
+ - spec/fake_app.rb
150
+ - spec/fixtures/app/views/layouts/alternate.html.erb
151
+ - spec/fixtures/app/views/layouts/application.html.erb
152
+ - spec/fixtures/app/views/other/wrong.html.erb
153
+ - spec/fixtures/app/views/other_pages/also_dir/also_nested.html.erb
154
+ - spec/fixtures/app/views/other_pages/also_exists.html.erb
155
+ - spec/fixtures/app/views/other_pages/also_exists_but_references_nonexistent_partial.html.erb
156
+ - spec/fixtures/app/views/pages/_partial.html.erb
157
+ - spec/fixtures/app/views/pages/also_dir/also_nested.html.erb
158
+ - spec/fixtures/app/views/pages/also_exists.html.erb
159
+ - spec/fixtures/app/views/pages/also_exists_but_references_nonexistent_partial.html.erb
160
+ - spec/fixtures/app/views/pages/dir/nested.html.erb
161
+ - spec/fixtures/app/views/pages/exists.html.erb
162
+ - spec/fixtures/app/views/pages/exists_but_references_nonexistent_partial.html.erb
163
+ - spec/fixtures/app/views/pages/rot13.html.erb
164
+ - spec/fixtures/app/views/pages/text.txt.erb
165
+ - spec/fixtures/config/database.yml
166
+ - spec/fixtures/config/routes.rb
167
+ - spec/fixtures/public/pages/exists.html
237
168
  - spec/high_voltage/configuration_spec.rb
169
+ - spec/high_voltage/page_collector_spec.rb
238
170
  - spec/high_voltage/page_finder_spec.rb
171
+ - spec/high_voltage/page_spec.rb
239
172
  - spec/high_voltage_spec.rb
240
173
  - spec/integration/navigation_spec.rb
241
174
  - spec/minimal_spec_helper.rb
242
175
  - spec/requests/home_page_spec.rb
243
176
  - spec/routing/routes_spec.rb
244
177
  - spec/spec_helper.rb
178
+ - spec/support/app/controllers/alternative_finder_controller.rb
179
+ - spec/support/app/controllers/subclassed_pages_controller.rb
180
+ - spec/support/http_method_shim.rb
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "rails", "~> 3.1.12"
7
-
8
- gemspec :path => "../"
@@ -1,121 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- high_voltage (2.2.0)
5
-
6
- GEM
7
- remote: http://rubygems.org/
8
- specs:
9
- actionmailer (3.1.12)
10
- actionpack (= 3.1.12)
11
- mail (~> 2.4.4)
12
- actionpack (3.1.12)
13
- activemodel (= 3.1.12)
14
- activesupport (= 3.1.12)
15
- builder (~> 3.0.0)
16
- erubis (~> 2.7.0)
17
- i18n (~> 0.6)
18
- rack (~> 1.3.6)
19
- rack-cache (~> 1.2)
20
- rack-mount (~> 0.8.2)
21
- rack-test (~> 0.6.1)
22
- sprockets (~> 2.0.4)
23
- activemodel (3.1.12)
24
- activesupport (= 3.1.12)
25
- builder (~> 3.0.0)
26
- i18n (~> 0.6)
27
- activerecord (3.1.12)
28
- activemodel (= 3.1.12)
29
- activesupport (= 3.1.12)
30
- arel (~> 2.2.3)
31
- tzinfo (~> 0.3.29)
32
- activeresource (3.1.12)
33
- activemodel (= 3.1.12)
34
- activesupport (= 3.1.12)
35
- activesupport (3.1.12)
36
- multi_json (~> 1.0)
37
- appraisal (1.0.0)
38
- bundler
39
- rake
40
- thor (>= 0.14.0)
41
- arel (2.2.3)
42
- builder (3.0.4)
43
- coderay (1.1.0)
44
- diff-lcs (1.2.5)
45
- erubis (2.7.0)
46
- hike (1.2.3)
47
- i18n (0.6.9)
48
- json (1.8.1)
49
- mail (2.4.4)
50
- i18n (>= 0.4.0)
51
- mime-types (~> 1.16)
52
- treetop (~> 1.4.8)
53
- method_source (0.8.2)
54
- mime-types (1.25.1)
55
- multi_json (1.9.0)
56
- polyglot (0.3.4)
57
- pry (0.9.12.6)
58
- coderay (~> 1.0)
59
- method_source (~> 0.8)
60
- slop (~> 3.4)
61
- rack (1.3.10)
62
- rack-cache (1.2)
63
- rack (>= 0.4)
64
- rack-mount (0.8.3)
65
- rack (>= 1.0.0)
66
- rack-ssl (1.3.3)
67
- rack
68
- rack-test (0.6.2)
69
- rack (>= 1.0)
70
- rails (3.1.12)
71
- actionmailer (= 3.1.12)
72
- actionpack (= 3.1.12)
73
- activerecord (= 3.1.12)
74
- activeresource (= 3.1.12)
75
- activesupport (= 3.1.12)
76
- bundler (~> 1.0)
77
- railties (= 3.1.12)
78
- railties (3.1.12)
79
- actionpack (= 3.1.12)
80
- activesupport (= 3.1.12)
81
- rack-ssl (~> 1.3.2)
82
- rake (>= 0.8.7)
83
- rdoc (~> 3.4)
84
- thor (~> 0.14.6)
85
- rake (10.3.2)
86
- rdoc (3.12.2)
87
- json (~> 1.4)
88
- rspec-core (2.14.8)
89
- rspec-expectations (2.14.5)
90
- diff-lcs (>= 1.1.3, < 2.0)
91
- rspec-mocks (2.14.6)
92
- rspec-rails (2.14.2)
93
- actionpack (>= 3.0)
94
- activemodel (>= 3.0)
95
- activesupport (>= 3.0)
96
- railties (>= 3.0)
97
- rspec-core (~> 2.14.0)
98
- rspec-expectations (~> 2.14.0)
99
- rspec-mocks (~> 2.14.0)
100
- slop (3.5.0)
101
- sprockets (2.0.4)
102
- hike (~> 1.2)
103
- rack (~> 1.0)
104
- tilt (~> 1.1, != 1.3.0)
105
- thor (0.14.6)
106
- tilt (1.4.1)
107
- treetop (1.4.15)
108
- polyglot
109
- polyglot (>= 0.3.1)
110
- tzinfo (0.3.39)
111
-
112
- PLATFORMS
113
- ruby
114
-
115
- DEPENDENCIES
116
- activesupport (>= 3.1.0)
117
- appraisal
118
- high_voltage!
119
- pry
120
- rails (~> 3.1.12)
121
- rspec-rails
@@ -1,8 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "appraisal"
6
- gem "rails", "~> 3.2.13"
7
-
8
- gemspec :path => "../"
@@ -1,119 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- high_voltage (2.2.0)
5
-
6
- GEM
7
- remote: http://rubygems.org/
8
- specs:
9
- actionmailer (3.2.16)
10
- actionpack (= 3.2.16)
11
- mail (~> 2.5.4)
12
- actionpack (3.2.16)
13
- activemodel (= 3.2.16)
14
- activesupport (= 3.2.16)
15
- builder (~> 3.0.0)
16
- erubis (~> 2.7.0)
17
- journey (~> 1.0.4)
18
- rack (~> 1.4.5)
19
- rack-cache (~> 1.2)
20
- rack-test (~> 0.6.1)
21
- sprockets (~> 2.2.1)
22
- activemodel (3.2.16)
23
- activesupport (= 3.2.16)
24
- builder (~> 3.0.0)
25
- activerecord (3.2.16)
26
- activemodel (= 3.2.16)
27
- activesupport (= 3.2.16)
28
- arel (~> 3.0.2)
29
- tzinfo (~> 0.3.29)
30
- activeresource (3.2.16)
31
- activemodel (= 3.2.16)
32
- activesupport (= 3.2.16)
33
- activesupport (3.2.16)
34
- i18n (~> 0.6, >= 0.6.4)
35
- multi_json (~> 1.0)
36
- appraisal (1.0.0)
37
- bundler
38
- rake
39
- thor (>= 0.14.0)
40
- arel (3.0.3)
41
- builder (3.0.4)
42
- coderay (1.1.0)
43
- diff-lcs (1.2.5)
44
- erubis (2.7.0)
45
- hike (1.2.3)
46
- i18n (0.6.11)
47
- journey (1.0.4)
48
- json (1.8.1)
49
- mail (2.5.4)
50
- mime-types (~> 1.16)
51
- treetop (~> 1.4.8)
52
- method_source (0.8.2)
53
- mime-types (1.25.1)
54
- multi_json (1.10.1)
55
- polyglot (0.3.5)
56
- pry (0.10.0)
57
- coderay (~> 1.1.0)
58
- method_source (~> 0.8.1)
59
- slop (~> 3.4)
60
- rack (1.4.5)
61
- rack-cache (1.2)
62
- rack (>= 0.4)
63
- rack-ssl (1.3.3)
64
- rack
65
- rack-test (0.6.2)
66
- rack (>= 1.0)
67
- rails (3.2.16)
68
- actionmailer (= 3.2.16)
69
- actionpack (= 3.2.16)
70
- activerecord (= 3.2.16)
71
- activeresource (= 3.2.16)
72
- activesupport (= 3.2.16)
73
- bundler (~> 1.0)
74
- railties (= 3.2.16)
75
- railties (3.2.16)
76
- actionpack (= 3.2.16)
77
- activesupport (= 3.2.16)
78
- rack-ssl (~> 1.3.2)
79
- rake (>= 0.8.7)
80
- rdoc (~> 3.4)
81
- thor (>= 0.14.6, < 2.0)
82
- rake (10.3.2)
83
- rdoc (3.12.2)
84
- json (~> 1.4)
85
- rspec-core (2.14.8)
86
- rspec-expectations (2.14.5)
87
- diff-lcs (>= 1.1.3, < 2.0)
88
- rspec-mocks (2.14.6)
89
- rspec-rails (2.14.2)
90
- actionpack (>= 3.0)
91
- activemodel (>= 3.0)
92
- activesupport (>= 3.0)
93
- railties (>= 3.0)
94
- rspec-core (~> 2.14.0)
95
- rspec-expectations (~> 2.14.0)
96
- rspec-mocks (~> 2.14.0)
97
- slop (3.5.0)
98
- sprockets (2.2.2)
99
- hike (~> 1.2)
100
- multi_json (~> 1.0)
101
- rack (~> 1.0)
102
- tilt (~> 1.1, != 1.3.0)
103
- thor (0.19.1)
104
- tilt (1.4.1)
105
- treetop (1.4.15)
106
- polyglot
107
- polyglot (>= 0.3.1)
108
- tzinfo (0.3.39)
109
-
110
- PLATFORMS
111
- ruby
112
-
113
- DEPENDENCIES
114
- activesupport (>= 3.1.0)
115
- appraisal
116
- high_voltage!
117
- pry
118
- rails (~> 3.2.13)
119
- rspec-rails
@@ -1,118 +0,0 @@
1
- PATH
2
- remote: ../
3
- specs:
4
- high_voltage (2.2.0)
5
-
6
- GEM
7
- remote: http://rubygems.org/
8
- specs:
9
- actionmailer (4.0.5)
10
- actionpack (= 4.0.5)
11
- mail (~> 2.5.4)
12
- actionpack (4.0.5)
13
- activesupport (= 4.0.5)
14
- builder (~> 3.1.0)
15
- erubis (~> 2.7.0)
16
- rack (~> 1.5.2)
17
- rack-test (~> 0.6.2)
18
- actionpack-action_caching (1.1.1)
19
- actionpack (>= 4.0.0, < 5.0)
20
- actionpack-page_caching (1.0.2)
21
- actionpack (>= 4.0.0, < 5)
22
- activemodel (4.0.5)
23
- activesupport (= 4.0.5)
24
- builder (~> 3.1.0)
25
- activerecord (4.0.5)
26
- activemodel (= 4.0.5)
27
- activerecord-deprecated_finders (~> 1.0.2)
28
- activesupport (= 4.0.5)
29
- arel (~> 4.0.0)
30
- activerecord-deprecated_finders (1.0.3)
31
- activesupport (4.0.5)
32
- i18n (~> 0.6, >= 0.6.9)
33
- minitest (~> 4.2)
34
- multi_json (~> 1.3)
35
- thread_safe (~> 0.1)
36
- tzinfo (~> 0.3.37)
37
- appraisal (1.0.0)
38
- bundler
39
- rake
40
- thor (>= 0.14.0)
41
- arel (4.0.2)
42
- builder (3.1.4)
43
- coderay (1.1.0)
44
- diff-lcs (1.2.5)
45
- erubis (2.7.0)
46
- hike (1.2.3)
47
- i18n (0.6.11)
48
- mail (2.5.4)
49
- mime-types (~> 1.16)
50
- treetop (~> 1.4.8)
51
- method_source (0.8.2)
52
- mime-types (1.25.1)
53
- minitest (4.7.5)
54
- multi_json (1.10.1)
55
- polyglot (0.3.5)
56
- pry (0.10.0)
57
- coderay (~> 1.1.0)
58
- method_source (~> 0.8.1)
59
- slop (~> 3.4)
60
- rack (1.5.2)
61
- rack-test (0.6.2)
62
- rack (>= 1.0)
63
- rails (4.0.5)
64
- actionmailer (= 4.0.5)
65
- actionpack (= 4.0.5)
66
- activerecord (= 4.0.5)
67
- activesupport (= 4.0.5)
68
- bundler (>= 1.3.0, < 2.0)
69
- railties (= 4.0.5)
70
- sprockets-rails (~> 2.0.0)
71
- railties (4.0.5)
72
- actionpack (= 4.0.5)
73
- activesupport (= 4.0.5)
74
- rake (>= 0.8.7)
75
- thor (>= 0.18.1, < 2.0)
76
- rake (10.3.2)
77
- rspec-core (2.14.8)
78
- rspec-expectations (2.14.5)
79
- diff-lcs (>= 1.1.3, < 2.0)
80
- rspec-mocks (2.14.6)
81
- rspec-rails (2.14.2)
82
- actionpack (>= 3.0)
83
- activemodel (>= 3.0)
84
- activesupport (>= 3.0)
85
- railties (>= 3.0)
86
- rspec-core (~> 2.14.0)
87
- rspec-expectations (~> 2.14.0)
88
- rspec-mocks (~> 2.14.0)
89
- slop (3.5.0)
90
- sprockets (2.12.0)
91
- hike (~> 1.2)
92
- multi_json (~> 1.0)
93
- rack (~> 1.0)
94
- tilt (~> 1.1, != 1.3.0)
95
- sprockets-rails (2.0.1)
96
- actionpack (>= 3.0)
97
- activesupport (>= 3.0)
98
- sprockets (~> 2.8)
99
- thor (0.19.1)
100
- thread_safe (0.3.4)
101
- tilt (1.4.1)
102
- treetop (1.4.15)
103
- polyglot
104
- polyglot (>= 0.3.1)
105
- tzinfo (0.3.39)
106
-
107
- PLATFORMS
108
- ruby
109
-
110
- DEPENDENCIES
111
- actionpack-action_caching
112
- actionpack-page_caching
113
- activesupport (>= 3.1.0)
114
- appraisal
115
- high_voltage!
116
- pry
117
- rails (~> 4.0.0)
118
- rspec-rails