push_type_auth 0.6.0.beta.2 → 0.6.0.beta.3

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 (21) hide show
  1. checksums.yaml +4 -4
  2. data/test/dummy/app/models/location.rb +6 -0
  3. data/test/dummy/config/initializers/push_type.rb +1 -1
  4. data/test/dummy/config/secrets.yml +2 -2
  5. data/test/dummy/db/migrate/{20151102165930_create_push_type_users.push_type.rb → 20151102202810_create_push_type_users.push_type.rb} +0 -0
  6. data/test/dummy/db/migrate/{20151102165931_create_push_type_nodes.push_type.rb → 20151102202811_create_push_type_nodes.push_type.rb} +0 -0
  7. data/test/dummy/db/migrate/{20151102165932_create_push_type_node_hierarchies.push_type.rb → 20151102202812_create_push_type_node_hierarchies.push_type.rb} +0 -0
  8. data/test/dummy/db/migrate/{20151102165933_create_push_type_assets.push_type.rb → 20151102202813_create_push_type_assets.push_type.rb} +0 -0
  9. data/test/dummy/db/migrate/{20151102165934_create_push_type_taxonomies.push_type.rb → 20151102202814_create_push_type_taxonomies.push_type.rb} +0 -0
  10. data/test/dummy/db/migrate/{20151102165935_create_push_type_taxonomy_hierarchies.push_type.rb → 20151102202815_create_push_type_taxonomy_hierarchies.push_type.rb} +0 -0
  11. data/test/dummy/db/migrate/{20151102165936_add_field_store_default_values.push_type.rb → 20151102202816_add_field_store_default_values.push_type.rb} +0 -0
  12. data/test/dummy/db/migrate/{20151102165937_devise_extend_push_type_users.push_type_auth.rb → 20151102202817_devise_extend_push_type_users.push_type_auth.rb} +0 -0
  13. data/test/dummy/db/schema.rb +1 -1
  14. data/test/dummy/log/test.log +693 -693
  15. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/13enFOLQsI8Mye9dhTWkj9KKyYFODHE888fUc0YLTYw.cache +0 -0
  16. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{pUDQP8HidXQvtJQEhTGC7_ODICFEiSU9Vh6peKiUX8o.cache → T8sccjFXxE1mgzkBdDIfr-KPpfLsct71V_4nwVaPXLs.cache} +0 -0
  17. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/YYzFefU0_ds10v4STNe8TB77tSdI0H_KoOTf3IC0W5w.cache +0 -0
  18. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/f1opt7BM9dnmxGb_MLgUjRgCNqtffPgDaP1yQPYozHw.cache +0 -0
  19. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/megN6QCcG4mwKczRObfHIHA8XpDGRwlsppU_Zz3_Tl4.cache +0 -0
  20. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{p-RMJZhToSQmo_KPJdkWODZQZ4dnJ91jbL8gIxjXoZ0.cache → zP91Jjz9HOOY02y9uWi9dLwV74l3kIGkSw6i7PUFkoQ.cache} +0 -0
  21. metadata +27 -25
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: push_type_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0.beta.2
4
+ version: 0.6.0.beta.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Russell
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.6.0.beta.2
19
+ version: 0.6.0.beta.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: 0.6.0.beta.2
26
+ version: 0.6.0.beta.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: push_type_admin
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.6.0.beta.2
33
+ version: 0.6.0.beta.3
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.6.0.beta.2
40
+ version: 0.6.0.beta.3
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: devise
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -156,6 +156,7 @@ files:
156
156
  - test/dummy/app/controllers/application_controller.rb
157
157
  - test/dummy/app/helpers/application_helper.rb
158
158
  - test/dummy/app/models/category.rb
159
+ - test/dummy/app/models/location.rb
159
160
  - test/dummy/app/models/page.rb
160
161
  - test/dummy/app/views/layouts/application.html.erb
161
162
  - test/dummy/app/views/nodes/page.html.erb
@@ -184,14 +185,14 @@ files:
184
185
  - test/dummy/config/locales/en.yml
185
186
  - test/dummy/config/routes.rb
186
187
  - test/dummy/config/secrets.yml
187
- - test/dummy/db/migrate/20151102165930_create_push_type_users.push_type.rb
188
- - test/dummy/db/migrate/20151102165931_create_push_type_nodes.push_type.rb
189
- - test/dummy/db/migrate/20151102165932_create_push_type_node_hierarchies.push_type.rb
190
- - test/dummy/db/migrate/20151102165933_create_push_type_assets.push_type.rb
191
- - test/dummy/db/migrate/20151102165934_create_push_type_taxonomies.push_type.rb
192
- - test/dummy/db/migrate/20151102165935_create_push_type_taxonomy_hierarchies.push_type.rb
193
- - test/dummy/db/migrate/20151102165936_add_field_store_default_values.push_type.rb
194
- - test/dummy/db/migrate/20151102165937_devise_extend_push_type_users.push_type_auth.rb
188
+ - test/dummy/db/migrate/20151102202810_create_push_type_users.push_type.rb
189
+ - test/dummy/db/migrate/20151102202811_create_push_type_nodes.push_type.rb
190
+ - test/dummy/db/migrate/20151102202812_create_push_type_node_hierarchies.push_type.rb
191
+ - test/dummy/db/migrate/20151102202813_create_push_type_assets.push_type.rb
192
+ - test/dummy/db/migrate/20151102202814_create_push_type_taxonomies.push_type.rb
193
+ - test/dummy/db/migrate/20151102202815_create_push_type_taxonomy_hierarchies.push_type.rb
194
+ - test/dummy/db/migrate/20151102202816_add_field_store_default_values.push_type.rb
195
+ - test/dummy/db/migrate/20151102202817_devise_extend_push_type_users.push_type_auth.rb
195
196
  - test/dummy/db/schema.rb
196
197
  - test/dummy/db/seeds.rb
197
198
  - test/dummy/log/test.log
@@ -364,6 +365,7 @@ files:
364
365
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Sssw-sNzJqe8LguN4nhiZtyTJQL382bDSpfKvsrXjV0.cache
365
366
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Sw8bv9GqeMKIVJDaWOADlyZX4qTdbHJx_1lKx_J4cJI.cache
366
367
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Sz9tNAE59XvCdlurSidQLfC_rHmJY7eEq7z8YhAtXFo.cache
368
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/T8sccjFXxE1mgzkBdDIfr-KPpfLsct71V_4nwVaPXLs.cache
367
369
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/TAJ9ftUTknmQZgXZPLid0dCfED8dA5hhpI3uvnnlrns.cache
368
370
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/TH-YbVz7U4BlNadTo43SGbx0Qv5aJqJSFU3HOns89ro.cache
369
371
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/TRg5qkA1Vsh3CDuRjeJxTuVKFW7cjfBYse7cHX_ne-8.cache
@@ -513,9 +515,7 @@ files:
513
515
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/oNnmAmxgVf_PFlxfCgbfSCKSI5gL0aYhz07oB2V-x48.cache
514
516
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/o_4u5rpJosTLleHQ6oFN50tkbxKhh8vZ-pV_WowjSHI.cache
515
517
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/oyL0L9sksUUYsVNw0sVSAXP32Ktc86snBvQdT8bPyZk.cache
516
- - test/dummy/tmp/cache/assets/test/sprockets/v3.0/p-RMJZhToSQmo_KPJdkWODZQZ4dnJ91jbL8gIxjXoZ0.cache
517
518
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/pQbgmbKd59D38cgUb_5A8twuwiTCbL31KxQtbjbmE5g.cache
518
- - test/dummy/tmp/cache/assets/test/sprockets/v3.0/pUDQP8HidXQvtJQEhTGC7_ODICFEiSU9Vh6peKiUX8o.cache
519
519
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/pa-XnYm3xzNvR8PYQx_O4rK0RdoVbrzc0s7AuGrNtEg.cache
520
520
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/pgDncOMuLxBVe5g7n7DhYOLKxKmkai4VBzFNQbHsJLg.cache
521
521
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/pt-QtKuLffCNhHu23kyq9RPn-vceXjFnLAP0Tj8lc2I.cache
@@ -565,6 +565,7 @@ files:
565
565
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/z1gj-Lfa8JdLyUvfUxiWXUe9_Zmiqs3MieE1z60b3u0.cache
566
566
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/zHh_FPOZhoGzLqPhvq-bvKQ4Suy_uuMjv24yoyoqM0E.cache
567
567
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/zM_Qry-d1FNgY-NK6eHFvBpy4Sg5dHXF03t5zoGfzzs.cache
568
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/zP91Jjz9HOOY02y9uWi9dLwV74l3kIGkSw6i7PUFkoQ.cache
568
569
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/zU6SWg93-hpgJyTjFP15NSTMQgfkIQ0RK2aq5zpJXaQ.cache
569
570
  - test/factories.rb
570
571
  - test/models/concerns/push_type/authenticatable_test.rb
@@ -604,6 +605,7 @@ test_files:
604
605
  - test/dummy/app/controllers/application_controller.rb
605
606
  - test/dummy/app/helpers/application_helper.rb
606
607
  - test/dummy/app/models/category.rb
608
+ - test/dummy/app/models/location.rb
607
609
  - test/dummy/app/models/page.rb
608
610
  - test/dummy/app/views/layouts/application.html.erb
609
611
  - test/dummy/app/views/nodes/page.html.erb
@@ -632,14 +634,14 @@ test_files:
632
634
  - test/dummy/config/routes.rb
633
635
  - test/dummy/config/secrets.yml
634
636
  - test/dummy/config.ru
635
- - test/dummy/db/migrate/20151102165930_create_push_type_users.push_type.rb
636
- - test/dummy/db/migrate/20151102165931_create_push_type_nodes.push_type.rb
637
- - test/dummy/db/migrate/20151102165932_create_push_type_node_hierarchies.push_type.rb
638
- - test/dummy/db/migrate/20151102165933_create_push_type_assets.push_type.rb
639
- - test/dummy/db/migrate/20151102165934_create_push_type_taxonomies.push_type.rb
640
- - test/dummy/db/migrate/20151102165935_create_push_type_taxonomy_hierarchies.push_type.rb
641
- - test/dummy/db/migrate/20151102165936_add_field_store_default_values.push_type.rb
642
- - test/dummy/db/migrate/20151102165937_devise_extend_push_type_users.push_type_auth.rb
637
+ - test/dummy/db/migrate/20151102202810_create_push_type_users.push_type.rb
638
+ - test/dummy/db/migrate/20151102202811_create_push_type_nodes.push_type.rb
639
+ - test/dummy/db/migrate/20151102202812_create_push_type_node_hierarchies.push_type.rb
640
+ - test/dummy/db/migrate/20151102202813_create_push_type_assets.push_type.rb
641
+ - test/dummy/db/migrate/20151102202814_create_push_type_taxonomies.push_type.rb
642
+ - test/dummy/db/migrate/20151102202815_create_push_type_taxonomy_hierarchies.push_type.rb
643
+ - test/dummy/db/migrate/20151102202816_add_field_store_default_values.push_type.rb
644
+ - test/dummy/db/migrate/20151102202817_devise_extend_push_type_users.push_type_auth.rb
643
645
  - test/dummy/db/schema.rb
644
646
  - test/dummy/db/seeds.rb
645
647
  - test/dummy/log/test.log
@@ -904,7 +906,6 @@ test_files:
904
906
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/OpiUo9s_3WjAmlL_MvF7gQHYBoLIxCzLyTK2JkrSJmY.cache
905
907
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/OtSBmQYz48AQhKqa4_EQq0R5yoLe6nJfbU5XCWr2LtM.cache
906
908
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/oyL0L9sksUUYsVNw0sVSAXP32Ktc86snBvQdT8bPyZk.cache
907
- - test/dummy/tmp/cache/assets/test/sprockets/v3.0/p-RMJZhToSQmo_KPJdkWODZQZ4dnJ91jbL8gIxjXoZ0.cache
908
909
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/P-Wi4NhQw0IqnjTmxrLfhWCpRkeFwA1aw83IeF2rUC0.cache
909
910
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/pa-XnYm3xzNvR8PYQx_O4rK0RdoVbrzc0s7AuGrNtEg.cache
910
911
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/pgDncOMuLxBVe5g7n7DhYOLKxKmkai4VBzFNQbHsJLg.cache
@@ -913,7 +914,6 @@ test_files:
913
914
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/pQbgmbKd59D38cgUb_5A8twuwiTCbL31KxQtbjbmE5g.cache
914
915
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/PR5TEppWQAtW--CiuWjYl3XIPu_60Dbe-bJDOYbFkbU.cache
915
916
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/pt-QtKuLffCNhHu23kyq9RPn-vceXjFnLAP0Tj8lc2I.cache
916
- - test/dummy/tmp/cache/assets/test/sprockets/v3.0/pUDQP8HidXQvtJQEhTGC7_ODICFEiSU9Vh6peKiUX8o.cache
917
917
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Q9tsUFhyTUc-HiblZjw-HXh8U64ARZut9D2g7mGC-qU.cache
918
918
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/qJff1dkoyyrgGjxnpGERX--NHantlyb9iPjEXr2isW4.cache
919
919
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/qjKb2akKTcUQQzugNqfx61kIWJCToXIcBQCNL15Y3-Y.cache
@@ -942,6 +942,7 @@ test_files:
942
942
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Sz9tNAE59XvCdlurSidQLfC_rHmJY7eEq7z8YhAtXFo.cache
943
943
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/t3hCHk9ruCftcpXnkKI-fJNua82etX3bwNBEUtZ9lto.cache
944
944
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/t6ScbQpU4qx7uZpmzGWINcWrBmoP5kNJfQfyNBi5XVw.cache
945
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/T8sccjFXxE1mgzkBdDIfr-KPpfLsct71V_4nwVaPXLs.cache
945
946
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/TAJ9ftUTknmQZgXZPLid0dCfED8dA5hhpI3uvnnlrns.cache
946
947
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/tC7Wm45oxzVLysxdRLRXH5Yi-Uok1O65-F4_jhV3Zn4.cache
947
948
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/TH-YbVz7U4BlNadTo43SGbx0Qv5aJqJSFU3HOns89ro.cache
@@ -1012,6 +1013,7 @@ test_files:
1012
1013
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Za-bWpyPHwDgncSmeFii-kf2OBoGGfM9hq7a2ek4UB0.cache
1013
1014
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/zHh_FPOZhoGzLqPhvq-bvKQ4Suy_uuMjv24yoyoqM0E.cache
1014
1015
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/zM_Qry-d1FNgY-NK6eHFvBpy4Sg5dHXF03t5zoGfzzs.cache
1016
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/zP91Jjz9HOOY02y9uWi9dLwV74l3kIGkSw6i7PUFkoQ.cache
1015
1017
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/ZU1n9X3cEq4FGJvhTtKWE2fRSrDsbm_AHNpK_gQRda0.cache
1016
1018
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/zU6SWg93-hpgJyTjFP15NSTMQgfkIQ0RK2aq5zpJXaQ.cache
1017
1019
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/ZwMIytC9KgM3ETnUkjPWz2_cjg2Odtr9jm9CJ2rMxOM.cache