push_type_api 0.10.0.beta.3 → 0.10.0.beta.5
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/schema.rb +1 -1
- data/test/dummy/log/test.log +4019 -4017
- metadata +16 -16
- /data/test/dummy/db/migrate/{20161116222825_create_push_type_users.push_type.rb → 20161117154505_create_push_type_users.push_type.rb} +0 -0
- /data/test/dummy/db/migrate/{20161116222826_create_push_type_nodes.push_type.rb → 20161117154506_create_push_type_nodes.push_type.rb} +0 -0
- /data/test/dummy/db/migrate/{20161116222827_create_push_type_node_hierarchies.push_type.rb → 20161117154507_create_push_type_node_hierarchies.push_type.rb} +0 -0
- /data/test/dummy/db/migrate/{20161116222828_create_push_type_assets.push_type.rb → 20161117154508_create_push_type_assets.push_type.rb} +0 -0
- /data/test/dummy/db/migrate/{20161116222829_add_field_store_default_values.push_type.rb → 20161117154509_add_field_store_default_values.push_type.rb} +0 -0
- /data/test/dummy/db/migrate/{20161116222830_drop_legacy_push_type_taxonomies.push_type.rb → 20161117154510_drop_legacy_push_type_taxonomies.push_type.rb} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d136e0804cc3159e7314c76e6a6c5741d47b3f01
|
4
|
+
data.tar.gz: 2adb94fc39fd0b8d3b6d0a574913e7e0a11c31b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef2eb7deb0df1af01e56a24d882cd3fb0bdcc1f87427b147f6f46200a2ba3650d0ba6cf2a70ac4f9d42878c2fd99f3c8b621a3a3ee9fbc1982c9c962b81d1a3e
|
7
|
+
data.tar.gz: 67ff8d523457d8df6fd72853ea7e9b27fa032ce85c0b24814c0f85a2d9e975d0076065e2cbd37330abc6394de0a2480271d7ca9b219cd0513294e512141beda4
|
@@ -45,6 +45,6 @@ PushType.setup do |config|
|
|
45
45
|
# secret_access_key: ENV['SECRET_ACCESS_KEY_ID']
|
46
46
|
# }
|
47
47
|
|
48
|
-
# config.dragonfly_secret = '
|
48
|
+
# config.dragonfly_secret = '8a95b8ca49c43b018038b51666e84a65a64dba56c67e20e7d0122de4259d6837'
|
49
49
|
|
50
50
|
end
|
@@ -11,10 +11,10 @@
|
|
11
11
|
# if you're sharing your code publicly.
|
12
12
|
|
13
13
|
development:
|
14
|
-
secret_key_base:
|
14
|
+
secret_key_base: c7abef5d2ff9ff6af7a3e83c93d791ff2ee50bbce379b39b501c2868df5b1c405d2f51172825b35c1005044ec7428444d1625a05c2d24306d7f515b203cc1a1a
|
15
15
|
|
16
16
|
test:
|
17
|
-
secret_key_base:
|
17
|
+
secret_key_base: b68f8016d6ef955a1289e738614aff5a40dac9d5e3b00b414ecfd18bbfc5581f8305db22528b53f1e169683fe42283959ffd1c17577a05cfd5263be9d03a08d6
|
18
18
|
|
19
19
|
# Do not keep production secrets in the repository,
|
20
20
|
# instead read values from the environment.
|
data/test/dummy/db/schema.rb
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
#
|
11
11
|
# It's strongly recommended that you check this file into your version control system.
|
12
12
|
|
13
|
-
ActiveRecord::Schema.define(version:
|
13
|
+
ActiveRecord::Schema.define(version: 20161117154510) do
|
14
14
|
|
15
15
|
# These are extensions that must be enabled in order to support this database
|
16
16
|
enable_extension "plpgsql"
|