mirror of
https://github.com/lloeki/rebel.git
synced 2025-12-06 01:54:40 +01:00
11 lines
413 B
Ruby
11 lines
413 B
Ruby
Gem::Specification.new do |s|
|
|
s.name = 'rebel'
|
|
s.version = '0.4.0'
|
|
s.licenses = ['MIT']
|
|
s.summary = 'Fight against the Object tyranny'
|
|
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']
|
|
s.homepage = 'https://github.com/lloeki/rebel.git'
|
|
end
|