rails_sso 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_sso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Dudulski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-28 00:00:00.000000000 Z
11
+ date: 2015-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -181,7 +181,6 @@ files:
181
181
  - test/dummy/config/locales/en.yml
182
182
  - test/dummy/config/routes.rb
183
183
  - test/dummy/config/secrets.yml
184
- - test/dummy/log/development.log
185
184
  - test/dummy/log/test.log
186
185
  - test/dummy/public/404.html
187
186
  - test/dummy/public/422.html
@@ -213,52 +212,51 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
212
  version: '0'
214
213
  requirements: []
215
214
  rubyforge_project:
216
- rubygems_version: 2.2.2
215
+ rubygems_version: 2.4.5
217
216
  signing_key:
218
217
  specification_version: 4
219
218
  summary: SSO Rails Engine
220
219
  test_files:
221
- - test/controllers/rails_sso/sessions_controller_test.rb
222
- - test/rails_sso_test.rb
223
- - test/lib/rails_sso/failure_app_test.rb
220
+ - test/services/rails_sso/fetch_user_test.rb
224
221
  - test/lib/rails_sso/response_error_test.rb
222
+ - test/lib/rails_sso/failure_app_test.rb
223
+ - test/rails_sso_test.rb
225
224
  - test/test_helper.rb
226
- - test/services/rails_sso/fetch_user_test.rb
225
+ - test/routes/sso_routes_test.rb
226
+ - test/controllers/rails_sso/sessions_controller_test.rb
227
227
  - test/dummy/README.rdoc
228
228
  - test/dummy/public/favicon.ico
229
- - test/dummy/public/500.html
230
- - test/dummy/public/422.html
231
229
  - test/dummy/public/404.html
232
- - test/dummy/config.ru
233
- - test/dummy/config/locales/en.yml
234
- - test/dummy/config/boot.rb
235
- - test/dummy/config/routes.rb
236
- - test/dummy/config/environments/production.rb
230
+ - test/dummy/public/422.html
231
+ - test/dummy/public/500.html
232
+ - test/dummy/bin/setup
233
+ - test/dummy/bin/bundle
234
+ - test/dummy/bin/rails
235
+ - test/dummy/bin/rake
237
236
  - test/dummy/config/environments/development.rb
237
+ - test/dummy/config/environments/production.rb
238
238
  - test/dummy/config/environments/test.rb
239
+ - test/dummy/config/environment.rb
240
+ - test/dummy/config/routes.rb
241
+ - test/dummy/config/secrets.yml
242
+ - test/dummy/config/boot.rb
243
+ - test/dummy/config/database.yml
244
+ - test/dummy/config/locales/en.yml
245
+ - test/dummy/config/initializers/wrap_parameters.rb
246
+ - test/dummy/config/initializers/cookies_serializer.rb
239
247
  - test/dummy/config/initializers/assets.rb
240
- - test/dummy/config/initializers/filter_parameter_logging.rb
241
- - test/dummy/config/initializers/session_store.rb
242
248
  - test/dummy/config/initializers/backtrace_silencers.rb
243
- - test/dummy/config/initializers/wrap_parameters.rb
249
+ - test/dummy/config/initializers/session_store.rb
244
250
  - test/dummy/config/initializers/sso.rb
245
- - test/dummy/config/initializers/mime_types.rb
246
- - test/dummy/config/initializers/cookies_serializer.rb
247
251
  - test/dummy/config/initializers/inflections.rb
248
- - test/dummy/config/secrets.yml
249
- - test/dummy/config/database.yml
250
- - test/dummy/config/environment.rb
252
+ - test/dummy/config/initializers/filter_parameter_logging.rb
253
+ - test/dummy/config/initializers/mime_types.rb
251
254
  - test/dummy/config/application.rb
252
- - test/dummy/bin/bundle
253
- - test/dummy/bin/rake
254
- - test/dummy/bin/rails
255
- - test/dummy/bin/setup
256
- - test/dummy/app/views/layouts/application.html.erb
255
+ - test/dummy/log/test.log
257
256
  - test/dummy/app/helpers/application_helper.rb
257
+ - test/dummy/app/views/layouts/application.html.erb
258
258
  - test/dummy/app/controllers/application_controller.rb
259
- - test/dummy/app/assets/javascripts/application.js
260
259
  - test/dummy/app/assets/stylesheets/application.css
261
- - test/dummy/log/test.log
262
- - test/dummy/log/development.log
260
+ - test/dummy/app/assets/javascripts/application.js
263
261
  - test/dummy/Rakefile
264
- - test/routes/sso_routes_test.rb
262
+ - test/dummy/config.ru
@@ -1,4 +0,0 @@
1
-  (11.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2
-  (0.1ms) select sqlite_version(*)
3
-  (15.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"