push_type_wysiwyg 0.5.0 → 0.5.1
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/{20150716155055_create_push_type_users.push_type.rb → 20150816155521_create_push_type_users.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150716155056_create_push_type_nodes.push_type.rb → 20150816155522_create_push_type_nodes.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150716155057_create_push_type_node_hierarchies.push_type.rb → 20150816155523_create_push_type_node_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150716155058_create_push_type_assets.push_type.rb → 20150816155524_create_push_type_assets.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150716155059_create_push_type_taxonomies.push_type.rb → 20150816155525_create_push_type_taxonomies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150716155060_create_push_type_taxonomy_hierarchies.push_type.rb → 20150816155526_create_push_type_taxonomy_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20150716155061_add_field_store_default_values.push_type.rb → 20150816155527_add_field_store_default_values.push_type.rb} +0 -0
- data/test/dummy/db/schema.rb +1 -1
- data/test/dummy/log/test.log +588 -588
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/BbvLT7G9ojUvtI0HU7G_rmPrIv82rlBK6mQyu158MwU.cache +1 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{Ei2L0uIaXjgl1f2cOn_RAqHa0efsfucFVRKEI72Scpw.cache → iEI8WixZrgmiB_zh_BWlKL7CuC2q7ssPJvlwnAQECoE.cache} +2 -3
- metadata +28 -29
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/yQyCExmcScF55PbC62h3j4_x1X37cPjB6OM0Mt9BVP4.cache +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fef11cce80a50554a85c868cb7769c2c1375fb6
|
4
|
+
data.tar.gz: 654814396d1e4c77dfc003bf8ea5c512184190c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7eeb6c59e58d8f4bd94cbc01623669e8ee68ccdc4f440070173ccb167c3e344e0d7b28835df3878859e38b48d77e541aab7353fcbd662d8965f00bf6268d1deb
|
7
|
+
data.tar.gz: 8da38ae9c86999891c6adf416db2505183704b7d2418a028bcc73a5b36b6b0055b36266dd6cb32aee625771833aa74513e18c1e673d3f10ba5f21815ec4a191c
|
@@ -33,6 +33,6 @@ PushType.setup do |config|
|
|
33
33
|
# secret_access_key: ENV['SECRET_ACCESS_KEY_ID']
|
34
34
|
# }
|
35
35
|
|
36
|
-
# config.dragonfly_secret = '
|
36
|
+
# config.dragonfly_secret = 'd0607476b47f1fa1ac66be1d45ae1097d42f28b67cc11496858bdec50eed2b3d'
|
37
37
|
|
38
38
|
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: 50d0eb123afb9db42bf5d20c500056e07f906cd78f5ae6dc6b17b6ddbe1e7f99017953814509a1096d605f605b9acffb02716cc6971f5813989f807970281956
|
15
15
|
|
16
16
|
test:
|
17
|
-
secret_key_base:
|
17
|
+
secret_key_base: 47166d675979c74c2daa0b8f09ae29b0e2f511c54d8f053165d0a3cada1f391aa50c167a05d2358df5d6c7c2f6845906139d2a44450856fee770428976055bf3
|
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
|
File without changes
|
data/test/dummy/db/schema.rb
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
#
|
12
12
|
# It's strongly recommended that you check this file into your version control system.
|
13
13
|
|
14
|
-
ActiveRecord::Schema.define(version:
|
14
|
+
ActiveRecord::Schema.define(version: 20150816155527) do
|
15
15
|
|
16
16
|
# These are extensions that must be enabled in order to support this database
|
17
17
|
enable_extension "plpgsql"
|