cwninja-make-gem-now 0.4 → 0.4.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/Rakefile +1 -1
- data/lib/make_gem_now.rb +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
|
@@ -7,7 +7,7 @@ require 'date'
|
|
|
7
7
|
|
|
8
8
|
spec = Gem::Specification.new do |s|
|
|
9
9
|
s.name = %q{make-gem-now}
|
|
10
|
-
s.version = "0.4"
|
|
10
|
+
s.version = "0.4.1"
|
|
11
11
|
s.summary = %q{A tool to build all gems in a given dir, and index them appropriately.}
|
|
12
12
|
s.description = %q{A tool to build all gems in a given dir, and index them appropriately.}
|
|
13
13
|
|
data/lib/make_gem_now.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cwninja-make-gem-now
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Lea
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-04-
|
|
12
|
+
date: 2009-04-08 00:00:00 -07:00
|
|
13
13
|
default_executable: make-gem-now
|
|
14
14
|
dependencies: []
|
|
15
15
|
|