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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 083aee4a4da2c51a56795a35cbdf47c5037212f1
4
- data.tar.gz: 4cecfa286d5acfe1b0abbea20e0dc1cb74685955
2
+ SHA256:
3
+ metadata.gz: 2383861cf263950f421052c05dbf8dd20d0cd01031543f80f81ff3587a972dfe
4
+ data.tar.gz: 26344e5c9cd8cffefc60f1fa3dbe478a9a2b53f97efd233d82fbd653dd6d04e7
5
5
  SHA512:
6
- metadata.gz: 29fa4799c3d624f5ac9e24291f19764694a83ca3127da412bd028afb66e539b548499eec8b38bb2d27f8b9f570575bbaf559b01fd55b277a64ee05e2bed6c410
7
- data.tar.gz: 431179804bd00bf30d7d625356508000e6f44f7432dd74f57b5be6d2752e5e8b963100c518a96aa31ebed4db8005dcd74447275b454026c743e1d712ebfa473a
6
+ metadata.gz: 73a70b249f2e3548ca846125adf05a4fcfa014f779b3a562a5b8617a524aca4a077fcee13d496cc1f39129c6a9cb7ab9dd05f6ad257142e932fbcb1bc13150f3
7
+ data.tar.gz: e4d1a30c86d28c72a8ddaf41a4491198827d20411d966933153a295351297413a2050e403c43588bf1dd52b85d8dbcffed7d2c65d7dc25975fa2ba37f4ab029b
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] (https://github.com/btakita/rr)
18
- or [flexmock] (https://github.com/jimweirich/flexmock) for mocking, you'll be
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)
@@ -1,5 +1,5 @@
1
1
  module RSpec # :nodoc:
2
2
  module Version # :nodoc:
3
- STRING = '3.6.0.beta2'
3
+ STRING = '3.10.0'
4
4
  end
5
5
  end
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.6.0.beta2
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: 2016-12-12 00:00:00.000000000 Z
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.6.0.beta2
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.6.0.beta2
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.6.0.beta2
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.6.0.beta2
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.6.0.beta2
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.6.0.beta2
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
- post_install_message:
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: 1.3.1
125
+ version: '0'
122
126
  requirements: []
123
- rubyforge_project:
124
- rubygems_version: 2.5.1
125
- signing_key:
127
+ rubygems_version: 3.1.3
128
+ signing_key:
126
129
  specification_version: 4
127
- summary: rspec-3.6.0.beta2
130
+ summary: rspec-3.10.0
128
131
  test_files: []
metadata.gz.sig CHANGED
Binary file