set_theory 0.0.5 → 0.0.6

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.
@@ -1,3 +1,3 @@
1
1
  module SetTheory
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
data/set_theory.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = ["tim@tp.id.au"]
11
11
  s.homepage = "http://github.com/tehpeh/set_theory"
12
12
  s.summary = %q{Extends Object and Array with nice names for set operations.}
13
- s.description = %q{Extends Object and Array with nice names for set operations.\nSee the Set class (http://www.ruby-doc.org/stdlib/libdoc/set/rdoc/index.html) for a library that doesn't pollute your Objects and Arrays.}
13
+ s.description = %q{Extends Object and Array with nice names for set operations.}
14
14
 
15
15
  s.rubyforge_project = "set_theory"
16
16
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: set_theory
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tim Preston
@@ -79,7 +79,7 @@ dependencies:
79
79
  version: 0.4.0
80
80
  type: :development
81
81
  version_requirements: *id006
82
- description: Extends Object and Array with nice names for set operations.\nSee the Set class (http://www.ruby-doc.org/stdlib/libdoc/set/rdoc/index.html) for a library that doesn't pollute your Objects and Arrays.
82
+ description: Extends Object and Array with nice names for set operations.
83
83
  email:
84
84
  - tim@tp.id.au
85
85
  executables: []