ztk 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.md +1 -0
  2. data/lib/ztk/version.rb +1 -1
  3. data/ztk.gemspec +1 -1
  4. metadata +4 -4
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  [![Build Status](https://secure.travis-ci.org/zpatten/ztk.png)](http://travis-ci.org/zpatten/ztk)
2
2
  [![Dependency Status](https://gemnasium.com/zpatten/ztk.png)](https://gemnasium.com/zpatten/ztk)
3
+ [![Code Climate](https://codeclimate.com/github/zpatten/ztk.png)](https://codeclimate.com/github/zpatten/ztk)
3
4
 
4
5
  # ZTK
5
6
 
@@ -21,6 +21,6 @@
21
21
  module ZTK
22
22
 
23
23
  # ZTK Version String
24
- VERSION = "1.0.6"
24
+ VERSION = "1.0.7"
25
25
 
26
26
  end
@@ -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/jovelabs/ztk"
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.6
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/jovelabs/ztk
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: 2228894920883556406
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: 2228894920883556406
262
+ hash: 2058135603955450472
263
263
  requirements: []
264
264
  rubyforge_project:
265
265
  rubygems_version: 1.8.24