central 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/central +3 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40c3c1a6118599140ca0da2b5efbd531b0eb45aa
4
- data.tar.gz: 1cb733800e425bec33f90c9d7a015dcd612827f3
3
+ metadata.gz: f09a5494f1121e5889aee183059d41319140ea3a
4
+ data.tar.gz: 5532a00d795c9834d15d93c7b4eef85822ca0ecf
5
5
  SHA512:
6
- metadata.gz: 0b37e52fd86ac446273f675ea8958637b6e3779e552f70090b9201f038e4557b48703bf487f8022bcbe51372d8f3755d640b4f8d9b0bc94e12a856feafa1a29f
7
- data.tar.gz: f581da8f4f9a6252188040d7ee1a26fd4e9465939dc98dfa6ed88b0888888856fb3aa9a021b80cbea15a6145f3fd28b85dacc9d32de1002706b302cdcbb4249a
6
+ metadata.gz: 0b065ed26599e71c9de8924aec7db1bd7e3052fba246ff6c65d61c87b968eb9523d798be83399a42c3930c25cbbf00fbfa58c192120ad8bf934311e20888888f
7
+ data.tar.gz: 68afe51e029f493fe9247653c1d918c022e975117bb13b6cdac74483a0b2994db85df2bfe2113263485f68871525d66f3baadaaa33564d8817a604e6d68ccf6d
data/bin/central CHANGED
@@ -10,11 +10,12 @@ require 'central'
10
10
 
11
11
  if ARGV.length > 0
12
12
  if ARGV[0] == '-v' || ARGV[0] == '--version' || ARGV[0] == '-version'
13
- puts "central v0.2.1"
13
+ puts "central v0.2.2"
14
+ exit 0
14
15
  end
15
16
  if ARGV[0] == '-h' || ARGV[0] == '--help' || ARGV[0] == '-help'
16
17
  puts "central [path/to/configuration.rb]"
18
+ exit 0
17
19
  end
18
- exit 0
19
20
  end
20
21
  central(ARGV)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: central
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Geurkov