push_type_api 0.11.0.beta.1 → 0.11.0.beta.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/test/dummy/config/initializers/push_type.rb +1 -1
- data/test/dummy/config/secrets.yml +2 -2
- data/test/dummy/db/migrate/{20170407125007_create_push_type_users.push_type.rb → 20170506161334_create_push_type_users.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20170407125008_create_push_type_nodes.push_type.rb → 20170506161335_create_push_type_nodes.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20170407125009_create_push_type_node_hierarchies.push_type.rb → 20170506161336_create_push_type_node_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20170407125010_create_push_type_assets.push_type.rb → 20170506161337_create_push_type_assets.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20170407125011_add_field_store_default_values.push_type.rb → 20170506161338_add_field_store_default_values.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20170407125012_drop_legacy_push_type_taxonomies.push_type.rb → 20170506161339_drop_legacy_push_type_taxonomies.push_type.rb} +0 -0
- data/test/dummy/db/schema.rb +1 -1
- data/test/dummy/log/test.log +3877 -3875
- metadata +16 -16
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.0.beta.
|
4
|
+
version: 0.11.0.beta.2
|
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-
|
11
|
+
date: 2017-05-06 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.0.beta.
|
19
|
+
version: 0.11.0.beta.2
|
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.0.beta.
|
26
|
+
version: 0.11.0.beta.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: jbuilder
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -135,12 +135,12 @@ files:
|
|
135
135
|
- test/dummy/config/routes.rb
|
136
136
|
- test/dummy/config/secrets.yml
|
137
137
|
- test/dummy/config/spring.rb
|
138
|
-
- test/dummy/db/migrate/
|
139
|
-
- test/dummy/db/migrate/
|
140
|
-
- test/dummy/db/migrate/
|
141
|
-
- test/dummy/db/migrate/
|
142
|
-
- test/dummy/db/migrate/
|
143
|
-
- test/dummy/db/migrate/
|
138
|
+
- test/dummy/db/migrate/20170506161334_create_push_type_users.push_type.rb
|
139
|
+
- test/dummy/db/migrate/20170506161335_create_push_type_nodes.push_type.rb
|
140
|
+
- test/dummy/db/migrate/20170506161336_create_push_type_node_hierarchies.push_type.rb
|
141
|
+
- test/dummy/db/migrate/20170506161337_create_push_type_assets.push_type.rb
|
142
|
+
- test/dummy/db/migrate/20170506161338_add_field_store_default_values.push_type.rb
|
143
|
+
- test/dummy/db/migrate/20170506161339_drop_legacy_push_type_taxonomies.push_type.rb
|
144
144
|
- test/dummy/db/schema.rb
|
145
145
|
- test/dummy/db/seeds.rb
|
146
146
|
- test/dummy/log/test.log
|
@@ -229,12 +229,12 @@ test_files:
|
|
229
229
|
- test/dummy/config/secrets.yml
|
230
230
|
- test/dummy/config/spring.rb
|
231
231
|
- test/dummy/config.ru
|
232
|
-
- test/dummy/db/migrate/
|
233
|
-
- test/dummy/db/migrate/
|
234
|
-
- test/dummy/db/migrate/
|
235
|
-
- test/dummy/db/migrate/
|
236
|
-
- test/dummy/db/migrate/
|
237
|
-
- test/dummy/db/migrate/
|
232
|
+
- test/dummy/db/migrate/20170506161334_create_push_type_users.push_type.rb
|
233
|
+
- test/dummy/db/migrate/20170506161335_create_push_type_nodes.push_type.rb
|
234
|
+
- test/dummy/db/migrate/20170506161336_create_push_type_node_hierarchies.push_type.rb
|
235
|
+
- test/dummy/db/migrate/20170506161337_create_push_type_assets.push_type.rb
|
236
|
+
- test/dummy/db/migrate/20170506161338_add_field_store_default_values.push_type.rb
|
237
|
+
- test/dummy/db/migrate/20170506161339_drop_legacy_push_type_taxonomies.push_type.rb
|
238
238
|
- test/dummy/db/schema.rb
|
239
239
|
- test/dummy/db/seeds.rb
|
240
240
|
- test/dummy/log/test.log
|