confidential 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0638a4ebaae3bcb8b05156a38345ea168c466b0b
4
- data.tar.gz: 6638bfa43a114bab34daeb10bdfd71273d5250e0
3
+ metadata.gz: 4fb2f09e06419924bdf3c319f0a6c0c48fa8ab3d
4
+ data.tar.gz: f4f8f853dd1f9be7dcb0a60214817abd8b8d6af7
5
5
  SHA512:
6
- metadata.gz: 302c9cc272f08782812df83d747bf7e0019f6f97511c74d46a5bac368143ff4d336a32f66f44792e3adf5862be7e4faff7dbf218f593bf1f91bbbbf61b8638e5
7
- data.tar.gz: 45ee8629d386edd585bcecc4cf0efcab447431becbf73311696bc207b836f619e23a799740bc1268d255ee8ea0647803689a6c8c84628237e57a1dd2d9086282
6
+ metadata.gz: a87cc5775ed2b941d6fda5a152a91564af194d1a2daa80694ce65eecac247b04330d595f345175f5d6c0b5e8958051c5ffa997d320c7db1f2cf41febd807086a
7
+ data.tar.gz: 60210e104d801b10943bbe0f7724515308cfaa8f4a343d3dad66f170d5a8db05219355b4fedb1e46da21e8874af8f567b62def5d5d4e37eb60c237c0de84cbac
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2013 Mattways
1
+ Copyright 2013 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
data/README.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- {<img src="https://codeclimate.com/github/mattways/confidential.png" />}[https://codeclimate.com/github/mattways/confidential] {<img src="https://travis-ci.org/mattways/confidential.png?branch=master" alt="Build Status" />}[https://travis-ci.org/mattways/confidential] {<img src="https://gemnasium.com/mattways/confidential.png" alt="Dependency Status" />}[https://gemnasium.com/mattways/confidential]
1
+ {<img src="https://badge.fury.io/rb/confidential.png" alt="Gem Version" />}[http://badge.fury.io/rb/confidential] {<img src="https://codeclimate.com/github/museways/confidential.png" />}[https://codeclimate.com/github/museways/confidential] {<img src="https://travis-ci.org/museways/confidential.png?branch=master" alt="Build Status" />}[https://travis-ci.org/museways/confidential] {<img src="https://gemnasium.com/museways/confidential.png" alt="Dependency Status" />}[https://gemnasium.com/museways/confidential]
2
2
 
3
3
  = Confidential
4
4
 
@@ -17,3 +17,5 @@ Then bundle:
17
17
  Just put your confidential information in config/confidential.yml:
18
18
  DB_USER: user
19
19
  DB_PASS: pass
20
+
21
+ (Probably you want to ignore config/confidential.yml in your repo)
@@ -1,5 +1,5 @@
1
1
  module Confidential
2
2
 
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,57 +1,59 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confidential
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - Mattways
7
+ - Museways
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-12 00:00:00.000000000 Z
11
+ date: 2014-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 3.0.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.0.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  description: Loads your confidential configuration into envs.
42
42
  email:
43
- - contact@mattways.com
43
+ - hello@museways.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - lib/confidential/railtie.rb
49
- - lib/confidential/version.rb
50
- - lib/confidential.rb
51
48
  - MIT-LICENSE
52
- - Rakefile
53
49
  - README.rdoc
50
+ - Rakefile
51
+ - lib/confidential.rb
52
+ - lib/confidential/railtie.rb
53
+ - lib/confidential/version.rb
54
54
  - test/confidential_test.rb
55
+ - test/dummy/README.rdoc
56
+ - test/dummy/Rakefile
55
57
  - test/dummy/app/assets/javascripts/application.js
56
58
  - test/dummy/app/assets/stylesheets/application.css
57
59
  - test/dummy/app/controllers/application_controller.rb
@@ -60,6 +62,7 @@ files:
60
62
  - test/dummy/bin/bundle
61
63
  - test/dummy/bin/rails
62
64
  - test/dummy/bin/rake
65
+ - test/dummy/config.ru
63
66
  - test/dummy/config/application.rb
64
67
  - test/dummy/config/boot.rb
65
68
  - test/dummy/config/confidential.yml
@@ -77,16 +80,13 @@ files:
77
80
  - test/dummy/config/initializers/wrap_parameters.rb
78
81
  - test/dummy/config/locales/en.yml
79
82
  - test/dummy/config/routes.rb
80
- - test/dummy/config.ru
81
83
  - test/dummy/log/test.log
82
84
  - test/dummy/public/404.html
83
85
  - test/dummy/public/422.html
84
86
  - test/dummy/public/500.html
85
87
  - test/dummy/public/favicon.ico
86
- - test/dummy/Rakefile
87
- - test/dummy/README.rdoc
88
88
  - test/test_helper.rb
89
- homepage: https://github.com/mattways/confidential
89
+ homepage: https://github.com/museways/confidential
90
90
  licenses:
91
91
  - MIT
92
92
  metadata: {}
@@ -96,17 +96,17 @@ require_paths:
96
96
  - lib
97
97
  required_ruby_version: !ruby/object:Gem::Requirement
98
98
  requirements:
99
- - - '>='
99
+ - - ">="
100
100
  - !ruby/object:Gem::Version
101
101
  version: '0'
102
102
  required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  requirements:
104
- - - '>='
104
+ - - ">="
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  requirements: []
108
108
  rubyforge_project:
109
- rubygems_version: 2.0.14
109
+ rubygems_version: 2.2.2
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: Confidential Envs for Rails