diff options
| author | Ben Woodcroft <donttrustben@gmail.com> | 2016-08-10 15:27:54 +1000 |
|---|---|---|
| committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-08-10 15:36:33 +1000 |
| commit | 2d9f1c06b548272af40135e39a97dbfcaa628c20 (patch) | |
| tree | d2efd533bda2e29b0a646f1912fe12dd5b67bc31 /gnu | |
| parent | 1db791d5f4d0730cc7acf30d79ccaba36b29c8bf (diff) | |
gnu: ruby-rspec: Update to 3.5.0.
These packages should be updated together.
* gnu/packages/ruby.scm (ruby-rspec): Update to 3.5.0.
(ruby-rspec-core): Update to 3.5.0.
(ruby-rspec-mocks): Update to 3.5.0.
(ruby-rspec-expectation): Update to 3.5.1.
(ruby-rspec-support): Update to 3.5.0.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ruby.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 36a7154d45d..376120685ab 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -245,13 +245,13 @@ an extensible architecture with a swappable backend.") | |||
| 245 | (define ruby-rspec-support | 245 | (define ruby-rspec-support |
| 246 | (package | 246 | (package |
| 247 | (name "ruby-rspec-support") | 247 | (name "ruby-rspec-support") |
| 248 | (version "3.2.2") | 248 | (version "3.5.0") |
| 249 | (source (origin | 249 | (source (origin |
| 250 | (method url-fetch) | 250 | (method url-fetch) |
| 251 | (uri (rubygems-uri "rspec-support" version)) | 251 | (uri (rubygems-uri "rspec-support" version)) |
| 252 | (sha256 | 252 | (sha256 |
| 253 | (base32 | 253 | (base32 |
| 254 | "194zry5195ls2hni7r9824vqb5d3qfg4jb15fgj8glfy0rvw3zxl")))) | 254 | "10vf3k3d472y573mag2kzfsfrf6rv355s13kadnpryk8d36yq5r0")))) |
| 255 | (build-system ruby-build-system) | 255 | (build-system ruby-build-system) |
| 256 | (arguments | 256 | (arguments |
| 257 | '(#:tests? #f)) ; avoid dependency cycles | 257 | '(#:tests? #f)) ; avoid dependency cycles |
| @@ -263,13 +263,13 @@ an extensible architecture with a swappable backend.") | |||
| 263 | (define-public ruby-rspec-core | 263 | (define-public ruby-rspec-core |
| 264 | (package | 264 | (package |
| 265 | (name "ruby-rspec-core") | 265 | (name "ruby-rspec-core") |
| 266 | (version "3.2.3") | 266 | (version "3.5.1") |
| 267 | (source (origin | 267 | (source (origin |
| 268 | (method url-fetch) | 268 | (method url-fetch) |
| 269 | (uri (rubygems-uri "rspec-core" version)) | 269 | (uri (rubygems-uri "rspec-core" version)) |
| 270 | (sha256 | 270 | (sha256 |
| 271 | (base32 | 271 | (base32 |
| 272 | "0k2471iw30gc2cvv67damrx666pmsvx8l0ahk3hm20dhfnmcmpvv")))) | 272 | "0brfq51fwkkh5g6vw7smky5fvip46pryi243jmin0nzn7iwh9j5g")))) |
| 273 | (build-system ruby-build-system) | 273 | (build-system ruby-build-system) |
| 274 | (arguments | 274 | (arguments |
| 275 | '(#:tests? #f)) ; avoid dependency cycles | 275 | '(#:tests? #f)) ; avoid dependency cycles |
| @@ -316,13 +316,13 @@ standard diff-like tool.") | |||
| 316 | (define-public ruby-rspec-expectations | 316 | (define-public ruby-rspec-expectations |
| 317 | (package | 317 | (package |
| 318 | (name "ruby-rspec-expectations") | 318 | (name "ruby-rspec-expectations") |
| 319 | (version "3.2.1") | 319 | (version "3.5.0") |
| 320 | (source (origin | 320 | (source (origin |
| 321 | (method url-fetch) | 321 | (method url-fetch) |
| 322 | (uri (rubygems-uri "rspec-expectations" version)) | 322 | (uri (rubygems-uri "rspec-expectations" version)) |
| 323 | (sha256 | 323 | (sha256 |
| 324 | (base32 | 324 | (base32 |
| 325 | "01kmchabgpdcaqdsqg8r0g5gy385xhp1k1jsds3w264ypin17n14")))) | 325 | "0bbqfrb1x8gmwf8x2xhhwvvlhwbbafq4isbvlibxi6jk602f09gs")))) |
| 326 | (build-system ruby-build-system) | 326 | (build-system ruby-build-system) |
| 327 | (arguments | 327 | (arguments |
| 328 | '(#:tests? #f)) ; avoid dependency cycles | 328 | '(#:tests? #f)) ; avoid dependency cycles |
| @@ -350,13 +350,13 @@ outcomes of a code example.") | |||
| 350 | (define-public ruby-rspec-mocks | 350 | (define-public ruby-rspec-mocks |
| 351 | (package | 351 | (package |
| 352 | (name "ruby-rspec-mocks") | 352 | (name "ruby-rspec-mocks") |
| 353 | (version "3.2.1") | 353 | (version "3.5.0") |
| 354 | (source (origin | 354 | (source (origin |
| 355 | (method url-fetch) | 355 | (method url-fetch) |
| 356 | (uri (rubygems-uri "rspec-mocks" version)) | 356 | (uri (rubygems-uri "rspec-mocks" version)) |
| 357 | (sha256 | 357 | (sha256 |
| 358 | (base32 | 358 | (base32 |
| 359 | "09yig1lwgxl8fsns71z3xhv7wkg7zvagydh37pvaqpw92dz55jv2")))) | 359 | "0nl3ksivh9wwrjjd47z5dggrwx40v6gpb3a0gzbp1gs06a5dmk24")))) |
| 360 | (build-system ruby-build-system) | 360 | (build-system ruby-build-system) |
| 361 | (arguments | 361 | (arguments |
| 362 | '(#:tests? #f)) ; avoid dependency cycles | 362 | '(#:tests? #f)) ; avoid dependency cycles |
| @@ -384,13 +384,13 @@ support for stubbing and mocking.") | |||
| 384 | (define-public ruby-rspec | 384 | (define-public ruby-rspec |
| 385 | (package | 385 | (package |
| 386 | (name "ruby-rspec") | 386 | (name "ruby-rspec") |
| 387 | (version "3.2.0") | 387 | (version "3.5.0") |
| 388 | (source (origin | 388 | (source (origin |
| 389 | (method url-fetch) | 389 | (method url-fetch) |
| 390 | (uri (rubygems-uri "rspec" version)) | 390 | (uri (rubygems-uri "rspec" version)) |
| 391 | (sha256 | 391 | (sha256 |
| 392 | (base32 | 392 | (base32 |
| 393 | "0lkz01j4yxcwb3g5w6r1l9khnyw3sxib4rrh4npd2pxh390fcc4f")))) | 393 | "16g3mmih999f0b6vcz2c3qsc7ks5zy4lj1rzjh8hf6wk531nvc6s")))) |
| 394 | (build-system ruby-build-system) | 394 | (build-system ruby-build-system) |
| 395 | (arguments | 395 | (arguments |
| 396 | '(#:tests? #f)) ; avoid dependency cycles | 396 | '(#:tests? #f)) ; avoid dependency cycles |
