rubygems-test 0.4.0.rc1 → 0.4.0

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.
@@ -1,3 +1,7 @@
1
+ === 0.4.0 / 2011-04-23
2
+
3
+ * Make rc1 official 0.4.0
4
+
1
5
  === 0.4.0.rc1 / 2011-04-17
2
6
 
3
7
  * Pretty much nailed the reader problem to the wall.
@@ -15,7 +15,7 @@ class Gem::Commands::TestCommand < Gem::Command
15
15
  include Gem::VersionOption
16
16
  include Gem::DefaultUserInteraction
17
17
 
18
- VERSION = "0.4.0.rc1"
18
+ VERSION = "0.4.0"
19
19
 
20
20
  # taken straight out of rake
21
21
  DEFAULT_RAKEFILES = ['rakefile', 'Rakefile', 'rakefile.rb', 'Rakefile.rb']
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubygems-test
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 6
5
- version: 0.4.0.rc1
4
+ prerelease:
5
+ version: 0.4.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Erik Hollensbe
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-04-17 00:00:00 Z
14
+ date: 2011-04-23 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rake