le88-aws-s3 0.6.3.1310482014 → 0.6.4.1310482383

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/aws/s3/version.rb +1 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -133,7 +133,7 @@ namespace :dist do
133
133
  package_name = lambda {|specification| File.join('pkg', "#{specification.name}-#{specification.version}")}
134
134
 
135
135
  desc 'Push a release to rubyforge'
136
- task :release => [:confirm_release, :add_release_marker_to_changelog, :package, :commit_changelog, :tag] do
136
+ task :release => [:confirm_release, :add_release_marker_to_changelog, :package] do
137
137
  require 'rubyforge'
138
138
  package = package_name[spec]
139
139
 
@@ -3,7 +3,7 @@ module AWS
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = '0'
5
5
  MINOR = '6'
6
- TINY = '3'
6
+ TINY = '4'
7
7
  BETA = Time.now.to_i.to_s
8
8
  end
9
9
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: le88-aws-s3
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.3.1310482014
5
+ version: 0.6.4.1310482383
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marcel Molina Jr.