BigCat 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/BigCat.gemspec +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +3 -3
data/BigCat.gemspec
CHANGED
data/Rakefile
CHANGED
@@ -8,7 +8,7 @@ begin
|
|
8
8
|
gem.homepage = "http://github.com/sneakin/BigCat"
|
9
9
|
gem.authors = ["Nolan Eakins"]
|
10
10
|
gem.add_development_dependency "rspec"
|
11
|
-
|
11
|
+
gem.executables = [ 'bigcat' ]
|
12
12
|
end
|
13
13
|
Jeweler::GemcutterTasks.new
|
14
14
|
rescue LoadError
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|
metadata
CHANGED