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.
- data/History.txt +4 -0
- data/lib/rubygems/commands/test_command.rb +1 -1
- metadata +3 -3
data/History.txt
CHANGED
|
@@ -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
|
|
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:
|
|
5
|
-
version: 0.4.0
|
|
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-
|
|
14
|
+
date: 2011-04-23 00:00:00 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rake
|