ztk 1.18.0 → 1.18.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTdlMWFhZjVjYjllYjMzMjExOWZlNDI5ZjM1OWE1Mjk0Nzc3ZGEyMw==
4
+ NTNiZmFhM2ZiNGYxMWE3YzNlNTE4NjJhZTAxY2M3OWFhZWIwMTZkMg==
5
5
  data.tar.gz: !binary |-
6
- ODg4YWYxMjhiMDg0OTgzZWNlOTcxMzRhOTM4YmYzZWJkNWYwZDU0Nw==
6
+ OTQ3MjE3Y2RiNWQ2NjczOTk4ZGEzODNkNzExNDc3ZDJlNjM1ZWY4Yw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjYyN2YzNjJmYzQ4YzI3M2FlOTE3NWE1NjRhNDhjMjNkOTM2Njg4MDQzZDZk
10
- YjhmZmMwZjFkMWNjODcyZjUzOTcxYzE0NDAwZDE4YWY5NTYzOWZkN2FjYzE5
11
- ZWRhMGI2Y2I0OGE1NjE5YTZiYzM0ZmY4ZjY2OGE3Y2U5MzMzOTc=
9
+ YWNlZDFkODBmZjY3ZGYyMDMwODYzOTNhMDkwMWQ4ZWY2OWU3N2I2YmFhYjU1
10
+ YzgyNTBkZDMxZGU3YjU3ZTA0MDc0ZTFlY2VlZjlkYjgxOTNkOWVkMjBmODhm
11
+ MzQzZTVjNWFhYTc1ZDE3NjM1ZTc5MTRjY2QzYWE5M2NiMThlOWY=
12
12
  data.tar.gz: !binary |-
13
- MWViZWEwOWJiZTkzODIyOTYzOTIyMjE2MTYwYTg4ZTNjZGMzZGZjZWVjZjg5
14
- Y2E1NDFiYWE1MGFmNmRiZjRjZjc2YzNjMTFmYzA1MmE5OGQ3NDQ2N2M4YzA3
15
- NGRiMTE3MjIxNDljNmFkNTA5YWI2NGM1YWZlYzU4ZGFkNmQ1OWQ=
13
+ MTYzZWYxNjgwODJjZjQyMTVjMTQ5Yjg5ZDkyMzRjZGViYjhmNTU2NzA4NDIy
14
+ ZDdhOWFhY2IxYzRmZWIxYzEyNzI1NTQxMTg3ODliODE2ODIzMDE3MGU2ZGI4
15
+ MmJlMTFmMmFiMzllMzgxMWQ0YTY5MmRlNTg5OWQzZGMwMDQ0Zjc=
data/README.md CHANGED
@@ -26,7 +26,7 @@ Zachary's Tool Kit contains a collection of reusable classes meant to simplify d
26
26
 
27
27
  - **ZTK::Config**
28
28
 
29
- Use Ruby based configuration files with easy. Inspired by Chef's mixlib-config. Read more at the [ZTK::Config](http://zpatten.github.io/ztk/ZTK/Config.html) documentation.
29
+ Use Ruby based configuration files with ease. Inspired by Chef's mixlib-config. Read more at the [ZTK::Config](http://zpatten.github.io/ztk/ZTK/Config.html) documentation.
30
30
 
31
31
  - **ZTK::DSL**
32
32
 
data/lib/ztk/benchmark.rb CHANGED
@@ -78,7 +78,7 @@ module ZTK
78
78
 
79
79
  if (!options.message.nil? && !options.message.empty?)
80
80
  options.ui.stdout.print(options.message)
81
- options.ui.logger.info { options.message }
81
+ options.ui.logger.info { options.message.strip }
82
82
  end
83
83
 
84
84
  benchmark = ::Benchmark.realtime do
@@ -93,7 +93,7 @@ module ZTK
93
93
 
94
94
  if (!options.mark.nil? && !options.mark.empty?)
95
95
  options.ui.stdout.print(options.mark % benchmark)
96
- options.ui.logger.info { options.mark % benchmark }
96
+ options.ui.logger.info { options.mark.strip % benchmark }
97
97
  end
98
98
 
99
99
  benchmark
data/lib/ztk/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module ZTK
2
2
 
3
3
  # ZTK Version String
4
- VERSION = "1.18.0"
4
+ VERSION = "1.18.1"
5
5
 
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ztk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zachary Patten
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-08 00:00:00.000000000 Z
11
+ date: 2014-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport