confidential 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/lib/confidential/railtie.rb +1 -1
- data/lib/confidential/version.rb +1 -1
- data/test/dummy/config/initializers/secret_token.rb +1 -0
- metadata +15 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32e9459b3b3f346c22047f5f49306c0bb0f494b6
|
|
4
|
+
data.tar.gz: 65f8635570b4643613d383facf0d87810db8eb90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c002a440b8da2205f7632775989ca60c2e014be46b199e8a841fbf28f4ceb1ee708ea268fff1cec687141843dec7ff903a924f938c7d276fde82dbb84d83e43e
|
|
7
|
+
data.tar.gz: 604d12b4ec72baafc0bcf59b39be980c353a8ef2ea3457e6a8f077867cbc5455536dbdb4799ff3a43f09e3ab3f5ca7b4a76f3ed0e695439035f19dc78454e5fe
|
data/MIT-LICENSE
CHANGED
data/lib/confidential/railtie.rb
CHANGED
data/lib/confidential/version.rb
CHANGED
|
@@ -9,4 +9,5 @@
|
|
|
9
9
|
|
|
10
10
|
# Make sure your secret_key_base is kept private
|
|
11
11
|
# if you're sharing your code publicly.
|
|
12
|
+
Dummy::Application.config.secret_token = '3a11bb5d673be056d110ef3d1ea03577ccf1d7c3dc7715cb61e50f12a5c2fdbfb86dba21ba9da8a9519616324f29e3e59033158693db238d49b69c38e7a24514'
|
|
12
13
|
Dummy::Application.config.secret_key_base = '3a11bb5d673be056d110ef3d1ea03577ccf1d7c3dc7715cb61e50f12a5c2fdbfb86dba21ba9da8a9519616324f29e3e59033158693db238d49b69c38e7a24514'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: confidential
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Museways
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -16,28 +16,34 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 3.
|
|
19
|
+
version: 3.1.0
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 4.2.0
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
27
|
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 3.
|
|
29
|
+
version: 3.1.0
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 4.2.0
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: sqlite3
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
30
36
|
requirements:
|
|
31
|
-
- - "
|
|
37
|
+
- - "~>"
|
|
32
38
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '
|
|
39
|
+
version: '1.3'
|
|
34
40
|
type: :development
|
|
35
41
|
prerelease: false
|
|
36
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
43
|
requirements:
|
|
38
|
-
- - "
|
|
44
|
+
- - "~>"
|
|
39
45
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '
|
|
46
|
+
version: '1.3'
|
|
41
47
|
description: Loads your confidential configuration into envs.
|
|
42
48
|
email:
|
|
43
49
|
- hello@museways.com
|
|
@@ -98,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
98
104
|
requirements:
|
|
99
105
|
- - ">="
|
|
100
106
|
- !ruby/object:Gem::Version
|
|
101
|
-
version:
|
|
107
|
+
version: 1.9.3
|
|
102
108
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
109
|
requirements:
|
|
104
110
|
- - ">="
|