hammer_cli 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +5 -0
- data/hammer_cli_complete +13 -0
- data/lib/hammer_cli/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 009e7aa80bff80abe875cff5efe57e351b27901e
|
4
|
+
data.tar.gz: 0efeda00147b71a2a90be95c3cd2c6aa0f37a5d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4af2dc0f31f5dd8e2335b99d0600d209192b81d26feaa11bd68d0e5cac1745378b357e9612ae13723edb789aa288212780e304b15bffad3c938bc3b22c7591fe
|
7
|
+
data.tar.gz: 02e6d0e3e9613c9252f75c96db03f20936b2250cd040da01c9ce824569d99bedcb8c3a9a40a58345316b9c5347d13ddc25679703b858949409c7fc582a8e3d68
|
data/LICENSE
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
This program and entire repository is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
|
2
|
+
|
3
|
+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
4
|
+
|
5
|
+
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
|
data/hammer_cli_complete
ADDED
data/lib/hammer_cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hammer_cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Bačovský
|
@@ -140,6 +140,7 @@ extra_rdoc_files:
|
|
140
140
|
- doc/development_tips.md
|
141
141
|
- doc/writing_a_plugin.md
|
142
142
|
files:
|
143
|
+
- LICENSE
|
143
144
|
- README.md
|
144
145
|
- bin/hammer
|
145
146
|
- config/cli_config.template.yml
|
@@ -150,6 +151,7 @@ files:
|
|
150
151
|
- doc/developer_docs.md
|
151
152
|
- doc/development_tips.md
|
152
153
|
- doc/writing_a_plugin.md
|
154
|
+
- hammer_cli_complete
|
153
155
|
- lib/hammer_cli.rb
|
154
156
|
- lib/hammer_cli/abstract.rb
|
155
157
|
- lib/hammer_cli/apipie.rb
|