rspec 2.99.0.beta1 → 2.99.0.beta2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/lib/rspec/version.rb +1 -1
  3. metadata +9 -9
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTc1ZmZhNThkYzQxMTUyNDU5Y2U1YmNmZDgzNTI4NmZhNWQxYTk1Mg==
4
+ OThiNmMwMGUzNDkwNDVmNzY4ZWI3MzkwNjZhMThkOTBiOTE4M2YxNQ==
5
5
  data.tar.gz: !binary |-
6
- MjA2MWZjYmE2NjJiOGRhMDIyODhlOTBmN2MxZWI0ZGM5MjJjNGU3MQ==
6
+ MjI5NmY5NzRkYmQyYmY5ZDVmZTRhNGI1NTlmYmI4NDA2OWY1Njc0ZQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NzZjYTAzOWMyN2I3MmEwNzlkZmMwODkyMDI5Y2U1NzU0NDg3NThjMzE2ZmU0
10
- MTNjZDJmNzgxNzAxYTUzYzMwZWJmZTkzYjRmYWUwM2QxYzEwMTkyZDIwYzY4
11
- NThiNDM5N2FjYzgxMTc1OTUzNTJmYTIyMGM1ZTE5NzdiODMwZjg=
9
+ MmQyOWE4MWVlMGM0Nzk5YWIxNmQ2M2QwN2EyOGNlMjQ3ZjVmYWMyYzFjNDky
10
+ YzI2MmI5NDIzY2E0NjI5NDgzMTdlNzk2NTI2ZmQ2OTg2MjUyNDQ2NDEwOWNl
11
+ YWMxN2UxYmY3NTZjMWUxZjUyOTk2YWU0ZTcyYjc5ZGI3ZmM2NDE=
12
12
  data.tar.gz: !binary |-
13
- NjUxOWE0NjNkYWZkZjgyZDQyYTYyNjg5NGVkNzBmYmVkOTExZmI4OGNlNzM0
14
- ZTRjMzRkOTFmYmI0ZTMyNzJjOGIyOGRiYzM0YTVlMjdmYTljNWE2MzBmZTIy
15
- YTg4OThkOGRkNWQ3Nzg1YzRjNzM4M2Q4NmQwODBhNGE1NzQ2MGE=
13
+ Zjk0NWUwZjNkNTVhZDU3NDhjYmU5ZDAxYWY0Njk5YTIzMTFhNzA3NWE2NzEx
14
+ ZDc3ZmNiMTY3ZmM2ODk4ZTE5ZDI3MDE5YmZhNmM5NDQxY2ZhYmE1NDBmNmU2
15
+ ZjJkZTk3NzZhMDQwOWZkODgyNTNjMDAxNmNiYjJiMjAzOWQ4NDQ=
data/lib/rspec/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module RSpec # :nodoc:
2
2
  module Version # :nodoc:
3
- STRING = '2.99.0.beta1'
3
+ STRING = '2.99.0.beta2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.99.0.beta1
4
+ version: 2.99.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Baker
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-07 00:00:00.000000000 Z
12
+ date: 2014-02-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec-core
@@ -17,42 +17,42 @@ dependencies:
17
17
  requirements:
18
18
  - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: 2.99.0.beta1
20
+ version: 2.99.0.beta2
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - '='
26
26
  - !ruby/object:Gem::Version
27
- version: 2.99.0.beta1
27
+ version: 2.99.0.beta2
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rspec-expectations
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - '='
33
33
  - !ruby/object:Gem::Version
34
- version: 2.99.0.beta1
34
+ version: 2.99.0.beta2
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - '='
40
40
  - !ruby/object:Gem::Version
41
- version: 2.99.0.beta1
41
+ version: 2.99.0.beta2
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: rspec-mocks
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - '='
47
47
  - !ruby/object:Gem::Version
48
- version: 2.99.0.beta1
48
+ version: 2.99.0.beta2
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - '='
54
54
  - !ruby/object:Gem::Version
55
- version: 2.99.0.beta1
55
+ version: 2.99.0.beta2
56
56
  description: BDD for Ruby
57
57
  email: rspec-users@rubyforge.org
58
58
  executables: []
@@ -88,5 +88,5 @@ rubyforge_project: rspec
88
88
  rubygems_version: 2.0.7
89
89
  signing_key:
90
90
  specification_version: 4
91
- summary: rspec-2.99.0.beta1
91
+ summary: rspec-2.99.0.beta2
92
92
  test_files: []