chaoite 0.1.2 → 0.1.3

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: d5f6f14fc3e5b75b2624511a4fc426b05eecae7e
4
- data.tar.gz: 389130d344f40f16e7e3d67c9b9f1ed073484fab
3
+ metadata.gz: 0cd8ef676b4d9d28a60f1de4a1938264e6a7ff9e
4
+ data.tar.gz: 298ee5e7a470a2713a2a44b5ea023e1e2af70bdb
5
5
  SHA512:
6
- metadata.gz: 46bf5e4341a278a8d0d5b6299eb05ce310d9036411f90c9cf32fe98a68d1cdd6fe16d7492a4ba941a55cde3918341fd0ac0ee799d29a420c811016072db909f5
7
- data.tar.gz: bb4b9db8ee34909f7f7b80c9900966e63d5ff7b35efee39f6288a468551c8d3a2e7a0f9a222d8f2dc0359c957f1e83575919107318b718b2fd7d701914bd4627
6
+ metadata.gz: c089fd6766f0c9cbfeeccb5f4e3175d416141152babdf4901d8c8c985b78739e34ca8684969f4198c7472fd3119ef8fbe7f72bf604a40bfdea97e71b8a4a79ad
7
+ data.tar.gz: a2dbfe6317075eca68f00216f5065d65a2fc66be68e0c226fabc82981d40b8c3f4163352d144cf0f5b7855460f7d690d1ec639b2590caa1c334001c089b1998c
@@ -20,7 +20,7 @@ module Chaoite
20
20
  parser = setup_parser(options)
21
21
  parser.parse!
22
22
 
23
- if(!File.exists?(options[:config_file])
23
+ if(!File.exists?(options[:config_file]))
24
24
  puts "Config file #{options[:config_file]} does not exist. see --help for usage"
25
25
  exit
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module Chaoite
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chaoite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aswin