secros 0.1.0 → 0.1.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/secros.gemspec +2 -1
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83b5b33c6b33d2f3ca71aabd4e2123c2821bbae3
4
- data.tar.gz: 4fdbc4c6a8324efc6caa1b223b515a7d4c6c47be
3
+ metadata.gz: 92c24a2cd0f2bcb9648ce7724b13c2420b34e206
4
+ data.tar.gz: 05225159eaf0df5489eaad1d246edf52629cc62a
5
5
  SHA512:
6
- metadata.gz: 80c30e3aa82f1cdb83119f936cd17aa7fc5b27a5ac5fe82474476e37227ce129b4219d61a0ccdba955ea506b173ce0dcf1cfad6178d2c551b64e68eb0a1f0b0f
7
- data.tar.gz: bf0511adc2964a4aa2b8109aa9efa214e78dc951fadc6e4c78e04209bb0b7f32e4bdd9135c38da7355747caf60c99314241e14b85465b12163a21e3749bf30a0
6
+ metadata.gz: dea3620bc9726debd3bbb2ca597b161434730eef8c6d67d83d215a2df61ce09dcfe699654e826cf0d4bf1b65da9a63e902f94f8f39075078079957cd50c9575a
7
+ data.tar.gz: 4fba5d664efc5d04d18ab1141a1f922ea5ff67c84cef5a7860af376452aa3b2c61a92d43a63d5b39f047a04e7a8a4bada0c479ad6eaa1628703a30b83635de90
data/secros.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'secros'
3
- s.version = '0.1.0'
3
+ s.version = '0.1.1'
4
4
  s.authors = ['Tetsuri Moriya']
5
5
  s.email = ['tetsuri.moriya@gmail.com']
6
6
  s.summary = 'Secrets management gem'
@@ -8,5 +8,6 @@ Gem::Specification.new do |s|
8
8
  s.homepage = 'https://bitbucket.org/pandora2000/secros'
9
9
  s.license = 'MIT'
10
10
  s.files = `git ls-files`.split("\n")
11
+ s.executables = ['secros']
11
12
  s.add_development_dependency 'rspec', '~> 0'
12
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: secros
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsuri Moriya
@@ -27,7 +27,8 @@ dependencies:
27
27
  description: You can manage all your secrets in one place.
28
28
  email:
29
29
  - tetsuri.moriya@gmail.com
30
- executables: []
30
+ executables:
31
+ - secros
31
32
  extensions: []
32
33
  extra_rdoc_files: []
33
34
  files: