mina-vault 0.0.1 → 0.0.2

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: f39320b5bf1da729712355caac224151fd3364b5
4
- data.tar.gz: de79a2ac92c37d9d2253fb7f2db63e848eac2b1d
3
+ metadata.gz: 64e8f51985ecac0e05f7e662477c353423e9de44
4
+ data.tar.gz: 6453c0f4eaed9001213643158ee2cddab35e546f
5
5
  SHA512:
6
- metadata.gz: fd0800743aaa2ea7493a3271f687f2f9627f9f4baa11f623a7d7b6168a8f9f27ce1ef333f47a849f2cd5346712c985650333a19cc161d62ebd83d87c080865cb
7
- data.tar.gz: 63c70501fd5e6add316e24575077a7b0d5d612d1f2dae0a92e704b80f2efc7501b5b0b620d35241d3a60d7285ae0cfda375674065f148617554da9c454c00fc7
6
+ metadata.gz: f3893742a21c2c9dd3cc0b92845c4228dded8ef8a914d8462dc0f61b5debc02a917012bc2d2dde2f81ec227e712534560af3b9c101b3ca9d673465a915c2ba60
7
+ data.tar.gz: 9817d8a8b70241a4026fdbcf81720f211e3ed14ab9b031e349ae4681c98800d27db1833860a8af0d25a02bbdf57539827302cbd6c88f7d06e2b75123d760ded5
@@ -1,5 +1,5 @@
1
1
  module Mina
2
2
  module Vault
3
- VERSION = "0.0.1"
3
+ VERSION = '0.0.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina-vault
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stjepan Hadjic
@@ -55,8 +55,7 @@ dependencies:
55
55
  description: Added tasks for working with vault
56
56
  email:
57
57
  - d4be4st@gmail.com
58
- executables:
59
- - vault
58
+ executables: []
60
59
  extensions: []
61
60
  extra_rdoc_files: []
62
61
  files:
@@ -65,15 +64,10 @@ files:
65
64
  - LICENSE.txt
66
65
  - README.md
67
66
  - Rakefile
68
- - bin/vault
69
67
  - lib/mina/vault.rb
70
68
  - lib/mina/vault/helpers.rb
71
69
  - lib/mina/vault/tasks.rb
72
70
  - lib/mina/vault/version.rb
73
- - libexec/vault-darwin-amd64
74
- - libexec/vault-darwin-x86
75
- - libexec/vault-linux-amd64
76
- - libexec/vault-linux-x86
77
71
  - mina-vault.gemspec
78
72
  homepage: https://github.com/d4be4st/mina-vault
79
73
  licenses:
data/bin/vault DELETED
@@ -1,19 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- arch = case RUBY_PLATFORM
4
- when /64.*linux/
5
- 'linux-amd64'
6
- when /linux/
7
- 'linux-x86'
8
- when /64.*darwin/
9
- 'darwin-amd64'
10
- when /darwin/
11
- 'darwin-x86'
12
- else
13
- raise "Windows not yet supported"
14
- end
15
-
16
- args = $*.map { |x| x.include?(' ') ? "'" + x + "'" : x }
17
- cmd = File.expand_path "#{File.dirname(__FILE__)}/../libexec/vault-#{arch}"
18
-
19
- exec "#{cmd} #{args.join(' ')}"
Binary file
Binary file
Binary file
Binary file