envault 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +5 -0
- data/README.md +3 -7
- data/envault.gemspec +1 -1
- data/lib/envault/version.rb +1 -1
- metadata +5 -12
- data/LICENSE.txt +0 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 757090d8bcabe91360234365ab3116b6aa3f6415
|
4
|
+
data.tar.gz: 682ef720920077640cdaba1038f14fec6cf52152
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f9f85124f55d31e47375d550858ee79cd380588a3f8993bc2f6e46c53cecb52f7a5a49f61e9ad72e80ca72dbf0a7ab2ff6b7c2c86bfac1ed71cf8ad4d0a9dfa
|
7
|
+
data.tar.gz: 91262c6073fee7cfe8ca87d30db6b3c21e9f3300b357c6148839ef219b52d198811bb6902990307e0e91662a3e5c35cade1e083c3d07f912cae5d4cb1b7cd530
|
data/Gemfile
CHANGED
@@ -2,6 +2,11 @@ source 'https://rubygems.org'
|
|
2
2
|
|
3
3
|
gemspec
|
4
4
|
|
5
|
+
if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.2.2")
|
6
|
+
# NOTE: activesupport 5.x supports only ruby 2.2.2+
|
7
|
+
gem "activesupport", ">= 4.0.0", "< 5.0.0"
|
8
|
+
end
|
9
|
+
|
5
10
|
group :development do
|
6
11
|
gem 'kramdown'
|
7
12
|
end
|
data/README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
# envault
|
1
|
+
# envault
|
2
|
+
[![Build Status](https://secure.travis-ci.org/toyama0919/envault.png?branch=master)](http://travis-ci.org/toyama0919/envault)
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/envault.svg)](http://badge.fury.io/rb/envault)
|
2
4
|
|
3
5
|
Encrypt secret information environment variables by yaml.
|
4
6
|
|
@@ -172,9 +174,3 @@ Or install it yourself as:
|
|
172
174
|
* [Issues](https://github.com/toyama0919/envault/issues)
|
173
175
|
* [Documentation](http://rubydoc.info/gems/envault/frames)
|
174
176
|
* [Email](mailto:toyama0919@gmail.com)
|
175
|
-
|
176
|
-
## Copyright
|
177
|
-
|
178
|
-
Copyright (c) 2016 toyama0919
|
179
|
-
|
180
|
-
See [LICENSE.txt](../LICENSE.txt) for details.
|
data/envault.gemspec
CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
|
|
21
21
|
|
22
22
|
gem.add_dependency 'thor'
|
23
23
|
gem.add_dependency 'dotenv'
|
24
|
-
gem.add_dependency 'activesupport', ">=4"
|
24
|
+
gem.add_dependency 'activesupport', ">= 4.0.0"
|
25
25
|
|
26
26
|
gem.add_development_dependency 'bundler'
|
27
27
|
gem.add_development_dependency 'pry'
|
data/lib/envault/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: envault
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- toyama0919
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -44,20 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
48
|
-
- - "<"
|
49
|
-
- !ruby/object:Gem::Version
|
50
|
-
version: '5'
|
47
|
+
version: 4.0.0
|
51
48
|
type: :runtime
|
52
49
|
prerelease: false
|
53
50
|
version_requirements: !ruby/object:Gem::Requirement
|
54
51
|
requirements:
|
55
52
|
- - ">="
|
56
53
|
- !ruby/object:Gem::Version
|
57
|
-
version:
|
58
|
-
- - "<"
|
59
|
-
- !ruby/object:Gem::Version
|
60
|
-
version: '5'
|
54
|
+
version: 4.0.0
|
61
55
|
- !ruby/object:Gem::Dependency
|
62
56
|
name: bundler
|
63
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -170,7 +164,6 @@ files:
|
|
170
164
|
- ".yardopts"
|
171
165
|
- ChangeLog.md
|
172
166
|
- Gemfile
|
173
|
-
- LICENSE.txt
|
174
167
|
- README.md
|
175
168
|
- Rakefile
|
176
169
|
- bin/envault
|
@@ -208,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
208
201
|
version: '0'
|
209
202
|
requirements: []
|
210
203
|
rubyforge_project:
|
211
|
-
rubygems_version: 2.6.
|
204
|
+
rubygems_version: 2.6.11
|
212
205
|
signing_key:
|
213
206
|
specification_version: 4
|
214
207
|
summary: Encrypt secret information environment variables by yaml.
|
data/LICENSE.txt
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
Copyright (c) 2016 toyama0919
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
-
a copy of this software and associated documentation files (the
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
9
|
-
the following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be
|
12
|
-
included in all copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|