setfu.gemspec in setfu-1.0.1 vs setfu.gemspec in setfu-1.1.0
- old
+ new
@@ -14,10 +14,10 @@
of the set. This allows very fast operations when comparing two set instances.
Member elements can be represented as positive small integers, or characters.
Sets can be constructed with integers, strings, characters, ranges, and arrays.
When characters are used, the ordinate value sets the element bit of the internal Bignum.}
spec.summary = %q{Set class}
- spec.homepage = ""
+ spec.homepage = "http://bdlsys.com/gems/setfu.html"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})