terminal.gemspec in cc-terminal-0.0.2 vs terminal.gemspec in cc-terminal-0.0.3
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |spec|
spec.name = "cc-terminal"
spec.version = Terminal::VERSION
spec.authors = ["Timor Tsentsiper"]
spec.email = ["timor@codecademy.com"]
- spec.description = %q{Write a gem description}
- spec.summary = %q{Write a gem summary}
+ spec.description = %q{Simple gem to interact with the Terminal.com API influenced by the twitter API gem.}
+ spec.summary = %q{Exposes some of the basic functionality of the Terminal.com API, as documented here https://www.terminal.com/api/docs}
spec.homepage = ""
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }