rubocop-rspec 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bbcd8aab4659c399eb27385a82419589197833c
4
- data.tar.gz: 7866f7df2562baab8d69d014279b4ad37236fbf8
3
+ metadata.gz: a956a385f2d16f7a664858a7f1e4e4f8dc648417
4
+ data.tar.gz: 5f4ebfe26adc3aa876909ec1981c4267f6169ec3
5
5
  SHA512:
6
- metadata.gz: ff7e9aaea8b50b5f1342b8e5125cf16f07364cfe7654d5801d85834710013d0a2df7e87a529f130180c945df5e5ec63bc81fa09eba4957d3115e597ed220282d
7
- data.tar.gz: 7d6f3b494e3b99ad83ecd25a39370f7374963d4ba0273dfb94108065704f1d653dad37c500529eaf591ce9dbd25313774560f7522f62e0cdc5ea7eee4b3aff15
6
+ metadata.gz: dd443a4e1207a9b1d33497c24346a5a24d6a6ee4c0749071a1eecf1c5d738fb7a8bd1527afa610b5d238144cfed7fc70a4f800c0272682c8f37bdbbb654e7349
7
+ data.tar.gz: d46a321e6a820a41dc1dda8fd8ea0e92fa93317162c880a44604b846a3298ee54381861391424f739bd65cfd7fa8f0c5489ef9ee27b230bf0e77fb1e9015e451
data/Gemfile CHANGED
@@ -20,3 +20,16 @@ group :debugging do
20
20
  # Don't leave home without a debugger!
21
21
  gem 'debugger', '~> 1.6', :platforms => :mri
22
22
  end
23
+
24
+ # Rubinius doesn't bundle up everything in the regular standard library; get the
25
+ # heaver things we rely on.
26
+ group :rubinius do
27
+ # Fill in the standard library.
28
+ gem 'rubysl', '~> 2.0', platform: :rbx
29
+
30
+ # Coverage and friends.
31
+ gem 'rubinius-developer_tools', '~> 2.0', platform: :rbx
32
+
33
+ # Ruby parser/generator.
34
+ gem 'racc', '~> 1.4', platform: :rbx
35
+ end
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-rspec (0.17.0)
5
- rubocop (~> 0.17)
4
+ rubocop-rspec (0.18.0)
5
+ rubocop (~> 0.18)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -23,6 +23,7 @@ GEM
23
23
  debugger-ruby_core_source (1.3.1)
24
24
  diff-lcs (1.2.5)
25
25
  docile (1.1.2)
26
+ ffi2-generators (0.1.1)
26
27
  json (1.8.1)
27
28
  mime-types (2.1)
28
29
  multi_json (1.8.4)
@@ -30,7 +31,8 @@ GEM
30
31
  ast (~> 1.1)
31
32
  slop (~> 3.4, >= 3.4.5)
32
33
  powerpack (0.0.9)
33
- rainbow (1.99.2)
34
+ racc (1.4.11)
35
+ rainbow (2.0.0)
34
36
  rake (10.1.1)
35
37
  rest-client (1.6.7)
36
38
  mime-types (>= 1.16)
@@ -42,11 +44,223 @@ GEM
42
44
  rspec-expectations (2.14.4)
43
45
  diff-lcs (>= 1.1.3, < 2.0)
44
46
  rspec-mocks (2.14.4)
45
- rubocop (0.17.0)
46
- json (~> 1.8)
47
+ rubinius-compiler (2.0.4)
48
+ rubinius-coverage (2.0.3)
49
+ rubinius-debugger (2.0.2)
50
+ rubinius-compiler (~> 2.0)
51
+ rubysl-readline (~> 2.0)
52
+ rubinius-developer_tools (2.0.0)
53
+ rubinius-coverage (~> 2.0)
54
+ rubinius-debugger (~> 2.0)
55
+ rubinius-profiler (~> 2.0)
56
+ rubinius-profiler (2.0.1)
57
+ rubocop (0.18.1)
58
+ json (>= 1.7.7, < 2)
47
59
  parser (~> 2.1.3)
48
60
  powerpack (~> 0.0.6)
49
- rainbow (~> 1.99.1)
61
+ rainbow (>= 1.99.1, < 3.0)
62
+ rubysl (2.0.15)
63
+ rubysl-abbrev (~> 2.0)
64
+ rubysl-base64 (~> 2.0)
65
+ rubysl-benchmark (~> 2.0)
66
+ rubysl-bigdecimal (~> 2.0)
67
+ rubysl-cgi (~> 2.0)
68
+ rubysl-cgi-session (~> 2.0)
69
+ rubysl-cmath (~> 2.0)
70
+ rubysl-complex (~> 2.0)
71
+ rubysl-continuation (~> 2.0)
72
+ rubysl-coverage (~> 2.0)
73
+ rubysl-csv (~> 2.0)
74
+ rubysl-curses (~> 2.0)
75
+ rubysl-date (~> 2.0)
76
+ rubysl-delegate (~> 2.0)
77
+ rubysl-digest (~> 2.0)
78
+ rubysl-drb (~> 2.0)
79
+ rubysl-e2mmap (~> 2.0)
80
+ rubysl-english (~> 2.0)
81
+ rubysl-enumerator (~> 2.0)
82
+ rubysl-erb (~> 2.0)
83
+ rubysl-etc (~> 2.0)
84
+ rubysl-expect (~> 2.0)
85
+ rubysl-fcntl (~> 2.0)
86
+ rubysl-fiber (~> 2.0)
87
+ rubysl-fileutils (~> 2.0)
88
+ rubysl-find (~> 2.0)
89
+ rubysl-forwardable (~> 2.0)
90
+ rubysl-getoptlong (~> 2.0)
91
+ rubysl-gserver (~> 2.0)
92
+ rubysl-io-console (~> 2.0)
93
+ rubysl-io-nonblock (~> 2.0)
94
+ rubysl-io-wait (~> 2.0)
95
+ rubysl-ipaddr (~> 2.0)
96
+ rubysl-irb (~> 2.0)
97
+ rubysl-logger (~> 2.0)
98
+ rubysl-mathn (~> 2.0)
99
+ rubysl-matrix (~> 2.0)
100
+ rubysl-mkmf (~> 2.0)
101
+ rubysl-monitor (~> 2.0)
102
+ rubysl-mutex_m (~> 2.0)
103
+ rubysl-net-ftp (~> 2.0)
104
+ rubysl-net-http (~> 2.0)
105
+ rubysl-net-imap (~> 2.0)
106
+ rubysl-net-pop (~> 2.0)
107
+ rubysl-net-protocol (~> 2.0)
108
+ rubysl-net-smtp (~> 2.0)
109
+ rubysl-net-telnet (~> 2.0)
110
+ rubysl-nkf (~> 2.0)
111
+ rubysl-observer (~> 2.0)
112
+ rubysl-open-uri (~> 2.0)
113
+ rubysl-open3 (~> 2.0)
114
+ rubysl-openssl (~> 2.0)
115
+ rubysl-optparse (~> 2.0)
116
+ rubysl-ostruct (~> 2.0)
117
+ rubysl-pathname (~> 2.0)
118
+ rubysl-prettyprint (~> 2.0)
119
+ rubysl-prime (~> 2.0)
120
+ rubysl-profile (~> 2.0)
121
+ rubysl-profiler (~> 2.0)
122
+ rubysl-pstore (~> 2.0)
123
+ rubysl-pty (~> 2.0)
124
+ rubysl-rational (~> 2.0)
125
+ rubysl-readline (~> 2.0)
126
+ rubysl-resolv (~> 2.0)
127
+ rubysl-rexml (~> 2.0)
128
+ rubysl-rinda (~> 2.0)
129
+ rubysl-rss (~> 2.0)
130
+ rubysl-scanf (~> 2.0)
131
+ rubysl-securerandom (~> 2.0)
132
+ rubysl-set (~> 2.0)
133
+ rubysl-shellwords (~> 2.0)
134
+ rubysl-singleton (~> 2.0)
135
+ rubysl-socket (~> 2.0)
136
+ rubysl-stringio (~> 2.0)
137
+ rubysl-strscan (~> 2.0)
138
+ rubysl-sync (~> 2.0)
139
+ rubysl-syslog (~> 2.0)
140
+ rubysl-tempfile (~> 2.0)
141
+ rubysl-thread (~> 2.0)
142
+ rubysl-thwait (~> 2.0)
143
+ rubysl-time (~> 2.0)
144
+ rubysl-timeout (~> 2.0)
145
+ rubysl-tmpdir (~> 2.0)
146
+ rubysl-tsort (~> 2.0)
147
+ rubysl-un (~> 2.0)
148
+ rubysl-uri (~> 2.0)
149
+ rubysl-weakref (~> 2.0)
150
+ rubysl-webrick (~> 2.0)
151
+ rubysl-xmlrpc (~> 2.0)
152
+ rubysl-yaml (~> 2.0)
153
+ rubysl-zlib (~> 2.0)
154
+ rubysl-abbrev (2.0.4)
155
+ rubysl-base64 (2.0.0)
156
+ rubysl-benchmark (2.0.1)
157
+ rubysl-bigdecimal (2.0.2)
158
+ rubysl-cgi (2.0.1)
159
+ rubysl-cgi-session (2.0.1)
160
+ rubysl-cmath (2.0.0)
161
+ rubysl-complex (2.0.0)
162
+ rubysl-continuation (2.0.0)
163
+ rubysl-coverage (2.0.3)
164
+ rubysl-csv (2.0.2)
165
+ rubysl-english (~> 2.0)
166
+ rubysl-curses (2.0.1)
167
+ rubysl-date (2.0.6)
168
+ rubysl-delegate (2.0.1)
169
+ rubysl-digest (2.0.3)
170
+ rubysl-drb (2.0.1)
171
+ rubysl-e2mmap (2.0.0)
172
+ rubysl-english (2.0.0)
173
+ rubysl-enumerator (2.0.0)
174
+ rubysl-erb (2.0.1)
175
+ rubysl-etc (2.0.3)
176
+ ffi2-generators (~> 0.1)
177
+ rubysl-expect (2.0.0)
178
+ rubysl-fcntl (2.0.4)
179
+ ffi2-generators (~> 0.1)
180
+ rubysl-fiber (2.0.0)
181
+ rubysl-fileutils (2.0.3)
182
+ rubysl-find (2.0.1)
183
+ rubysl-forwardable (2.0.1)
184
+ rubysl-getoptlong (2.0.0)
185
+ rubysl-gserver (2.0.0)
186
+ rubysl-socket (~> 2.0)
187
+ rubysl-thread (~> 2.0)
188
+ rubysl-io-console (2.0.0)
189
+ rubysl-io-nonblock (2.0.0)
190
+ rubysl-io-wait (2.0.0)
191
+ rubysl-ipaddr (2.0.0)
192
+ rubysl-irb (2.0.4)
193
+ rubysl-e2mmap (~> 2.0)
194
+ rubysl-mathn (~> 2.0)
195
+ rubysl-readline (~> 2.0)
196
+ rubysl-thread (~> 2.0)
197
+ rubysl-logger (2.0.0)
198
+ rubysl-mathn (2.0.0)
199
+ rubysl-matrix (2.1.0)
200
+ rubysl-e2mmap (~> 2.0)
201
+ rubysl-mkmf (2.0.1)
202
+ rubysl-fileutils (~> 2.0)
203
+ rubysl-shellwords (~> 2.0)
204
+ rubysl-monitor (2.0.0)
205
+ rubysl-mutex_m (2.0.0)
206
+ rubysl-net-ftp (2.0.1)
207
+ rubysl-net-http (2.0.4)
208
+ rubysl-cgi (~> 2.0)
209
+ rubysl-erb (~> 2.0)
210
+ rubysl-singleton (~> 2.0)
211
+ rubysl-net-imap (2.0.1)
212
+ rubysl-net-pop (2.0.1)
213
+ rubysl-net-protocol (2.0.1)
214
+ rubysl-net-smtp (2.0.1)
215
+ rubysl-net-telnet (2.0.0)
216
+ rubysl-nkf (2.0.1)
217
+ rubysl-observer (2.0.0)
218
+ rubysl-open-uri (2.0.0)
219
+ rubysl-open3 (2.0.0)
220
+ rubysl-openssl (2.1.0)
221
+ rubysl-optparse (2.0.1)
222
+ rubysl-shellwords (~> 2.0)
223
+ rubysl-ostruct (2.0.4)
224
+ rubysl-pathname (2.0.0)
225
+ rubysl-prettyprint (2.0.2)
226
+ rubysl-prime (2.0.1)
227
+ rubysl-profile (2.0.0)
228
+ rubysl-profiler (2.0.1)
229
+ rubysl-pstore (2.0.0)
230
+ rubysl-pty (2.0.2)
231
+ rubysl-rational (2.0.1)
232
+ rubysl-readline (2.0.2)
233
+ rubysl-resolv (2.0.0)
234
+ rubysl-rexml (2.0.2)
235
+ rubysl-rinda (2.0.1)
236
+ rubysl-rss (2.0.0)
237
+ rubysl-scanf (2.0.0)
238
+ rubysl-securerandom (2.0.0)
239
+ rubysl-set (2.0.1)
240
+ rubysl-shellwords (2.0.0)
241
+ rubysl-singleton (2.0.0)
242
+ rubysl-socket (2.0.1)
243
+ rubysl-stringio (2.0.0)
244
+ rubysl-strscan (2.0.0)
245
+ rubysl-sync (2.0.0)
246
+ rubysl-syslog (2.0.1)
247
+ ffi2-generators (~> 0.1)
248
+ rubysl-tempfile (2.0.1)
249
+ rubysl-thread (2.0.2)
250
+ rubysl-thwait (2.0.0)
251
+ rubysl-time (2.0.3)
252
+ rubysl-timeout (2.0.0)
253
+ rubysl-tmpdir (2.0.0)
254
+ rubysl-tsort (2.0.1)
255
+ rubysl-un (2.0.0)
256
+ rubysl-fileutils (~> 2.0)
257
+ rubysl-optparse (~> 2.0)
258
+ rubysl-uri (2.0.0)
259
+ rubysl-weakref (2.0.0)
260
+ rubysl-webrick (2.0.0)
261
+ rubysl-xmlrpc (2.0.0)
262
+ rubysl-yaml (2.0.4)
263
+ rubysl-zlib (2.0.1)
50
264
  simplecov (0.8.2)
51
265
  docile (~> 1.1.0)
52
266
  multi_json
@@ -64,7 +278,10 @@ PLATFORMS
64
278
  DEPENDENCIES
65
279
  coveralls (~> 0.7)
66
280
  debugger (~> 1.6)
281
+ racc (~> 1.4)
67
282
  rake (~> 10.1)
68
283
  rspec (~> 2.14)
284
+ rubinius-developer_tools (~> 2.0)
69
285
  rubocop-rspec!
286
+ rubysl (~> 2.0)
70
287
  simplecov (~> 0.8)
@@ -4,7 +4,7 @@ module Rubocop
4
4
  module RSpec
5
5
  # Version information for the RSpec RuboCop plugin.
6
6
  module Version
7
- STRING = '0.17.0'
7
+ STRING = '0.18.0'
8
8
  end
9
9
  end
10
10
  end
Binary file
@@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
24
24
  spec.test_files = spec.files.grep(/^spec\//)
25
25
  spec.extra_rdoc_files = ['MIT-LICENSE.md', 'README.md']
26
26
 
27
- spec.add_runtime_dependency('rubocop', '~> 0.17')
27
+ spec.add_runtime_dependency('rubocop', '~> 0.18')
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian MacLeod
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-26 00:00:00.000000000 Z
11
+ date: 2014-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '0.17'
19
+ version: '0.18'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: '0.17'
26
+ version: '0.18'
27
27
  description: |2
28
28
  Code style checking for RSpec files.
29
29
  A plugin for the RuboCop code style enforcing & linting tool.