confidential 0.0.3 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4fb2f09e06419924bdf3c319f0a6c0c48fa8ab3d
4
- data.tar.gz: f4f8f853dd1f9be7dcb0a60214817abd8b8d6af7
3
+ metadata.gz: 32e9459b3b3f346c22047f5f49306c0bb0f494b6
4
+ data.tar.gz: 65f8635570b4643613d383facf0d87810db8eb90
5
5
  SHA512:
6
- metadata.gz: a87cc5775ed2b941d6fda5a152a91564af194d1a2daa80694ce65eecac247b04330d595f345175f5d6c0b5e8958051c5ffa997d320c7db1f2cf41febd807086a
7
- data.tar.gz: 60210e104d801b10943bbe0f7724515308cfaa8f4a343d3dad66f170d5a8db05219355b4fedb1e46da21e8874af8f567b62def5d5d4e37eb60c237c0de84cbac
6
+ metadata.gz: c002a440b8da2205f7632775989ca60c2e014be46b199e8a841fbf28f4ceb1ee708ea268fff1cec687141843dec7ff903a924f938c7d276fde82dbb84d83e43e
7
+ data.tar.gz: 604d12b4ec72baafc0bcf59b39be980c353a8ef2ea3457e6a8f077867cbc5455536dbdb4799ff3a43f09e3ab3f5ca7b4a76f3ed0e695439035f19dc78454e5fe
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2013 Museways
1
+ Copyright 2014 Museways
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,6 +1,6 @@
1
1
  module Confidential
2
2
  class Railtie < Rails::Railtie
3
-
3
+
4
4
  config.before_configuration do
5
5
  confidential_file = Rails.root.join('config', 'confidential.yml')
6
6
  if File.exist? confidential_file and envs = YAML.load(File.read(confidential_file))
@@ -1,5 +1,5 @@
1
1
  module Confidential
2
2
 
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.5'
4
4
 
5
5
  end
@@ -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.3
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-03-01 00:00:00.000000000 Z
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.0.0
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.0.0
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: '0'
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: '0'
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: '0'
107
+ version: 1.9.3
102
108
  required_rubygems_version: !ruby/object:Gem::Requirement
103
109
  requirements:
104
110
  - - ">="