ChunkyText.gemspec in ChunkyText-0.0.1 vs ChunkyText.gemspec in ChunkyText-0.0.2
- old
+ new
@@ -7,10 +7,10 @@
spec.version = ChunkyText::VERSION
spec.authors = ["Doug Steinberg", "Jason Parker"]
spec.email = ["dstein-phins@hotmail.com"]
spec.summary = %q{ Break up a long string of text into smaller strings for Twitter }
spec.description = %q{ Break up a long string of text into nicely formated 140 character strings for Twitter and keping links and punctuation intact. }
- spec.homepage = ""
+ spec.homepage = "https://github.com/ZestySalsa/ChunkyText"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})