rspec-collection_matchers 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 1bd9e9e6cead5be254467961d97df52cfdae0316
4
- data.tar.gz: e36762e51754850cbec1da1f81cc3d0237187dfa
5
- SHA512:
6
- metadata.gz: e32cdb9c067ada99bdf5357a7aab08fe0ab014db5c54821ea53da740ed5764aec7db13ae2bdace551855f7b0854945642240c1f6fbe77cbff6a1853956414187
7
- data.tar.gz: 0a0934bac819f8a0b17031de14c0d56e43e77dd25ba77fc0b371f9d053560530d0b5f195115837a3a83151a58557b188aab5a1e4705caaed850d727b44d6cb22
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZjEwMzdhODUyN2ZiZDY4ZmMzZGIyM2YwM2IzYTFiNmFkOTY1ODczMA==
5
+ data.tar.gz: !binary |-
6
+ YjllMDY2MTVlYTk3ZTViMTBlNWJjN2Y1NWIwZmRlNGQ1NTFiNTI0Mw==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ YzAwZTFlNjNmMjE4ZjVkYzBlZWJlZGVhMzMwMmFhOTk1ODJiOGYyZTlmNTY5
10
+ ZWU0YjhmODUwNzU3ODcxYWRmNGJiZDc5MmI2YjgwMDY1MDg0YjE0MTIwNzE4
11
+ M2EwYTQ5OTIwN2IzN2NlMzQ3NzY2ZGE5NjcwMmQ5NTc2ZDIwYTM=
12
+ data.tar.gz: !binary |-
13
+ ODNiNTA1OTVhNjlmOTBkM2VlYTY5YTUwZmE1N2ZkOGQ3YTNhNjAyZjRkY2U5
14
+ MmVmMzg4YWFkMGI2OWI0YzI3YjRhZjY5YWJhNGVkMmZjYzlkOTY0M2ZhOTM1
15
+ MDhkMTUzNGRmM2Y3YTgyYjEwYjUwMTE5ODcwZTQ4NjYxNGNlY2I=
data/README.md CHANGED
@@ -21,6 +21,12 @@ Or install it yourself as:
21
21
 
22
22
  ## Basic usage
23
23
 
24
+ First of all, you need to require rspec-collection matchers. Add the following line to your `spec_helper.rb`:
25
+
26
+ ```ruby
27
+ require 'rspec/collection_matchers'
28
+ ```
29
+
24
30
  Using `rspec-collection_matchers` you can match the number of items in a
25
31
  collection directly, e.g.:
26
32
 
@@ -1,5 +1,5 @@
1
1
  module RSpec
2
2
  module CollectionMatchers
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(spec|features)/})
19
19
  spec.require_paths = ["lib"]
20
20
 
21
- spec.add_runtime_dependency "rspec-expectations", ">= 2.99.0.pre"
21
+ spec.add_runtime_dependency "rspec-expectations", ">= 2.99.0.beta1"
22
22
 
23
23
  spec.add_development_dependency "bundler", "~> 1.3"
24
24
  end
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-collection_matchers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hugo Baraúna
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-07 00:00:00.000000000 Z
11
+ date: 2013-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-expectations
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
- version: 2.99.0.pre
19
+ version: 2.99.0.beta1
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: 2.99.0.pre
26
+ version: 2.99.0.beta1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -75,20 +75,20 @@ require_paths:
75
75
  - lib
76
76
  required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - '>='
78
+ - - ! '>='
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - '>='
83
+ - - ! '>='
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []
87
87
  rubyforge_project:
88
- rubygems_version: 2.0.3
88
+ rubygems_version: 2.0.7
89
89
  signing_key:
90
90
  specification_version: 4
91
- summary: rspec-collection_matchers-0.0.1
91
+ summary: rspec-collection_matchers-0.0.2
92
92
  test_files:
93
93
  - features/have.feature
94
94
  - features/support/env.rb