osrcry 0.2.0 → 0.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 326669fccd8141a82f984dc57f5e3537276cbe3d
4
- data.tar.gz: 480c939214f52a5947272ba06638bb5507988371
3
+ metadata.gz: 8330e16559995af08848eb3450731dc90e504bb8
4
+ data.tar.gz: dcd09f3e17d55b02f173aaae738855a289aa0b3b
5
5
  SHA512:
6
- metadata.gz: 3beb1aa81df9502f25e3f22497e82379a3656387e476df761641a3a3981cdae1839f275ca17e380b13fbaad93407af59b4cfaf0f801d57d4e29e59ff23e80fe5
7
- data.tar.gz: 3b7133e1912b7836520e1adbdae8de8df5fc5ae10f3b600f07edb4163ceacfda7a77ac1894559f6d414fd8fc912eddae79d22b03f7c9850330eea6242c6f5a7d
6
+ metadata.gz: 60a0f7461d3b0a1c2dcb61c17d741125f0463e1052674702458071c12e1e70bd9a35629efe8d2d1eabc96e4e7c26ada9d5ff11fbeacb5232ffe5bd23a17ade5b
7
+ data.tar.gz: d976e3bb09c9ec963c8e95c42c3d48a1c8bbed0a217fdaa32af89e08e8f8e5a2ae94d02865126a39f0548ce3202ae2c1bea2075e6488602b52cf0699102a178a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- osrcry (0.2.0)
4
+ osrcry (0.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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
@@ -1,3 +1,3 @@
1
1
  module Osrcry
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osrcry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - geemus