diff --git a/rebel.gemspec b/rebel.gemspec index 75a3680..4b5e6a4 100644 --- a/rebel.gemspec +++ b/rebel.gemspec @@ -1,11 +1,11 @@ Gem::Specification.new do |s| s.name = 'rebel' - s.version = '0.7.2' + s.version = '0.7.1' 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://gitlab.com/lloeki/rebel.git' + s.homepage = 'https://github.com/lloeki/rebel.git' end