Skip to content

Commit

Permalink
Use today's date for gem
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-za committed Jul 11, 2013
1 parent 2811cd7 commit cfb3ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrant.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pascal Houliston"]
s.date = %q{2011-05-23}
s.date = Date.today
s.description = %q{Easier schema management for Rails that complements your domain model.}
s.email = %q{101pascal@gmail.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit cfb3ff5

Please sign in to comment.