rspec 2.0.0.a10 → 2.0.0.beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +3 -3
  2. data/VERSION +1 -1
  3. metadata +18 -14
data/Rakefile CHANGED
@@ -27,9 +27,9 @@ begin
27
27
 
28
28
  Thank you for installing #{gem.summary}
29
29
 
30
- The 'a' in #{gem.version} means this is alpha software.
31
- If you are looking for a supported production release,
32
- please "gem install rspec" (without --pre).
30
+ This is beta software. If you are looking
31
+ for a supported production release, please
32
+ "gem install rspec" (without --pre).
33
33
 
34
34
  #{"*"*50}
35
35
  EOM
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0.a10
1
+ 2.0.0.beta.1
metadata CHANGED
@@ -6,8 +6,9 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 0
8
8
  - 0
9
- - a10
10
- version: 2.0.0.a10
9
+ - beta
10
+ - 1
11
+ version: 2.0.0.beta.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - David Chelimsky
@@ -16,7 +17,7 @@ autorequire:
16
17
  bindir: bin
17
18
  cert_chain: []
18
19
 
19
- date: 2010-02-27 00:00:00 -06:00
20
+ date: 2010-03-01 00:00:00 -06:00
20
21
  default_executable:
21
22
  dependencies:
22
23
  - !ruby/object:Gem::Dependency
@@ -30,8 +31,9 @@ dependencies:
30
31
  - 2
31
32
  - 0
32
33
  - 0
33
- - a10
34
- version: 2.0.0.a10
34
+ - beta
35
+ - 1
36
+ version: 2.0.0.beta.1
35
37
  type: :runtime
36
38
  version_requirements: *id001
37
39
  - !ruby/object:Gem::Dependency
@@ -45,8 +47,9 @@ dependencies:
45
47
  - 2
46
48
  - 0
47
49
  - 0
48
- - a10
49
- version: 2.0.0.a10
50
+ - beta
51
+ - 1
52
+ version: 2.0.0.beta.1
50
53
  type: :runtime
51
54
  version_requirements: *id002
52
55
  - !ruby/object:Gem::Dependency
@@ -60,8 +63,9 @@ dependencies:
60
63
  - 2
61
64
  - 0
62
65
  - 0
63
- - a10
64
- version: 2.0.0.a10
66
+ - beta
67
+ - 1
68
+ version: 2.0.0.beta.1
65
69
  type: :runtime
66
70
  version_requirements: *id003
67
71
  description: Meta-gem that depends on the other rspec gems
@@ -88,11 +92,11 @@ licenses: []
88
92
  post_install_message: |
89
93
  **************************************************
90
94
 
91
- Thank you for installing rspec-2.0.0.a10
95
+ Thank you for installing rspec-2.0.0.beta.1
92
96
 
93
- The 'a' in 2.0.0.a10 means this is alpha software.
94
- If you are looking for a supported production release,
95
- please "gem install rspec" (without --pre).
97
+ This is beta software. If you are looking
98
+ for a supported production release, please
99
+ "gem install rspec" (without --pre).
96
100
 
97
101
  **************************************************
98
102
 
@@ -122,6 +126,6 @@ rubyforge_project: rspec
122
126
  rubygems_version: 1.3.6
123
127
  signing_key:
124
128
  specification_version: 3
125
- summary: rspec-2.0.0.a10
129
+ summary: rspec-2.0.0.beta.1
126
130
  test_files: []
127
131