ztk 1.0.6 → 1.0.7
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.
- data/README.md +1 -0
- data/lib/ztk/version.rb +1 -1
- data/ztk.gemspec +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
[](http://travis-ci.org/zpatten/ztk)
|
|
2
2
|
[](https://gemnasium.com/zpatten/ztk)
|
|
3
|
+
[](https://codeclimate.com/github/zpatten/ztk)
|
|
3
4
|
|
|
4
5
|
# ZTK
|
|
5
6
|
|
data/lib/ztk/version.rb
CHANGED
data/ztk.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
|
|
|
7
7
|
gem.email = ["zachary@jovelabs.net"]
|
|
8
8
|
gem.description = %q{Zachary's (DevOp) Tool Kit}
|
|
9
9
|
gem.summary = %q{Contains various classes and utilities I find I regularly need.}
|
|
10
|
-
gem.homepage = "https://github.com/
|
|
10
|
+
gem.homepage = "https://github.com/zpatten/ztk"
|
|
11
11
|
|
|
12
12
|
gem.files = `git ls-files`.split($\)
|
|
13
13
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ztk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -236,7 +236,7 @@ files:
|
|
|
236
236
|
- spec/ztk/ui_spec.rb
|
|
237
237
|
- spec/ztk/version_spec.rb
|
|
238
238
|
- ztk.gemspec
|
|
239
|
-
homepage: https://github.com/
|
|
239
|
+
homepage: https://github.com/zpatten/ztk
|
|
240
240
|
licenses: []
|
|
241
241
|
post_install_message:
|
|
242
242
|
rdoc_options: []
|
|
@@ -250,7 +250,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
250
250
|
version: '0'
|
|
251
251
|
segments:
|
|
252
252
|
- 0
|
|
253
|
-
hash:
|
|
253
|
+
hash: 2058135603955450472
|
|
254
254
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
255
255
|
none: false
|
|
256
256
|
requirements:
|
|
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
259
259
|
version: '0'
|
|
260
260
|
segments:
|
|
261
261
|
- 0
|
|
262
|
-
hash:
|
|
262
|
+
hash: 2058135603955450472
|
|
263
263
|
requirements: []
|
|
264
264
|
rubyforge_project:
|
|
265
265
|
rubygems_version: 1.8.24
|