cliutils 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1bba7fa0a39d1e55ba1a84a6ffadb7ebd649d2a0
4
- data.tar.gz: b4ba62f707e30bc694310c612b738458739cf139
3
+ metadata.gz: 63361eba2c187fdc7bd5dbff677bf976fbd97559
4
+ data.tar.gz: 7e191c796aee68c3fa9a80641bbea6385bd05520
5
5
  SHA512:
6
- metadata.gz: a64a0501b9af9eec35d8d80d6e2ff25926e653705e3ddfd446345cc1614f55eb3d6da5e8351182ea069eaa88f8099e50586682d5c3bd0a085b324e06125166ca
7
- data.tar.gz: 1aa47c68d25a0981f8f08ec10d9a99ba5cce648f74d155a51181c33034eb683a289d7937d1e5106b3d594fcd6b9a3661a11d5f901749a479a7b55e53601d5347
6
+ metadata.gz: c07545c990b26e7fb5635e60e919ef886dbdb0bf291cae0425cad9d7aba057da4084076e0e1ac645502ff50cf74a19100140f035c337451f3df21b76e7eb18fe
7
+ data.tar.gz: c8bf5139e9b1c610e4ff05961ca794c164ed59d2955b04e6ad212e146b6c2c73f9841c2287e9d6c5174276295868e048105cb43aa8dcfef765fe336407542cc1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cliutils (1.1.0)
4
+ cliutils (1.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rubygems'
3
3
 
4
4
  def version
5
5
  contents = File.read File.expand_path('../lib/cliutils/version.rb', __FILE__)
6
- contents[/VERSION = "([^"]+)"/, 1]
6
+ contents[/VERSION = '([^']+)'/, 1]
7
7
  end
8
8
 
9
9
  spec = eval(File.read('cliutils.gemspec'))
@@ -1,3 +1,4 @@
1
+ require 'logger'
1
2
  require 'yaml'
2
3
 
3
4
  module CLIUtils
@@ -1,5 +1,4 @@
1
1
  require 'cliutils/pretty-io'
2
- require 'cliutils/configuration'
3
2
 
4
3
  module CLIUtils
5
4
  # Engine to derive preferences from a YAML file, deliver
@@ -1,4 +1,4 @@
1
1
  module CLIUtils
2
2
  # The current version of the gem
3
- VERSION = "1.1.0"
3
+ VERSION = '1.1.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cliutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Bach