rspec 3.2.0 → 3.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31c0dc995abb8db3a799c68bd631fcd4ff6c37e8
4
- data.tar.gz: 0d5dd297992ee4dc90b8d5559471e07fe48df4db
3
+ metadata.gz: 507949e2e65e2e46861ae72fca26328e697ba8cb
4
+ data.tar.gz: 2901e9af0ba482bed8d77cdc37cc4b6323b77884
5
5
  SHA512:
6
- metadata.gz: 58b381255cd1a46e1e5ecd94666602c0170a2ebea5198feee51fd545c90fa20de016dda3c91fe76fcf20b6ba5be5ead9efe263c9abc4ef2f24b023c5c87fbe59
7
- data.tar.gz: cef2fc169b57833dbfd3560b30328af948e4fd0a09991d66cfab92cb8caf977cb9dddadb19e5ba98a61a50f936ee2ba688f14d91c457206537d390549c5175da
6
+ metadata.gz: c84251dc71ff257b735e9cd86eb042d6484d5cfad0125d1c51f33c44dfd0572ac7d71b69f34f4063cb3b86d833f526b36e4bb755e51ac757c481df24b2a20dbb
7
+ data.tar.gz: ae36ec99f31400173cf602d577e397b230d9ad0ca8df0004ae24479c84aab8bb694d07a8d4456ff5170502e919c94e29174a3df9bc84083abc61e63ab1ed389a
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.md CHANGED
@@ -4,33 +4,20 @@ Behaviour Driven Development for Ruby
4
4
 
5
5
  # Description
6
6
 
7
- rspec is a meta-gem, which depends on the rspec-core, rspec-expectations
8
- and rspec-mocks gems. Each of these can be installed separately and actived in
9
- isolation with the `gem` command. Among other benefits, this allows you to use
7
+ rspec is a meta-gem, which depends on the [rspec-core](https://github.com/rspec/rspec-core), [rspec-expectations](https://github.com/rspec/rspec-expectations)
8
+ and [rspec-mocks](https://github.com/rspec/rspec-mocks) gems. Each of these can be installed separately and loaded in
9
+ isolation using `require`. Among other benefits, this allows you to use
10
10
  rspec-expectations, for example, in Test::Unit::TestCase if you happen to
11
11
  prefer that style.
12
12
 
13
13
  Conversely, if you like RSpec's approach to declaring example groups and
14
14
  examples (`describe` and `it`) but prefer Test::Unit assertions and mocha, rr
15
- or flexmock for mocking, you'll be able to do that without having to load the
16
- components of rspec that you're not using.
15
+ or flexmock for mocking, you'll be able to do that without having to install or load the
16
+ components of RSpec that you're not using.
17
17
 
18
18
  ## Documentation
19
19
 
20
- ### rspec-core
21
-
22
- * [Cucumber features](http://relishapp.com/rspec/rspec-core)
23
- * [RDoc](http://rubydoc.info/gems/rspec-core/frames)
24
-
25
- ### rspec-expectations
26
-
27
- * [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
28
- * [RDoc](http://rubydoc.info/gems/rspec-expectations/frames)
29
-
30
- ### rspec-mocks
31
-
32
- * [Cucumber features](http://relishapp.com/rspec/rspec-mocks)
33
- * [RDoc](http://rubydoc.info/gems/rspec-mocks/frames)
20
+ See http://rspec.info/documentation/ for links to documentation for all gems.
34
21
 
35
22
  ## Install
36
23
 
@@ -42,6 +29,6 @@ components of rspec that you're not using.
42
29
 
43
30
  ## Also see
44
31
 
45
- * [http://github.com/rspec/rspec-core](http://github.com/rspec/rspec-core)
46
- * [http://github.com/rspec/rspec-expectations](http://github.com/rspec/rspec-expectations)
47
- * [http://github.com/rspec/rspec-mocks](http://github.com/rspec/rspec-mocks)
32
+ * <http://github.com/rspec/rspec-core>
33
+ * <http://github.com/rspec/rspec-expectations>
34
+ * <http://github.com/rspec/rspec-mocks>
@@ -1,5 +1,5 @@
1
1
  module RSpec # :nodoc:
2
2
  module Version # :nodoc:
3
- STRING = '3.2.0'
3
+ STRING = '3.3.0'
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: 3.2.0
4
+ version: 3.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Baker
@@ -45,7 +45,7 @@ cert_chain:
45
45
  ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
46
46
  F3MdtaDehhjC
47
47
  -----END CERTIFICATE-----
48
- date: 2015-02-03 00:00:00.000000000 Z
48
+ date: 2015-06-12 00:00:00.000000000 Z
49
49
  dependencies:
50
50
  - !ruby/object:Gem::Dependency
51
51
  name: rspec-core
@@ -53,42 +53,42 @@ dependencies:
53
53
  requirements:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
- version: 3.2.0
56
+ version: 3.3.0
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - "~>"
62
62
  - !ruby/object:Gem::Version
63
- version: 3.2.0
63
+ version: 3.3.0
64
64
  - !ruby/object:Gem::Dependency
65
65
  name: rspec-expectations
66
66
  requirement: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - "~>"
69
69
  - !ruby/object:Gem::Version
70
- version: 3.2.0
70
+ version: 3.3.0
71
71
  type: :runtime
72
72
  prerelease: false
73
73
  version_requirements: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - "~>"
76
76
  - !ruby/object:Gem::Version
77
- version: 3.2.0
77
+ version: 3.3.0
78
78
  - !ruby/object:Gem::Dependency
79
79
  name: rspec-mocks
80
80
  requirement: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - "~>"
83
83
  - !ruby/object:Gem::Version
84
- version: 3.2.0
84
+ version: 3.3.0
85
85
  type: :runtime
86
86
  prerelease: false
87
87
  version_requirements: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - "~>"
90
90
  - !ruby/object:Gem::Version
91
- version: 3.2.0
91
+ version: 3.3.0
92
92
  description: BDD for Ruby
93
93
  email: rspec@googlegroups.com
94
94
  executables: []
@@ -120,9 +120,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  - !ruby/object:Gem::Version
121
121
  version: '0'
122
122
  requirements: []
123
- rubyforge_project: rspec
123
+ rubyforge_project:
124
124
  rubygems_version: 2.2.2
125
125
  signing_key:
126
126
  specification_version: 4
127
- summary: rspec-3.2.0
127
+ summary: rspec-3.3.0
128
128
  test_files: []
metadata.gz.sig CHANGED
Binary file