set_specs 0.1.0 → 0.1.1

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.
data/README CHANGED
@@ -6,4 +6,6 @@ Consists of:
6
6
  * be_a_subset_of - asserts that one enumerable is a subset of another
7
7
  * be_a_proper_subset_of - asserts that one enumerable is a proper subset of another (ie, the two are not equivalent)
8
8
 
9
+ Installation: gem install set_specs
10
+
9
11
  Enjoy!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: set_specs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Cowlishaw
@@ -42,7 +42,7 @@ extra_rdoc_files:
42
42
  - README
43
43
  files:
44
44
  - README
45
- - lib/matchers.rb
45
+ - lib/set_specs.rb
46
46
  has_rdoc: true
47
47
  homepage: http://github.com/timcowlishaw/set_specs/
48
48
  licenses: []
File without changes