kit 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. data/kit.gemspec +2 -2
  2. data/lib/kit/version.rb +1 -1
  3. metadata +4 -3
@@ -4,8 +4,8 @@ require File.expand_path( '../lib/kit/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ['Evan Boyd Sosenko']
6
6
  gem.email = ['razorx@evansosenko.com']
7
- gem.description = %q{Extendable tool to manage site development and more.}
8
- gem.summary = %q{Kit is a framework for making simple management tools called kits.}
7
+ gem.description = %q{Kit is a framework for making simple management tools called kits.}
8
+ gem.summary = %q{Write your shell scripts in beautiful Ruby, put them in a kit, and keep them DRY.}
9
9
  gem.homepage = "http://evansosenko.com"
10
10
  gem.license = 'MIT'
11
11
 
@@ -1,4 +1,4 @@
1
1
  class Kit
2
2
  # Version number.
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -91,7 +91,7 @@ dependencies:
91
91
  - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
- description: Extendable tool to manage site development and more.
94
+ description: Kit is a framework for making simple management tools called kits.
95
95
  email:
96
96
  - razorx@evansosenko.com
97
97
  executables: []
@@ -145,7 +145,8 @@ rubyforge_project:
145
145
  rubygems_version: 1.8.23
146
146
  signing_key:
147
147
  specification_version: 3
148
- summary: Kit is a framework for making simple management tools called kits.
148
+ summary: Write your shell scripts in beautiful Ruby, put them in a kit, and keep them
149
+ DRY.
149
150
  test_files:
150
151
  - spec/bit_spec.rb
151
152
  - spec/kit_db_support_spec.rb