niceql.gemspec in niceql-0.4.0 vs niceql.gemspec in niceql-0.4.1
- old
+ new
@@ -7,11 +7,11 @@
spec.name = "niceql"
spec.version = Niceql::VERSION
spec.authors = ["alekseyl"]
spec.email = ["leshchuk@gmail.com"]
- spec.summary = %q{This is simple and nice gem for sql prettifying and formatting. Niceql splits, indent and colorize SQL query and PG errors if any }
- spec.description = %q{This is simple and nice gem for sql prettifying and formatting. Niceql splits, indent and colorize SQL query and PG errors if any. Seemless activerecord integration }
+ spec.summary = %q{This is a simple and nice gem for SQL prettifying and formatting. Niceql splits, indent and colorize SQL query and PG errors if any. }
+ spec.description = %q{This is a simple and nice gem for SQL prettifying and formatting. Niceql splits, indent and colorize SQL query and PG errors if any. Could be used as a standalone gem without any dependencies. Seamless ActiveRecord integration. }
spec.homepage = "https://github.com/alekseyl/niceql"
spec.license = "MIT"
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.