push_type_admin 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 (20) 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/schema.rb +1 -1
  6. data/test/dummy/log/test.log +4680 -4682
  7. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/68-rfVTVnRlWELlXq3fFfQ-DJzuJPuIRXihjH-A4DDw.cache +0 -0
  8. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/Z1wb-zyOfM070cy_9rtWent0zzV8LZK8Sj8a3WfQhps.cache +0 -0
  9. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/oa9cqTFdyQ42k9Pg0lPDUvvUhMMoQ_GRclViUq6uaRg.cache +0 -0
  10. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/y-lokYJWyt-TTTl8aQ5SR0Bjp8EDmS6mpAPPdm__J0w.cache +0 -0
  11. metadata +23 -21
  12. /data/test/dummy/db/migrate/{20151102165855_create_push_type_users.push_type.rb → 20151102202735_create_push_type_users.push_type.rb} +0 -0
  13. /data/test/dummy/db/migrate/{20151102165856_create_push_type_nodes.push_type.rb → 20151102202736_create_push_type_nodes.push_type.rb} +0 -0
  14. /data/test/dummy/db/migrate/{20151102165857_create_push_type_node_hierarchies.push_type.rb → 20151102202737_create_push_type_node_hierarchies.push_type.rb} +0 -0
  15. /data/test/dummy/db/migrate/{20151102165858_create_push_type_assets.push_type.rb → 20151102202738_create_push_type_assets.push_type.rb} +0 -0
  16. /data/test/dummy/db/migrate/{20151102165859_create_push_type_taxonomies.push_type.rb → 20151102202739_create_push_type_taxonomies.push_type.rb} +0 -0
  17. /data/test/dummy/db/migrate/{20151102165860_create_push_type_taxonomy_hierarchies.push_type.rb → 20151102202740_create_push_type_taxonomy_hierarchies.push_type.rb} +0 -0
  18. /data/test/dummy/db/migrate/{20151102165861_add_field_store_default_values.push_type.rb → 20151102202741_add_field_store_default_values.push_type.rb} +0 -0
  19. /data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{Lix1By3vZQ-BSL0QFJuiriDgj0L7Tl9DD-8Feoiaa-Q.cache → rpCvcHCBMBR_Ir6tvhJSUrQTutUSUmtprVqiIjiKVyE.cache} +0 -0
  20. /data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{nhJuId471nk5_X22-JkYdy2xSm6cLXff_H6Xt5COar8.cache → xo93Mgm0mnisakj9bYwFigPsqYYHqcZKoX3veHr8Lgw.cache} +0 -0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: push_type_admin
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,14 +16,14 @@ 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: haml-rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -332,6 +332,7 @@ files:
332
332
  - test/dummy/app/controllers/application_controller.rb
333
333
  - test/dummy/app/helpers/application_helper.rb
334
334
  - test/dummy/app/models/category.rb
335
+ - test/dummy/app/models/location.rb
335
336
  - test/dummy/app/models/page.rb
336
337
  - test/dummy/app/views/layouts/application.html.erb
337
338
  - test/dummy/app/views/nodes/page.html.erb
@@ -360,13 +361,13 @@ files:
360
361
  - test/dummy/config/locales/en.yml
361
362
  - test/dummy/config/routes.rb
362
363
  - test/dummy/config/secrets.yml
363
- - test/dummy/db/migrate/20151102165855_create_push_type_users.push_type.rb
364
- - test/dummy/db/migrate/20151102165856_create_push_type_nodes.push_type.rb
365
- - test/dummy/db/migrate/20151102165857_create_push_type_node_hierarchies.push_type.rb
366
- - test/dummy/db/migrate/20151102165858_create_push_type_assets.push_type.rb
367
- - test/dummy/db/migrate/20151102165859_create_push_type_taxonomies.push_type.rb
368
- - test/dummy/db/migrate/20151102165860_create_push_type_taxonomy_hierarchies.push_type.rb
369
- - test/dummy/db/migrate/20151102165861_add_field_store_default_values.push_type.rb
364
+ - test/dummy/db/migrate/20151102202735_create_push_type_users.push_type.rb
365
+ - test/dummy/db/migrate/20151102202736_create_push_type_nodes.push_type.rb
366
+ - test/dummy/db/migrate/20151102202737_create_push_type_node_hierarchies.push_type.rb
367
+ - test/dummy/db/migrate/20151102202738_create_push_type_assets.push_type.rb
368
+ - test/dummy/db/migrate/20151102202739_create_push_type_taxonomies.push_type.rb
369
+ - test/dummy/db/migrate/20151102202740_create_push_type_taxonomy_hierarchies.push_type.rb
370
+ - test/dummy/db/migrate/20151102202741_add_field_store_default_values.push_type.rb
370
371
  - test/dummy/db/schema.rb
371
372
  - test/dummy/db/seeds.rb
372
373
  - test/dummy/log/test.log
@@ -502,7 +503,6 @@ files:
502
503
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/LdVpIX8DC80RRK2V8X2Wl6xOyZOOfZ9pJlAe_hyFPSs.cache
503
504
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Li7DSvF0oK9f89w50Khkr4A5rsjGuRiiOJ_tfinKxXU.cache
504
505
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/LiHmlujL_nt6M2HrQBMPBseKTmnhZxeNYZejLy0zKa0.cache
505
- - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Lix1By3vZQ-BSL0QFJuiriDgj0L7Tl9DD-8Feoiaa-Q.cache
506
506
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/LkgI5yscXwr3ezyxqgMWzM1DDPPR7antTVewhTjzxKE.cache
507
507
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/M-ArtfYit_tniXuPhtuexLr8PRwJgeSjZQpByXNd-Ao.cache
508
508
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/M-a8wizCo1YD9UBgjLC8anQ1lAX6GXtGiavvdWUrU4c.cache
@@ -677,7 +677,6 @@ files:
677
677
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/nBiBmAQ8GHgPPNQUiW5x-KPSkeg4VeKZFmDlXY8bPP0.cache
678
678
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/nZefEWjdMyxCQrfXPZ6zkYWQjL7RILz6yXL5bK_Ing4.cache
679
679
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/n_5HIHyi73kztYQh8OmGealBvAeOQ4KC_aNH3iFqnbo.cache
680
- - test/dummy/tmp/cache/assets/test/sprockets/v3.0/nhJuId471nk5_X22-JkYdy2xSm6cLXff_H6Xt5COar8.cache
681
680
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/oFZX_j2wFm6wP9GEDOqGBjDrmEiUwYROwdyp4n71g2s.cache
682
681
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/oGabhBAYxeJ2uXArE6IRQrs9lp2BEAwkEQNAVAlZJr8.cache
683
682
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/oNhQCetX7U-_TfAZjv_kRMYI1KWlLA6_nbxig20MiXs.cache
@@ -696,6 +695,7 @@ files:
696
695
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/qqcV0nmpgeR78SC8Cgq7YKK0e1m7qdTmtFOd_eWXFJQ.cache
697
696
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/qw7mY4ChyAgzf145jntwCkRWyHVBXBEgam3_3Cvn5rs.cache
698
697
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/r_fTqnCRuxvnYfZLmOawrPrVptnAKSas5yk0H22hl_A.cache
698
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/rpCvcHCBMBR_Ir6tvhJSUrQTutUSUmtprVqiIjiKVyE.cache
699
699
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/sAEHaGW80NvCVnV_ez69-kZvfVvDIXKK432eCw-O0Pw.cache
700
700
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/sI-fGWFj4ykPbdBHDQzGe5mkcmWawG-6yxFvxUvjPVo.cache
701
701
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/sVoC7pQ2w1Z0ZdtxwE3BZVOYYY7g4fj5S8g2JUtnN-Q.cache
@@ -729,6 +729,7 @@ files:
729
729
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/xE0OJtA9xYVObkksb4zztmha0AdfVJWM_nncQ6ZT17U.cache
730
730
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/xW0MZCmr6qsKPiKHi-p_tpm4quTg9MjmOa-Od5_rIU4.cache
731
731
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/xZ-EpmD_jql3ouKtuMook-ZXldFSMlw6xN61egA82x8.cache
732
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/xo93Mgm0mnisakj9bYwFigPsqYYHqcZKoX3veHr8Lgw.cache
732
733
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/y-lokYJWyt-TTTl8aQ5SR0Bjp8EDmS6mpAPPdm__J0w.cache
733
734
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/y4vflgtoPy0pw5zHl8hzITHosKKBdz7KtHaw6oxHfro.cache
734
735
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/y60C8KrlK3X2E4_sxO9oT-daVZHHhYU7g5IMGEpvoXk.cache
@@ -784,6 +785,7 @@ test_files:
784
785
  - test/dummy/app/controllers/application_controller.rb
785
786
  - test/dummy/app/helpers/application_helper.rb
786
787
  - test/dummy/app/models/category.rb
788
+ - test/dummy/app/models/location.rb
787
789
  - test/dummy/app/models/page.rb
788
790
  - test/dummy/app/views/layouts/application.html.erb
789
791
  - test/dummy/app/views/nodes/page.html.erb
@@ -812,13 +814,13 @@ test_files:
812
814
  - test/dummy/config/routes.rb
813
815
  - test/dummy/config/secrets.yml
814
816
  - test/dummy/config.ru
815
- - test/dummy/db/migrate/20151102165855_create_push_type_users.push_type.rb
816
- - test/dummy/db/migrate/20151102165856_create_push_type_nodes.push_type.rb
817
- - test/dummy/db/migrate/20151102165857_create_push_type_node_hierarchies.push_type.rb
818
- - test/dummy/db/migrate/20151102165858_create_push_type_assets.push_type.rb
819
- - test/dummy/db/migrate/20151102165859_create_push_type_taxonomies.push_type.rb
820
- - test/dummy/db/migrate/20151102165860_create_push_type_taxonomy_hierarchies.push_type.rb
821
- - test/dummy/db/migrate/20151102165861_add_field_store_default_values.push_type.rb
817
+ - test/dummy/db/migrate/20151102202735_create_push_type_users.push_type.rb
818
+ - test/dummy/db/migrate/20151102202736_create_push_type_nodes.push_type.rb
819
+ - test/dummy/db/migrate/20151102202737_create_push_type_node_hierarchies.push_type.rb
820
+ - test/dummy/db/migrate/20151102202738_create_push_type_assets.push_type.rb
821
+ - test/dummy/db/migrate/20151102202739_create_push_type_taxonomies.push_type.rb
822
+ - test/dummy/db/migrate/20151102202740_create_push_type_taxonomy_hierarchies.push_type.rb
823
+ - test/dummy/db/migrate/20151102202741_add_field_store_default_values.push_type.rb
822
824
  - test/dummy/db/schema.rb
823
825
  - test/dummy/db/seeds.rb
824
826
  - test/dummy/log/test.log
@@ -1032,7 +1034,6 @@ test_files:
1032
1034
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/LdVpIX8DC80RRK2V8X2Wl6xOyZOOfZ9pJlAe_hyFPSs.cache
1033
1035
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Li7DSvF0oK9f89w50Khkr4A5rsjGuRiiOJ_tfinKxXU.cache
1034
1036
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/LiHmlujL_nt6M2HrQBMPBseKTmnhZxeNYZejLy0zKa0.cache
1035
- - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Lix1By3vZQ-BSL0QFJuiriDgj0L7Tl9DD-8Feoiaa-Q.cache
1036
1037
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/lJK9RmOOOsuJdMhgeHI2sXfUvdwvG0OSe2Kp_V4_xsg.cache
1037
1038
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/LkgI5yscXwr3ezyxqgMWzM1DDPPR7antTVewhTjzxKE.cache
1038
1039
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/LLu4UtDG_qc9vZg8n8Nh_VjMt9lezf0SD7kTbw2Nq8w.cache
@@ -1063,7 +1064,6 @@ test_files:
1063
1064
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/n_5HIHyi73kztYQh8OmGealBvAeOQ4KC_aNH3iFqnbo.cache
1064
1065
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/NaDCwptB9_zEkvE1Gs2_3eQzsL-LJfPSqI9yL4XhmVQ.cache
1065
1066
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/nBiBmAQ8GHgPPNQUiW5x-KPSkeg4VeKZFmDlXY8bPP0.cache
1066
- - test/dummy/tmp/cache/assets/test/sprockets/v3.0/nhJuId471nk5_X22-JkYdy2xSm6cLXff_H6Xt5COar8.cache
1067
1067
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/NIjAAuy5Jm5N8FZ4nSq1L5JWQULcM32bZys0cfBDPmQ.cache
1068
1068
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/NmoF7-saaqZXlgdkM4sngEy3AEMx1imhLbVW8wwVZcU.cache
1069
1069
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/NODF6Pbc-yJ22OnzhhTr3Nnq52fSW_pMZXI-u0gn9YI.cache
@@ -1102,6 +1102,7 @@ test_files:
1102
1102
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/RgEWUiYakqlhoz2WJUtZXXVgXKVU0ij_AESeXeNtURY.cache
1103
1103
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/Rkn3YEVfmVH9Qvs8YyHKwuny6DGFshJapMa05w7lG6s.cache
1104
1104
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/RoaaoaWCQS_JemHqWZBhLhb4SdwWd5HfHL2H2BxpzzU.cache
1105
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/rpCvcHCBMBR_Ir6tvhJSUrQTutUSUmtprVqiIjiKVyE.cache
1105
1106
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/RTyLKDQMkz81LdBvy1v_l4I9VINajjgfxexg0n-GP0M.cache
1106
1107
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/RZ7U3cmHsXIKt6ekhKZP6Pw8KEtCwk7Hy9HViUWfQj0.cache
1107
1108
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/sAEHaGW80NvCVnV_ez69-kZvfVvDIXKK432eCw-O0Pw.cache
@@ -1167,6 +1168,7 @@ test_files:
1167
1168
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/WyBJb-gme0hiXtdDZcPvfU26UExur3JnCFdEPPjeFiE.cache
1168
1169
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/xE0OJtA9xYVObkksb4zztmha0AdfVJWM_nncQ6ZT17U.cache
1169
1170
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/XiPzbpfeCvnGWwIVSCm4dpZsHw_nf0oiCvViXKY3M0A.cache
1171
+ - test/dummy/tmp/cache/assets/test/sprockets/v3.0/xo93Mgm0mnisakj9bYwFigPsqYYHqcZKoX3veHr8Lgw.cache
1170
1172
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/XvJCuChMJOArWNWuYg-MVohUBb57ePWZOulfCXo851s.cache
1171
1173
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/xW0MZCmr6qsKPiKHi-p_tpm4quTg9MjmOa-Od5_rIU4.cache
1172
1174
  - test/dummy/tmp/cache/assets/test/sprockets/v3.0/xZ-EpmD_jql3ouKtuMook-ZXldFSMlw6xN61egA82x8.cache