Skip to content

Commit

Permalink
Rlease 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Harrelson committed Dec 25, 2009
1 parent 720b385 commit 24b1b50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.00
1.0.0
2 changes: 1 addition & 1 deletion phone_number.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{phone_number}
s.version = "0.0.1"
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["C. Jason Harrelson (midas)"]
Expand Down
@@ -1,7 +1,7 @@
class PhoneNumberMigrationGenerator < Rails::Generator::NamedBase
def initialize( runtime_args, runtime_options={} )
super
@stamp = DateTime.now.strftime( "%Y%m%d%H%M%S" )
@stamp = DateTime.now.utc.strftime( "%Y%m%d%H%M%S" )
parse_args( args )
end

Expand Down

0 comments on commit 24b1b50

Please sign in to comment.