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.
Files changed (3) hide show
  1. data/gumdrop.gemspec +3 -1
  2. data/lib/gumdrop/version.rb +1 -1
  3. metadata +3 -2
@@ -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 = %q{2011-07-22}
14
+ s.date = now.strftime("%Y-%m-%d")
13
15
 
14
16
  s.authors = ["Matt McCray"]
15
17
  s.email = %q{matt@elucidata.net}
@@ -1,5 +1,5 @@
1
1
  module Gumdrop
2
2
 
3
- VERSION = "0.7.3" unless defined?(::Gumdrop::VERSION)
3
+ VERSION = "0.7.3.1" unless defined?(::Gumdrop::VERSION)
4
4
 
5
5
  end
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 7
8
8
  - 3
9
- version: 0.7.3
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: 2011-07-22 00:00:00 -05:00
18
+ date: 2012-06-26 00:00:00 -05:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency