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.
- data/lib/set_theory/version.rb +1 -1
- data/set_theory.gemspec +1 -1
- metadata +2 -2
data/lib/set_theory/version.rb
CHANGED
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
|
|
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
|
+
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
|
|
82
|
+
description: Extends Object and Array with nice names for set operations.
|
|
83
83
|
email:
|
|
84
84
|
- tim@tp.id.au
|
|
85
85
|
executables: []
|