push_type_auth 0.6.0.beta.2 → 0.6.0.beta.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/test/dummy/app/models/location.rb +6 -0
- data/test/dummy/config/initializers/push_type.rb +1 -1
- data/test/dummy/config/secrets.yml +2 -2
- data/test/dummy/db/migrate/{20151102165930_create_push_type_users.push_type.rb → 20151102202810_create_push_type_users.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102165931_create_push_type_nodes.push_type.rb → 20151102202811_create_push_type_nodes.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102165932_create_push_type_node_hierarchies.push_type.rb → 20151102202812_create_push_type_node_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102165933_create_push_type_assets.push_type.rb → 20151102202813_create_push_type_assets.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102165934_create_push_type_taxonomies.push_type.rb → 20151102202814_create_push_type_taxonomies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102165935_create_push_type_taxonomy_hierarchies.push_type.rb → 20151102202815_create_push_type_taxonomy_hierarchies.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102165936_add_field_store_default_values.push_type.rb → 20151102202816_add_field_store_default_values.push_type.rb} +0 -0
- data/test/dummy/db/migrate/{20151102165937_devise_extend_push_type_users.push_type_auth.rb → 20151102202817_devise_extend_push_type_users.push_type_auth.rb} +0 -0
- data/test/dummy/db/schema.rb +1 -1
- data/test/dummy/log/test.log +693 -693
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/13enFOLQsI8Mye9dhTWkj9KKyYFODHE888fUc0YLTYw.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{pUDQP8HidXQvtJQEhTGC7_ODICFEiSU9Vh6peKiUX8o.cache → T8sccjFXxE1mgzkBdDIfr-KPpfLsct71V_4nwVaPXLs.cache} +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/YYzFefU0_ds10v4STNe8TB77tSdI0H_KoOTf3IC0W5w.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/f1opt7BM9dnmxGb_MLgUjRgCNqtffPgDaP1yQPYozHw.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/megN6QCcG4mwKczRObfHIHA8XpDGRwlsppU_Zz3_Tl4.cache +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/{p-RMJZhToSQmo_KPJdkWODZQZ4dnJ91jbL8gIxjXoZ0.cache → zP91Jjz9HOOY02y9uWi9dLwV74l3kIGkSw6i7PUFkoQ.cache} +0 -0
- metadata +27 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 414881eb3377d2977d91adb6fe9c0503bbe191e7
|
4
|
+
data.tar.gz: b838ceaf4962b03a9f6a9686e72d780f96c56877
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 273c05c7c70064955b82a7401ff6b63260b36ed0777ea3e2ee1f5b772504f5bd51acc0b91c2b19be2b25ca519b27f759a13862a5497521946cc12f1634218750
|
7
|
+
data.tar.gz: e89b1b8b3f14684d2941f8cda4e085abdbae1bb4a2ddb9aaa2d2d70c8ad55b6eb6017f47be0c92afa83554cfb7e29f492f920a879186d7f0e1cf09548afb0c1e
|
@@ -50,6 +50,6 @@ PushType.setup do |config|
|
|
50
50
|
# secret_access_key: ENV['SECRET_ACCESS_KEY_ID']
|
51
51
|
# }
|
52
52
|
|
53
|
-
# config.dragonfly_secret = '
|
53
|
+
# config.dragonfly_secret = '8ab873111580ed776e1c4f9d71a32477987c5e43cfe50efc91ef368177a3a46c'
|
54
54
|
|
55
55
|
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: 2faf38e63057f82e8258751bdb54d3d1eaf98588c492b6c8f7c15a5aa33375e61f80b473fea5d41c50577087ff68cfaea375b4119fc0f3ab4ded026397968399
|
15
15
|
|
16
16
|
test:
|
17
|
-
secret_key_base:
|
17
|
+
secret_key_base: d7eca999c466c5c683a43d73d6b3fe8c79196ede678ba1330ca888c1b50e5a0c4b2d24417dcdc72fda26b3f4eca9fa8ad2b0f84a36a8113e995e13a2ce6ab030
|
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
|
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: 20151102202817) do
|
15
15
|
|
16
16
|
# These are extensions that must be enabled in order to support this database
|
17
17
|
enable_extension "plpgsql"
|