Skip to content

Commit

Permalink
Fix a buglet with the release task that was causing it to screwup my …
Browse files Browse the repository at this point in the history
…rubyforge configuration file.
  • Loading branch information
mathie committed Jan 2, 2009
1 parent 8ee9967 commit c9aee67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ desc 'Package and upload the release to rubyforge.'
task :release => [:clean, :package] do |t|
rubyforge = RubyForge.new.configure
rubyforge.login
rubyforge.add_release gem_spec.rubyforge_project, gem_spec.name, gem_spec.version, "pkg/#{gem_spec.name}-#{gem_spec.version}.gem"
rubyforge.add_release gem_spec.rubyforge_project, gem_spec.name, gem_spec.version.to_s, "pkg/#{gem_spec.name}-#{gem_spec.version}.gem"
end
2 changes: 1 addition & 1 deletion google_analytics.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'google_analytics'
s.version = '1.1.2'
s.version = '1.1.3'
s.date = "2009-01-02"
s.author = 'Graeme Mathieson'
s.email = 'mathie@rubaidh.com'
Expand Down

0 comments on commit c9aee67

Please sign in to comment.