lcsh_suggest 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.md +14 -0
  3. data/Rakefile +36 -0
  4. data/app/assets/javascripts/lcsh_suggest/application.js +15 -0
  5. data/app/assets/stylesheets/lcsh_suggest/application.css +13 -0
  6. data/app/controllers/lcsh_suggest/application_controller.rb +4 -0
  7. data/app/controllers/lcsh_suggest/terms_controller.rb +25 -0
  8. data/app/helpers/lcsh_suggest/application_helper.rb +4 -0
  9. data/app/views/layouts/lcsh_suggest/application.html.erb +14 -0
  10. data/config/routes.rb +3 -0
  11. data/lib/lcsh_suggest/engine.rb +15 -0
  12. data/lib/lcsh_suggest/version.rb +3 -0
  13. data/lib/lcsh_suggest.rb +4 -0
  14. data/lib/tasks/lcsh_suggest_tasks.rake +4 -0
  15. data/spec/controllers/lcsh_suggest/terms_controller_spec.rb +20 -0
  16. data/spec/dummy/README.rdoc +261 -0
  17. data/spec/dummy/Rakefile +7 -0
  18. data/spec/dummy/app/assets/javascripts/application.js +15 -0
  19. data/spec/dummy/app/assets/stylesheets/application.css +13 -0
  20. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  21. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  22. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  23. data/spec/dummy/config/application.rb +65 -0
  24. data/spec/dummy/config/boot.rb +10 -0
  25. data/spec/dummy/config/database.yml +25 -0
  26. data/spec/dummy/config/environment.rb +5 -0
  27. data/spec/dummy/config/environments/development.rb +37 -0
  28. data/spec/dummy/config/environments/production.rb +67 -0
  29. data/spec/dummy/config/environments/test.rb +37 -0
  30. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  31. data/spec/dummy/config/initializers/inflections.rb +15 -0
  32. data/spec/dummy/config/initializers/mime_types.rb +5 -0
  33. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  34. data/spec/dummy/config/initializers/session_store.rb +8 -0
  35. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  36. data/spec/dummy/config/locales/en.yml +5 -0
  37. data/spec/dummy/config/routes.rb +4 -0
  38. data/spec/dummy/config.ru +4 -0
  39. data/spec/dummy/db/development.sqlite3 +0 -0
  40. data/spec/dummy/db/schema.rb +16 -0
  41. data/spec/dummy/db/test.sqlite3 +0 -0
  42. data/spec/dummy/log/development.log +260 -0
  43. data/spec/dummy/log/test.log +191 -0
  44. data/spec/dummy/public/404.html +26 -0
  45. data/spec/dummy/public/422.html +26 -0
  46. data/spec/dummy/public/500.html +25 -0
  47. data/spec/dummy/public/favicon.ico +0 -0
  48. data/spec/dummy/script/rails +6 -0
  49. data/spec/spec_helper.rb +32 -0
  50. metadata +232 -0
@@ -0,0 +1,191 @@
1
+ Connecting to database specified by database.yml
2
+  (0.4ms) begin transaction
3
+  (0.1ms) rollback transaction
4
+ Connecting to database specified by database.yml
5
+  (0.3ms) begin transaction
6
+  (0.1ms) rollback transaction
7
+ Connecting to database specified by database.yml
8
+  (0.3ms) begin transaction
9
+ Processing by LcshSuggest::TermsController#index as HTML
10
+ Completed 500 Internal Server Error in 44ms
11
+  (0.1ms) rollback transaction
12
+ Connecting to database specified by database.yml
13
+  (0.3ms) begin transaction
14
+ Processing by LcshSuggest::TermsController#index as HTML
15
+ Completed 500 Internal Server Error in 44ms
16
+  (0.1ms) rollback transaction
17
+ Connecting to database specified by database.yml
18
+  (0.3ms) begin transaction
19
+ Processing by LcshSuggest::TermsController#index as HTML
20
+ Rendered text template (0.0ms)
21
+ Completed 200 OK in 42ms (Views: 41.2ms | ActiveRecord: 0.0ms)
22
+  (0.1ms) rollback transaction
23
+ Connecting to database specified by database.yml
24
+  (0.3ms) begin transaction
25
+ Processing by LcshSuggest::TermsController#index as HTML
26
+ Rendered text template (0.0ms)
27
+ Completed 200 OK in 42ms (Views: 41.3ms | ActiveRecord: 0.0ms)
28
+  (0.1ms) rollback transaction
29
+ Connecting to database specified by database.yml
30
+  (0.3ms) begin transaction
31
+ Processing by LcshSuggest::TermsController#index as HTML
32
+ Parameters: {"q"=>"Blues"}
33
+ Completed 500 Internal Server Error in 9ms
34
+  (0.1ms) rollback transaction
35
+ Connecting to database specified by database.yml
36
+  (0.3ms) begin transaction
37
+ Processing by LcshSuggest::TermsController#index as HTML
38
+ Parameters: {"q"=>"Blues"}
39
+ Rendered text template (0.0ms)
40
+ Completed 200 OK in 1382ms (Views: 46.4ms | ActiveRecord: 0.0ms)
41
+  (0.1ms) rollback transaction
42
+ Connecting to database specified by database.yml
43
+  (0.3ms) begin transaction
44
+ Processing by LcshSuggest::TermsController#index as HTML
45
+ Parameters: {"q"=>"Blues"}
46
+ Rendered text template (0.0ms)
47
+ Completed 200 OK in 87ms (Views: 50.6ms | ActiveRecord: 0.0ms)
48
+  (0.1ms) rollback transaction
49
+ Connecting to database specified by database.yml
50
+  (0.3ms) begin transaction
51
+ Processing by LcshSuggest::TermsController#index as HTML
52
+ Parameters: {"q"=>"Blues"}
53
+ Rendered text template (0.0ms)
54
+ Completed 200 OK in 197ms (Views: 46.0ms | ActiveRecord: 0.0ms)
55
+  (0.1ms) rollback transaction
56
+ Connecting to database specified by database.yml
57
+  (0.3ms) begin transaction
58
+ Processing by LcshSuggest::TermsController#index as HTML
59
+ Parameters: {"q"=>"Blues"}
60
+ Rendered text template (0.0ms)
61
+ Completed 200 OK in 1334ms (Views: 49.9ms | ActiveRecord: 0.0ms)
62
+  (0.2ms) rollback transaction
63
+ Connecting to database specified by database.yml
64
+  (0.3ms) begin transaction
65
+ Processing by LcshSuggest::TermsController#index as JSON
66
+ Parameters: {"q"=>"Blues"}
67
+ Rendered text template (0.0ms)
68
+ Completed 200 OK in 157ms (Views: 46.0ms | ActiveRecord: 0.0ms)
69
+  (0.1ms) rollback transaction
70
+ Connecting to database specified by database.yml
71
+  (0.3ms) begin transaction
72
+ Processing by LcshSuggest::TermsController#index as JSON
73
+ Parameters: {"q"=>"Blues"}
74
+ Rendered text template (0.0ms)
75
+ Completed 200 OK in 1231ms (Views: 46.1ms | ActiveRecord: 0.0ms)
76
+  (0.1ms) rollback transaction
77
+ Connecting to database specified by database.yml
78
+  (0.4ms) begin transaction
79
+ Processing by LcshSuggest::TermsController#index as HTML
80
+ Rendered text template (0.0ms)
81
+ Completed 200 OK in 46ms (Views: 45.0ms | ActiveRecord: 0.0ms)
82
+  (0.1ms) rollback transaction
83
+  (0.1ms) begin transaction
84
+ Processing by LcshSuggest::TermsController#index as JSON
85
+ Parameters: {"q"=>"Blues"}
86
+ Completed 200 OK in 1217ms (Views: 0.4ms | ActiveRecord: 0.0ms)
87
+  (0.1ms) rollback transaction
88
+ Connecting to database specified by database.yml
89
+  (0.3ms) begin transaction
90
+ Processing by LcshSuggest::TermsController#index as HTML
91
+ Completed 500 Internal Server Error in 46ms
92
+  (0.1ms) rollback transaction
93
+  (0.1ms) begin transaction
94
+ Processing by LcshSuggest::TermsController#index as JSON
95
+ Parameters: {"q"=>"Blues"}
96
+ Completed 200 OK in 88ms (Views: 3.3ms | ActiveRecord: 0.0ms)
97
+  (0.1ms) rollback transaction
98
+ Connecting to database specified by database.yml
99
+  (0.3ms) begin transaction
100
+ Processing by LcshSuggest::TermsController#index as HTML
101
+ Parameters: {"q"=>nil}
102
+ Rendered text template (0.0ms)
103
+ Completed 200 OK in 42ms (Views: 41.2ms | ActiveRecord: 0.0ms)
104
+  (0.1ms) rollback transaction
105
+  (0.1ms) begin transaction
106
+ Processing by LcshSuggest::TermsController#index as HTML
107
+ Parameters: {"q"=>"Blues"}
108
+ Completed 200 OK in 1164ms (Views: 0.9ms | ActiveRecord: 0.0ms)
109
+  (0.1ms) rollback transaction
110
+ Connecting to database specified by database.yml
111
+  (0.3ms) begin transaction
112
+ Processing by LcshSuggest::TermsController#index as HTML
113
+ Parameters: {"q"=>nil}
114
+ Rendered text template (0.0ms)
115
+ Completed 200 OK in 43ms (Views: 42.3ms | ActiveRecord: 0.0ms)
116
+  (0.1ms) rollback transaction
117
+  (0.1ms) begin transaction
118
+ Processing by LcshSuggest::TermsController#index as HTML
119
+ Parameters: {"q"=>"Blues"}
120
+ Completed 200 OK in 161ms (Views: 0.4ms | ActiveRecord: 0.0ms)
121
+  (0.1ms) rollback transaction
122
+ Connecting to database specified by database.yml
123
+  (0.4ms) begin transaction
124
+ Processing by LcshSuggest::TermsController#index as HTML
125
+ Parameters: {"q"=>nil}
126
+ Rendered text template (0.0ms)
127
+ Completed 200 OK in 42ms (Views: 41.5ms | ActiveRecord: 0.0ms)
128
+  (0.1ms) rollback transaction
129
+  (0.1ms) begin transaction
130
+ Processing by LcshSuggest::TermsController#index as HTML
131
+ Parameters: {"q"=>"Blues"}
132
+ Completed 200 OK in 1179ms (Views: 0.9ms | ActiveRecord: 0.0ms)
133
+  (0.1ms) rollback transaction
134
+ Connecting to database specified by database.yml
135
+  (0.3ms) begin transaction
136
+ Processing by LcshSuggest::TermsController#index as HTML
137
+ Parameters: {"q"=>nil}
138
+ Rendered text template (0.0ms)
139
+ Completed 200 OK in 42ms (Views: 41.0ms | ActiveRecord: 0.0ms)
140
+  (0.1ms) rollback transaction
141
+  (0.1ms) begin transaction
142
+ Processing by LcshSuggest::TermsController#index as HTML
143
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
144
+  (0.1ms) rollback transaction
145
+ Connecting to database specified by database.yml
146
+  (0.3ms) begin transaction
147
+ Processing by LcshSuggest::TermsController#index as HTML
148
+ Rendered text template (0.0ms)
149
+ Completed 200 OK in 48ms (Views: 47.4ms | ActiveRecord: 0.0ms)
150
+  (0.1ms) rollback transaction
151
+  (0.1ms) begin transaction
152
+ Processing by LcshSuggest::TermsController#index as HTML
153
+ Parameters: {"q"=>nil}
154
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
155
+  (0.1ms) rollback transaction
156
+ Connecting to database specified by database.yml
157
+  (0.3ms) begin transaction
158
+ Processing by LcshSuggest::TermsController#index as HTML
159
+ Parameters: {"q"=>"Blues"}
160
+ Rendered text template (0.0ms)
161
+ Completed 200 OK in 1221ms (Views: 48.3ms | ActiveRecord: 0.0ms)
162
+  (0.1ms) rollback transaction
163
+  (0.1ms) begin transaction
164
+ Processing by LcshSuggest::TermsController#index as HTML
165
+ Parameters: {"q"=>nil}
166
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
167
+  (0.1ms) rollback transaction
168
+ Connecting to database specified by database.yml
169
+  (0.3ms) begin transaction
170
+ Processing by LcshSuggest::TermsController#index as HTML
171
+ Parameters: {"q"=>nil}
172
+ Rendered text template (0.0ms)
173
+ Completed 200 OK in 42ms (Views: 41.1ms | ActiveRecord: 0.0ms)
174
+  (0.1ms) rollback transaction
175
+  (0.1ms) begin transaction
176
+ Processing by LcshSuggest::TermsController#index as HTML
177
+ Parameters: {"q"=>"Blues"}
178
+ Completed 200 OK in 1659ms (Views: 1.0ms | ActiveRecord: 0.0ms)
179
+  (0.1ms) rollback transaction
180
+ Connecting to database specified by database.yml
181
+  (0.6ms) begin transaction
182
+ Processing by LcshSuggest::TermsController#index as HTML
183
+ Parameters: {"q"=>nil}
184
+ Rendered text template (0.0ms)
185
+ Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.0ms)
186
+  (0.1ms) rollback transaction
187
+  (0.0ms) begin transaction
188
+ Processing by LcshSuggest::TermsController#index as HTML
189
+ Parameters: {"q"=>"Blues"}
190
+ Completed 200 OK in 1344ms (Views: 0.7ms | ActiveRecord: 0.0ms)
191
+  (0.1ms) rollback transaction
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/404.html -->
21
+ <div class="dialog">
22
+ <h1>The page you were looking for doesn't exist.</h1>
23
+ <p>You may have mistyped the address or the page may have moved.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The change you wanted was rejected (422)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/422.html -->
21
+ <div class="dialog">
22
+ <h1>The change you wanted was rejected.</h1>
23
+ <p>Maybe you tried to change something you didn't have access to.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,25 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>We're sorry, but something went wrong (500)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/500.html -->
21
+ <div class="dialog">
22
+ <h1>We're sorry, but something went wrong.</h1>
23
+ </div>
24
+ </body>
25
+ </html>
File without changes
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
+
4
+ APP_PATH = File.expand_path('../../config/application', __FILE__)
5
+ require File.expand_path('../../config/boot', __FILE__)
6
+ require 'rails/commands'
@@ -0,0 +1,32 @@
1
+ # Created from rails g rspec:install
2
+ # Modified according to: http://viget.com/extend/rails-engine-testing-with-rspec-capybara-and-factorygirl
3
+ ENV["RAILS_ENV"] ||= 'test'
4
+ require File.expand_path("../dummy/config/environment", __FILE__)
5
+ require 'rspec/rails'
6
+ require 'rspec/autorun'
7
+ require 'factory_girl_rails'
8
+
9
+ Rails.backtrace_cleaner.remove_silencers!
10
+
11
+ # Load support files
12
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
13
+
14
+ RSpec.configure do |config|
15
+ config.mock_with :rspec
16
+
17
+ # If you're not using ActiveRecord, or you'd prefer not to run each of your
18
+ # examples within a transaction, remove the following line or assign false
19
+ # instead of true.
20
+ config.use_transactional_fixtures = true
21
+
22
+ # If true, the base class of anonymous controllers will be inferred
23
+ # automatically. This will be the default behavior in future versions of
24
+ # rspec-rails.
25
+ config.infer_base_class_for_anonymous_controllers = false
26
+
27
+ # Run specs in random order to surface order dependencies. If you find an
28
+ # order dependency and want to debug it, you can fix the order by providing
29
+ # the seed, which is printed after each run.
30
+ # --seed 1234
31
+ config.order = "random"
32
+ end
metadata ADDED
@@ -0,0 +1,232 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lcsh_suggest
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Adam Wead
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-08-21 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rails
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 3.2.13
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: 3.2.13
30
+ - !ruby/object:Gem::Dependency
31
+ name: curb
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ - !ruby/object:Gem::Dependency
47
+ name: sqlite3
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ - !ruby/object:Gem::Dependency
63
+ name: rspec-rails
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ type: :development
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ - !ruby/object:Gem::Dependency
79
+ name: capybara
80
+ requirement: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ! '>='
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
86
+ type: :development
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ - !ruby/object:Gem::Dependency
95
+ name: factory_girl_rails
96
+ requirement: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ! '>='
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ type: :development
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ description: Queries Library of Congress' subject heading search API and returns results
111
+ in JSON.
112
+ email:
113
+ - amsterdamos@gmail.com
114
+ executables: []
115
+ extensions: []
116
+ extra_rdoc_files: []
117
+ files:
118
+ - app/assets/javascripts/lcsh_suggest/application.js
119
+ - app/assets/stylesheets/lcsh_suggest/application.css
120
+ - app/controllers/lcsh_suggest/application_controller.rb
121
+ - app/controllers/lcsh_suggest/terms_controller.rb
122
+ - app/helpers/lcsh_suggest/application_helper.rb
123
+ - app/views/layouts/lcsh_suggest/application.html.erb
124
+ - config/routes.rb
125
+ - lib/lcsh_suggest/engine.rb
126
+ - lib/lcsh_suggest/version.rb
127
+ - lib/lcsh_suggest.rb
128
+ - lib/tasks/lcsh_suggest_tasks.rake
129
+ - MIT-LICENSE
130
+ - Rakefile
131
+ - README.md
132
+ - spec/controllers/lcsh_suggest/terms_controller_spec.rb
133
+ - spec/dummy/app/assets/javascripts/application.js
134
+ - spec/dummy/app/assets/stylesheets/application.css
135
+ - spec/dummy/app/controllers/application_controller.rb
136
+ - spec/dummy/app/helpers/application_helper.rb
137
+ - spec/dummy/app/views/layouts/application.html.erb
138
+ - spec/dummy/config/application.rb
139
+ - spec/dummy/config/boot.rb
140
+ - spec/dummy/config/database.yml
141
+ - spec/dummy/config/environment.rb
142
+ - spec/dummy/config/environments/development.rb
143
+ - spec/dummy/config/environments/production.rb
144
+ - spec/dummy/config/environments/test.rb
145
+ - spec/dummy/config/initializers/backtrace_silencers.rb
146
+ - spec/dummy/config/initializers/inflections.rb
147
+ - spec/dummy/config/initializers/mime_types.rb
148
+ - spec/dummy/config/initializers/secret_token.rb
149
+ - spec/dummy/config/initializers/session_store.rb
150
+ - spec/dummy/config/initializers/wrap_parameters.rb
151
+ - spec/dummy/config/locales/en.yml
152
+ - spec/dummy/config/routes.rb
153
+ - spec/dummy/config.ru
154
+ - spec/dummy/db/development.sqlite3
155
+ - spec/dummy/db/schema.rb
156
+ - spec/dummy/db/test.sqlite3
157
+ - spec/dummy/log/development.log
158
+ - spec/dummy/log/test.log
159
+ - spec/dummy/public/404.html
160
+ - spec/dummy/public/422.html
161
+ - spec/dummy/public/500.html
162
+ - spec/dummy/public/favicon.ico
163
+ - spec/dummy/Rakefile
164
+ - spec/dummy/README.rdoc
165
+ - spec/dummy/script/rails
166
+ - spec/spec_helper.rb
167
+ homepage: https://github.com/awead/lcsh_suggest
168
+ licenses: []
169
+ post_install_message:
170
+ rdoc_options: []
171
+ require_paths:
172
+ - lib
173
+ required_ruby_version: !ruby/object:Gem::Requirement
174
+ none: false
175
+ requirements:
176
+ - - ! '>='
177
+ - !ruby/object:Gem::Version
178
+ version: '0'
179
+ segments:
180
+ - 0
181
+ hash: -4069779660819494421
182
+ required_rubygems_version: !ruby/object:Gem::Requirement
183
+ none: false
184
+ requirements:
185
+ - - ! '>='
186
+ - !ruby/object:Gem::Version
187
+ version: '0'
188
+ segments:
189
+ - 0
190
+ hash: -4069779660819494421
191
+ requirements: []
192
+ rubyforge_project:
193
+ rubygems_version: 1.8.23
194
+ signing_key:
195
+ specification_version: 3
196
+ summary: Search Libary of Congress' subject headings
197
+ test_files:
198
+ - spec/controllers/lcsh_suggest/terms_controller_spec.rb
199
+ - spec/dummy/app/assets/javascripts/application.js
200
+ - spec/dummy/app/assets/stylesheets/application.css
201
+ - spec/dummy/app/controllers/application_controller.rb
202
+ - spec/dummy/app/helpers/application_helper.rb
203
+ - spec/dummy/app/views/layouts/application.html.erb
204
+ - spec/dummy/config/application.rb
205
+ - spec/dummy/config/boot.rb
206
+ - spec/dummy/config/database.yml
207
+ - spec/dummy/config/environment.rb
208
+ - spec/dummy/config/environments/development.rb
209
+ - spec/dummy/config/environments/production.rb
210
+ - spec/dummy/config/environments/test.rb
211
+ - spec/dummy/config/initializers/backtrace_silencers.rb
212
+ - spec/dummy/config/initializers/inflections.rb
213
+ - spec/dummy/config/initializers/mime_types.rb
214
+ - spec/dummy/config/initializers/secret_token.rb
215
+ - spec/dummy/config/initializers/session_store.rb
216
+ - spec/dummy/config/initializers/wrap_parameters.rb
217
+ - spec/dummy/config/locales/en.yml
218
+ - spec/dummy/config/routes.rb
219
+ - spec/dummy/config.ru
220
+ - spec/dummy/db/development.sqlite3
221
+ - spec/dummy/db/schema.rb
222
+ - spec/dummy/db/test.sqlite3
223
+ - spec/dummy/log/development.log
224
+ - spec/dummy/log/test.log
225
+ - spec/dummy/public/404.html
226
+ - spec/dummy/public/422.html
227
+ - spec/dummy/public/500.html
228
+ - spec/dummy/public/favicon.ico
229
+ - spec/dummy/Rakefile
230
+ - spec/dummy/README.rdoc
231
+ - spec/dummy/script/rails
232
+ - spec/spec_helper.rb