Release 0.2.0

This commit is contained in:
Loic Nageleisen 2017-03-01 09:37:44 +01:00
parent 619837da62
commit 9e6b503b52
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rebel (0.1.0) rebel (0.2.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'rebel' s.name = 'rebel'
s.version = '0.1.0' s.version = '0.2.0'
s.licenses = ['MIT'] s.licenses = ['MIT']
s.summary = 'Fight against the Object tyranny' s.summary = 'Fight against the Object tyranny'
s.description = 'SQL-flavoured Ruby, or is it the other way around?' s.description = 'SQL-flavoured Ruby, or is it the other way around?'