osrcry 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/bin/osrcry +2 -1
- data/lib/osrcry/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8330e16559995af08848eb3450731dc90e504bb8
|
4
|
+
data.tar.gz: dcd09f3e17d55b02f173aaae738855a289aa0b3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60a0f7461d3b0a1c2dcb61c17d741125f0463e1052674702458071c12e1e70bd9a35629efe8d2d1eabc96e4e7c26ada9d5ff11fbeacb5232ffe5bd23a17ade5b
|
7
|
+
data.tar.gz: d976e3bb09c9ec963c8e95c42c3d48a1c8bbed0a217fdaa32af89e08e8f8e5a2ae94d02865126a39f0548ce3202ae2c1bea2075e6488602b52cf0699102a178a
|
data/Gemfile.lock
CHANGED
data/bin/osrcry
CHANGED
@@ -8,13 +8,14 @@ commands = %w{
|
|
8
8
|
contributing.md
|
9
9
|
contributors
|
10
10
|
contributors.md
|
11
|
+
init
|
11
12
|
license
|
12
13
|
license.md
|
13
14
|
stale
|
14
15
|
}
|
15
16
|
|
16
17
|
unless arguments.any? {|argument| commands.include?(argument)}
|
17
|
-
puts "Please specify: `contributing`, `contributors`, `license` and/or `stale`"
|
18
|
+
puts "Please specify: `contributing`, `contributors`, `init`, `license` and/or `stale`"
|
18
19
|
else
|
19
20
|
arguments.each do |command|
|
20
21
|
case command
|
data/lib/osrcry/version.rb
CHANGED