rspec 3.6.0.beta2 → 3.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/LICENSE.md +0 -0
- data/README.md +6 -2
- data/lib/rspec/version.rb +1 -1
- metadata +26 -23
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 2383861cf263950f421052c05dbf8dd20d0cd01031543f80f81ff3587a972dfe
|
4
|
+
data.tar.gz: 26344e5c9cd8cffefc60f1fa3dbe478a9a2b53f97efd233d82fbd653dd6d04e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73a70b249f2e3548ca846125adf05a4fcfa014f779b3a562a5b8617a524aca4a077fcee13d496cc1f39129c6a9cb7ab9dd05f6ad257142e932fbcb1bc13150f3
|
7
|
+
data.tar.gz: e4d1a30c86d28c72a8ddaf41a4491198827d20411d966933153a295351297413a2050e403c43588bf1dd52b85d8dbcffed7d2c65d7dc25975fa2ba37f4ab029b
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/LICENSE.md
CHANGED
File without changes
|
data/README.md
CHANGED
@@ -14,8 +14,8 @@ Test::Unit::TestCase if you happen to prefer that style.
|
|
14
14
|
|
15
15
|
Conversely, if you like RSpec's approach to declaring example groups and
|
16
16
|
examples (`describe` and `it`) but prefer Test::Unit assertions and
|
17
|
-
[mocha](https://github.com/freerange/mocha), [rr]
|
18
|
-
or [flexmock]
|
17
|
+
[mocha](https://github.com/freerange/mocha), [rr](https://github.com/rr/rr)
|
18
|
+
or [flexmock](https://github.com/jimweirich/flexmock) for mocking, you'll be
|
19
19
|
able to do that without having to install or load the components of RSpec that
|
20
20
|
you're not using.
|
21
21
|
|
@@ -27,6 +27,10 @@ See http://rspec.info/documentation/ for links to documentation for all gems.
|
|
27
27
|
|
28
28
|
gem install rspec
|
29
29
|
|
30
|
+
## Setup
|
31
|
+
|
32
|
+
rspec --init
|
33
|
+
|
30
34
|
## Contribute
|
31
35
|
|
32
36
|
* [http://github.com/rspec/rspec-dev](http://github.com/rspec/rspec-dev)
|
data/lib/rspec/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Baker
|
8
8
|
- David Chelimsky
|
9
9
|
- Myron Marston
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain:
|
13
13
|
- |
|
@@ -45,50 +45,50 @@ cert_chain:
|
|
45
45
|
ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
|
46
46
|
F3MdtaDehhjC
|
47
47
|
-----END CERTIFICATE-----
|
48
|
-
date:
|
48
|
+
date: 2020-10-30 00:00:00.000000000 Z
|
49
49
|
dependencies:
|
50
50
|
- !ruby/object:Gem::Dependency
|
51
51
|
name: rspec-core
|
52
52
|
requirement: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
|
-
- -
|
54
|
+
- - "~>"
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 3.
|
56
|
+
version: 3.10.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.
|
63
|
+
version: 3.10.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.
|
70
|
+
version: 3.10.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.
|
77
|
+
version: 3.10.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.
|
84
|
+
version: 3.10.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.
|
91
|
+
version: 3.10.0
|
92
92
|
description: BDD for Ruby
|
93
93
|
email: rspec@googlegroups.com
|
94
94
|
executables: []
|
@@ -103,8 +103,12 @@ files:
|
|
103
103
|
homepage: http://github.com/rspec
|
104
104
|
licenses:
|
105
105
|
- MIT
|
106
|
-
metadata:
|
107
|
-
|
106
|
+
metadata:
|
107
|
+
bug_tracker_uri: https://github.com/rspec/rspec/issues
|
108
|
+
documentation_uri: https://rspec.info/documentation/
|
109
|
+
mailing_list_uri: https://groups.google.com/forum/#!forum/rspec
|
110
|
+
source_code_uri: https://github.com/rspec/rspec
|
111
|
+
post_install_message:
|
108
112
|
rdoc_options:
|
109
113
|
- "--charset=UTF-8"
|
110
114
|
require_paths:
|
@@ -116,13 +120,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
116
120
|
version: '0'
|
117
121
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
118
122
|
requirements:
|
119
|
-
- - "
|
123
|
+
- - ">="
|
120
124
|
- !ruby/object:Gem::Version
|
121
|
-
version:
|
125
|
+
version: '0'
|
122
126
|
requirements: []
|
123
|
-
|
124
|
-
|
125
|
-
signing_key:
|
127
|
+
rubygems_version: 3.1.3
|
128
|
+
signing_key:
|
126
129
|
specification_version: 4
|
127
|
-
summary: rspec-3.
|
130
|
+
summary: rspec-3.10.0
|
128
131
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|