push_type_api 0.11.2 → 0.12.0.beta.1

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 (33) hide show
  1. checksums.yaml +4 -4
  2. data/test/controllers/push_type/api/assets_controller_test.rb +6 -6
  3. data/test/controllers/push_type/api/nodes_controller_test.rb +8 -8
  4. data/test/controllers/push_type/api/users_controller_test.rb +3 -3
  5. data/test/dummy/app/assets/javascripts/application.js +1 -0
  6. data/test/dummy/app/controllers/application_controller.rb +0 -1
  7. data/test/dummy/app/views/layouts/application.html.erb +1 -0
  8. data/test/dummy/bin/bundle +1 -1
  9. data/test/dummy/bin/setup +1 -3
  10. data/test/dummy/bin/update +4 -2
  11. data/test/dummy/bin/yarn +3 -3
  12. data/test/dummy/config/cable.yml +1 -1
  13. data/test/dummy/config/credentials.yml.enc +1 -0
  14. data/test/dummy/config/environments/development.rb +9 -2
  15. data/test/dummy/config/environments/production.rb +7 -4
  16. data/test/dummy/config/environments/test.rb +5 -1
  17. data/test/dummy/config/initializers/content_security_policy.rb +25 -0
  18. data/test/dummy/config/initializers/push_type.rb +1 -1
  19. data/test/dummy/config/master.key +1 -0
  20. data/test/dummy/config/puma.rb +1 -23
  21. data/test/dummy/config/spring.rb +2 -2
  22. data/test/dummy/config/storage.yml +34 -0
  23. data/test/dummy/db/migrate/20180416190627_create_active_storage_tables.active_storage.rb +26 -0
  24. data/test/dummy/db/migrate/{20170922151312_create_push_type_users.push_type.rb → 20180416190628_create_push_type_users.push_type.rb} +0 -0
  25. data/test/dummy/db/migrate/{20170922151313_create_push_type_nodes.push_type.rb → 20180416190629_create_push_type_nodes.push_type.rb} +0 -0
  26. data/test/dummy/db/migrate/{20170922151314_create_push_type_node_hierarchies.push_type.rb → 20180416190630_create_push_type_node_hierarchies.push_type.rb} +0 -0
  27. data/test/dummy/db/migrate/{20170922151315_create_push_type_assets.push_type.rb → 20180416190631_create_push_type_assets.push_type.rb} +0 -0
  28. data/test/dummy/db/migrate/{20170922151316_add_field_store_default_values.push_type.rb → 20180416190632_add_field_store_default_values.push_type.rb} +0 -0
  29. data/test/dummy/db/migrate/{20170922151317_drop_legacy_push_type_taxonomies.push_type.rb → 20180416190633_drop_legacy_push_type_taxonomies.push_type.rb} +0 -0
  30. data/test/dummy/db/schema.rb +22 -1
  31. data/test/dummy/log/test.log +3964 -3956
  32. metadata +30 -22
  33. data/test/dummy/config/secrets.yml +0 -32
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: push_type_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.12.0.beta.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Russell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-22 00:00:00.000000000 Z
11
+ date: 2018-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: push_type_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.2
19
+ version: 0.12.0.beta.1
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.11.2
26
+ version: 0.12.0.beta.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jbuilder
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '1.0'
47
+ version: '1.1'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '1.0'
54
+ version: '1.1'
55
55
  description: Restful API for PushType CMS. PushType is a new generation of content
56
56
  management system for Ruby on Rails.
57
57
  email:
@@ -115,6 +115,7 @@ files:
115
115
  - test/dummy/config/application.rb
116
116
  - test/dummy/config/boot.rb
117
117
  - test/dummy/config/cable.yml
118
+ - test/dummy/config/credentials.yml.enc
118
119
  - test/dummy/config/database.yml
119
120
  - test/dummy/config/environment.rb
120
121
  - test/dummy/config/environments/development.rb
@@ -123,6 +124,7 @@ files:
123
124
  - test/dummy/config/initializers/application_controller_renderer.rb
124
125
  - test/dummy/config/initializers/assets.rb
125
126
  - test/dummy/config/initializers/backtrace_silencers.rb
127
+ - test/dummy/config/initializers/content_security_policy.rb
126
128
  - test/dummy/config/initializers/cookies_serializer.rb
127
129
  - test/dummy/config/initializers/filter_parameter_logging.rb
128
130
  - test/dummy/config/initializers/inflections.rb
@@ -130,16 +132,18 @@ files:
130
132
  - test/dummy/config/initializers/push_type.rb
131
133
  - test/dummy/config/initializers/wrap_parameters.rb
132
134
  - test/dummy/config/locales/en.yml
135
+ - test/dummy/config/master.key
133
136
  - test/dummy/config/puma.rb
134
137
  - test/dummy/config/routes.rb
135
- - test/dummy/config/secrets.yml
136
138
  - test/dummy/config/spring.rb
137
- - test/dummy/db/migrate/20170922151312_create_push_type_users.push_type.rb
138
- - test/dummy/db/migrate/20170922151313_create_push_type_nodes.push_type.rb
139
- - test/dummy/db/migrate/20170922151314_create_push_type_node_hierarchies.push_type.rb
140
- - test/dummy/db/migrate/20170922151315_create_push_type_assets.push_type.rb
141
- - test/dummy/db/migrate/20170922151316_add_field_store_default_values.push_type.rb
142
- - test/dummy/db/migrate/20170922151317_drop_legacy_push_type_taxonomies.push_type.rb
139
+ - test/dummy/config/storage.yml
140
+ - test/dummy/db/migrate/20180416190627_create_active_storage_tables.active_storage.rb
141
+ - test/dummy/db/migrate/20180416190628_create_push_type_users.push_type.rb
142
+ - test/dummy/db/migrate/20180416190629_create_push_type_nodes.push_type.rb
143
+ - test/dummy/db/migrate/20180416190630_create_push_type_node_hierarchies.push_type.rb
144
+ - test/dummy/db/migrate/20180416190631_create_push_type_assets.push_type.rb
145
+ - test/dummy/db/migrate/20180416190632_add_field_store_default_values.push_type.rb
146
+ - test/dummy/db/migrate/20180416190633_drop_legacy_push_type_taxonomies.push_type.rb
143
147
  - test/dummy/db/schema.rb
144
148
  - test/dummy/db/seeds.rb
145
149
  - test/dummy/log/test.log
@@ -168,9 +172,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
168
172
  version: '0'
169
173
  required_rubygems_version: !ruby/object:Gem::Requirement
170
174
  requirements:
171
- - - ">="
175
+ - - ">"
172
176
  - !ruby/object:Gem::Version
173
- version: '0'
177
+ version: 1.3.1
174
178
  requirements: []
175
179
  rubyforge_project:
176
180
  rubygems_version: 2.5.1
@@ -208,6 +212,7 @@ test_files:
208
212
  - test/dummy/config/application.rb
209
213
  - test/dummy/config/boot.rb
210
214
  - test/dummy/config/cable.yml
215
+ - test/dummy/config/credentials.yml.enc
211
216
  - test/dummy/config/database.yml
212
217
  - test/dummy/config/environment.rb
213
218
  - test/dummy/config/environments/development.rb
@@ -216,6 +221,7 @@ test_files:
216
221
  - test/dummy/config/initializers/application_controller_renderer.rb
217
222
  - test/dummy/config/initializers/assets.rb
218
223
  - test/dummy/config/initializers/backtrace_silencers.rb
224
+ - test/dummy/config/initializers/content_security_policy.rb
219
225
  - test/dummy/config/initializers/cookies_serializer.rb
220
226
  - test/dummy/config/initializers/filter_parameter_logging.rb
221
227
  - test/dummy/config/initializers/inflections.rb
@@ -223,17 +229,19 @@ test_files:
223
229
  - test/dummy/config/initializers/push_type.rb
224
230
  - test/dummy/config/initializers/wrap_parameters.rb
225
231
  - test/dummy/config/locales/en.yml
232
+ - test/dummy/config/master.key
226
233
  - test/dummy/config/puma.rb
227
234
  - test/dummy/config/routes.rb
228
- - test/dummy/config/secrets.yml
229
235
  - test/dummy/config/spring.rb
236
+ - test/dummy/config/storage.yml
230
237
  - test/dummy/config.ru
231
- - test/dummy/db/migrate/20170922151312_create_push_type_users.push_type.rb
232
- - test/dummy/db/migrate/20170922151313_create_push_type_nodes.push_type.rb
233
- - test/dummy/db/migrate/20170922151314_create_push_type_node_hierarchies.push_type.rb
234
- - test/dummy/db/migrate/20170922151315_create_push_type_assets.push_type.rb
235
- - test/dummy/db/migrate/20170922151316_add_field_store_default_values.push_type.rb
236
- - test/dummy/db/migrate/20170922151317_drop_legacy_push_type_taxonomies.push_type.rb
238
+ - test/dummy/db/migrate/20180416190627_create_active_storage_tables.active_storage.rb
239
+ - test/dummy/db/migrate/20180416190628_create_push_type_users.push_type.rb
240
+ - test/dummy/db/migrate/20180416190629_create_push_type_nodes.push_type.rb
241
+ - test/dummy/db/migrate/20180416190630_create_push_type_node_hierarchies.push_type.rb
242
+ - test/dummy/db/migrate/20180416190631_create_push_type_assets.push_type.rb
243
+ - test/dummy/db/migrate/20180416190632_add_field_store_default_values.push_type.rb
244
+ - test/dummy/db/migrate/20180416190633_drop_legacy_push_type_taxonomies.push_type.rb
237
245
  - test/dummy/db/schema.rb
238
246
  - test/dummy/db/seeds.rb
239
247
  - test/dummy/log/test.log
@@ -1,32 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Your secret key is used for verifying the integrity of signed cookies.
4
- # If you change this key, all old signed cookies will become invalid!
5
-
6
- # Make sure the secret is at least 30 characters and all random,
7
- # no regular words or you'll be exposed to dictionary attacks.
8
- # You can use `rails secret` to generate a secure secret key.
9
-
10
- # Make sure the secrets in this file are kept private
11
- # if you're sharing your code publicly.
12
-
13
- # Shared secrets are available across all environments.
14
-
15
- # shared:
16
- # api_key: a1B2c3D4e5F6
17
-
18
- # Environmental secrets are only available for that specific environment.
19
-
20
- development:
21
- secret_key_base: 1377fa82338520490b4c816e46b5fc373c618e640f54f511c9de5003d37c62cc2e5fda6bed06cf5fe5bc79c30a8558485bed5c10ded8b9875cbbbcdcb4bbd500
22
-
23
- test:
24
- secret_key_base: 0dc6f5b1dfda6b2ceee39e5c1b5cf2fe7fae6477286dffc83f2a3c9ebe3c244266511190bb357d0989cb4d524d83de408ff855f3228e604f15d1cb9ccf9e634d
25
-
26
- # Do not keep production secrets in the unencrypted secrets file.
27
- # Instead, either read values from the environment.
28
- # Or, use `bin/rails secrets:setup` to configure encrypted secrets
29
- # and move the `production:` environment over there.
30
-
31
- production:
32
- secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>