flare-up.gemspec in flare-up-0.8 vs flare-up.gemspec in flare-up-0.9
- old
+ new
@@ -5,11 +5,11 @@
s.name = 'flare-up'
s.version = FlareUp::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Robert Slifka']
s.homepage = 'http://www.github.com/sharethrough/flare-up'
- s.summary = %q{Command-line access to bulk data loading via Redshift's COPY command.}
- s.description = %q{Flare-up makes Redshift COPY scriptable by providing CLI access to the Redshift COPY command, with handy access to pretty printed errors as well.}
+ s.summary = %q{Command-line access to bulk data loading via Redshift's CREATE TABLE, COPY, and DROP TABLE commands.}
+ s.description = %q{Flare-up makes Redshift COPY scriptable by providing CLI access to the Redshift COPY command, with handy access to pretty printed errors as well. It also includes the CREATE TABLE and DROP TABLE commands.}
s.add_dependency('pg', '~> 0.17')
s.add_dependency('thor', '~> 0.19')
s.add_development_dependency('rake', '~> 10.0')