hazetug 0.1.1 → 0.1.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 +4 -4
- data/bin/hazetug +4 -0
- data/lib/hazetug/cli.rb +1 -0
- data/lib/hazetug/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 232620443790901644f47f44c1904f61f3ce8733
|
|
4
|
+
data.tar.gz: 9221b8cb51f1ff8175b9c8c5ab07ab5cc029ec2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e83f628063452264ff041902d822651060d066f468b65efaa3f949a8a35a0e2f6680111445731310ea20a326ba670b134fdcc9c9db7f430612067435dbe7a0f
|
|
7
|
+
data.tar.gz: d7b0c52a0c92af20398be2af7d08e213a380d1d1d5d9c82e6d955fc39a1d93c9ca70f56332edbdf3aa794fbf4022b5a68c2603e3bdb5e2458bc966e02fdcceaf
|
data/bin/hazetug
ADDED
data/lib/hazetug/cli.rb
CHANGED
data/lib/hazetug/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hazetug
|
|
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
|
- Denis Barishev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-08-
|
|
11
|
+
date: 2014-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -111,7 +111,8 @@ dependencies:
|
|
|
111
111
|
description: Hazetug uses fog cloud library and he
|
|
112
112
|
email:
|
|
113
113
|
- denz@twiket.com
|
|
114
|
-
executables:
|
|
114
|
+
executables:
|
|
115
|
+
- hazetug
|
|
115
116
|
extensions: []
|
|
116
117
|
extra_rdoc_files: []
|
|
117
118
|
files:
|
|
@@ -120,6 +121,7 @@ files:
|
|
|
120
121
|
- LICENSE.txt
|
|
121
122
|
- README.md
|
|
122
123
|
- Rakefile
|
|
124
|
+
- bin/hazetug
|
|
123
125
|
- hazetug.gemspec
|
|
124
126
|
- lib/hazetug.rb
|
|
125
127
|
- lib/hazetug/cli.rb
|