diff --git a/rebel.gemspec b/rebel.gemspec index 2bd28e0..56ca65a 100644 --- a/rebel.gemspec +++ b/rebel.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.version = '0.1.0' s.licenses = ['MIT'] s.summary = 'Fight against the Object tyranny' - s.description = 'Write SQL queries in Ruby, or is it the other way around?' + s.description = 'SQL-flavoured Ruby, or is it the other way around?' s.authors = ['Loic Nageleisen'] s.email = 'loic.nageleisen@gmail.com' s.files = Dir['lib/**/*.rb']