gumdrop 0.7.3 → 0.7.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/gumdrop.gemspec +3 -1
- data/lib/gumdrop/version.rb +1 -1
- metadata +3 -2
data/gumdrop.gemspec
CHANGED
@@ -3,13 +3,15 @@ $:.unshift lib unless $:.include?(lib)
|
|
3
3
|
|
4
4
|
require 'gumdrop/version'
|
5
5
|
|
6
|
+
now= Time.new
|
7
|
+
|
6
8
|
Gem::Specification.new do |s|
|
7
9
|
s.name = %q{gumdrop}
|
8
10
|
s.version = Gumdrop::VERSION
|
9
11
|
s.platform = Gem::Platform::RUBY
|
10
12
|
s.rubyforge_project = 'gumdrop'
|
11
13
|
s.has_rdoc = false
|
12
|
-
s.date = %
|
14
|
+
s.date = now.strftime("%Y-%m-%d")
|
13
15
|
|
14
16
|
s.authors = ["Matt McCray"]
|
15
17
|
s.email = %q{matt@elucidata.net}
|
data/lib/gumdrop/version.rb
CHANGED
metadata
CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
|
|
6
6
|
- 0
|
7
7
|
- 7
|
8
8
|
- 3
|
9
|
-
|
9
|
+
- 1
|
10
|
+
version: 0.7.3.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Matt McCray
|
@@ -14,7 +15,7 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date:
|
18
|
+
date: 2012-06-26 00:00:00 -05:00
|
18
19
|
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|