push_type_api 0.10.0.beta.5 → 0.10.0
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/{20161117154505_create_push_type_users.push_type.rb → 20161121193357_create_push_type_users.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20161117154506_create_push_type_nodes.push_type.rb → 20161121193358_create_push_type_nodes.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20161117154507_create_push_type_node_hierarchies.push_type.rb → 20161121193359_create_push_type_node_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20161117154508_create_push_type_assets.push_type.rb → 20161121193360_create_push_type_assets.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20161117154509_add_field_store_default_values.push_type.rb → 20161121193361_add_field_store_default_values.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20161117154510_drop_legacy_push_type_taxonomies.push_type.rb → 20161121193362_drop_legacy_push_type_taxonomies.push_type.rb} +0 -0
- data/test/dummy/db/schema.rb +1 -1
- data/test/dummy/log/test.log +3798 -3798
- metadata +18 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71b2547372605278979ab500cb51ef0cad049167
|
4
|
+
data.tar.gz: cd5602938c02f4219f79479edd631f51410d884b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 862399a86c3d4039e8380018029a3a9f25eca08deb558b64dd4c57972e19452d6feefa40efe759dc53dcc66fdbc9c1cc44f6615236c9a84159f0317c9f7d31dd
|
7
|
+
data.tar.gz: faeca75fc2833f00b31ac244ccec1bc56d28af234fec4855d8433397df482a6a4fc2133c24fb42ac54ba45a1ea8ed4f9aa3e14d129263f5e11bafa68f066da96
|
@@ -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 = '2ec028971cfd849b4d32d015c3e26c021e17197897d15724f5bd9f5e01438709'
|
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: d397453b72ac796fbe2357214da363b8fd39fa7a0b4f1be7695be73bdcd72447f8562b9ba895fce2d0563ae463904c27350b205d330a5175e2376b60e2ef32d4
|
15
15
|
|
16
16
|
test:
|
17
|
-
secret_key_base:
|
17
|
+
secret_key_base: da9906d75855723af5f57b72d064cc7adb0c8c3939cafc18436671f9f1641b34e659a24f5ab75ddce69a2181bc3a6030846e27404c287a7d710a3cf59b0d13d0
|
18
18
|
|
19
19
|
# Do not keep production secrets in the repository,
|
20
20
|
# instead read values from the environment.
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
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: 20161121193362) do
|
14
14
|
|
15
15
|
# These are extensions that must be enabled in order to support this database
|
16
16
|
enable_extension "plpgsql"
|