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.
- data/kit.gemspec +2 -2
- data/lib/kit/version.rb +1 -1
- metadata +4 -3
data/kit.gemspec
CHANGED
@@ -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{
|
8
|
-
gem.summary = %q{
|
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
|
|
data/lib/kit/version.rb
CHANGED
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.
|
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:
|
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:
|
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
|