alohomora 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/alohomora.rb +0 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: da3d7213a4a33d1d946e5c5979d6fb1e161c94a9
|
4
|
+
data.tar.gz: 501f4fd950a062c81900a99b2baab7bbe8a92675
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 6e4c7872269f4e3ab68f30704da095fc77a0cda83dbcbfe73478b55ff89d4ff21990a8fc9dd5ea2c5cb7b045bf870e9a441fa3d7da9879c01e988c5e1279d7e6
|
7
|
+
data.tar.gz: 1e880ca3d07e57ea20f280b0704862f6f66bbb68b8ce6ed71ca45f5a6a4011372e3f5f7d78be1faa851489f4d5d01579ea6d1fee04854a9e4736ea3aa2616ae5
|
data/lib/alohomora.rb
ADDED
File without changes
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: alohomora
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Andrew Hammond
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-03-17 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Tool for unsealing a Hashicorp Vault
|
14
|
+
email: ''
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/alohomora.rb
|
20
|
+
homepage: https://github.com/andrhamm/alohomora
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubyforge_project:
|
40
|
+
rubygems_version: 2.4.8
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: alohomora
|
44
|
+
test_files: []
|
45
|
+
has_rdoc:
|