awful 0.0.31 → 0.0.32
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/dynstr +7 -0
- data/lib/awful/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c569fc6f359d22a8863c2b1b4ab358325bf0359f
|
4
|
+
data.tar.gz: ab06b777195a04c59a77e1a02234251933b60a39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 290869d5eecb265b8540f147075fc087b36410004d18baa2e3347428c959b015f6965078266a124e618f0f151cfcf78adac49623725fa42d11cb6c77fd3e11b2
|
7
|
+
data.tar.gz: 4d45f0430996ad16e4d6d5b4502e999c03877ebc69787119b4f344d705cff19a5df04b7097b637163cc7f3a78625981f4bd168907e80b5f5760d333928c223c8
|
data/bin/dynstr
ADDED
data/lib/awful/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: awful
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ric Lister
|
@@ -88,6 +88,7 @@ executables:
|
|
88
88
|
- asg
|
89
89
|
- dp
|
90
90
|
- dyn
|
91
|
+
- dynstr
|
91
92
|
- ec2
|
92
93
|
- elb
|
93
94
|
- lc
|
@@ -110,6 +111,7 @@ files:
|
|
110
111
|
- bin/asg
|
111
112
|
- bin/dp
|
112
113
|
- bin/dyn
|
114
|
+
- bin/dynstr
|
113
115
|
- bin/ec2
|
114
116
|
- bin/elb
|
115
117
|
- bin/lc
|
@@ -155,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
157
|
version: '0'
|
156
158
|
requirements: []
|
157
159
|
rubyforge_project:
|
158
|
-
rubygems_version: 2.
|
160
|
+
rubygems_version: 2.4.5
|
159
161
|
signing_key:
|
160
162
|
specification_version: 4
|
161
163
|
summary: Simple AWS command-line tool.
|