Compare commits

...

2 commits

Author SHA1 Message Date
0e82d96755 Release 0.7.2 2018-09-14 09:53:46 +02:00
95ecac4946 Update gem homepage 2018-09-14 09:52:55 +02:00

View file

@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = 'rebel'
s.version = '0.7.1'
s.version = '0.7.2'
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'
s.homepage = 'https://gitlab.com/lloeki/rebel.git'
end