Rakefile w/ test+gem tasks

This commit is contained in:
Loic Nageleisen 2017-02-27 22:14:49 +01:00
parent 8ae604557b
commit 934e72b00f
5 changed files with 19 additions and 5 deletions

View file

@ -2,10 +2,10 @@ Gem::Specification.new do |s|
s.name = 'rebel'
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.authors = ["Loic Nageleisen"]
s.summary = 'Fight against the Object tyranny'
s.description = 'Write SQL queries in Ruby, or is it the other way around?'
s.authors = ['Loic Nageleisen']
s.email = 'loic.nageleisen@gmail.com'
s.files = ["lib/**/*.rb"]
s.files = Dir['lib/**/*.rb']
s.homepage = 'https://github.com/lloeki/rebel.git'
end