mirror of
https://github.com/lloeki/rebel.git
synced 2025-12-06 01:54:40 +01:00
Going public
This commit is contained in:
commit
77c44a0b2d
7 changed files with 331 additions and 0 deletions
11
rebel.gemspec
Normal file
11
rebel.gemspec
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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.email = 'loic.nageleisen@gmail.com'
|
||||
s.files = ["lib/**/*.rb"]
|
||||
s.homepage = 'https://github.com/lloeki/rebel.git'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue