new version 0.0.3

This commit is contained in:
Benjamin Neff 2015-07-14 11:16:12 +02:00
parent 334cc77d25
commit c4173fa18c
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
PATH PATH
remote: . remote: .
specs: specs:
diaspora_federation (0.0.2) diaspora_federation (0.0.3)
nokogiri (~> 1.6, >= 1.6.6) nokogiri (~> 1.6, >= 1.6.6)
diaspora_federation-rails (0.0.2) diaspora_federation-rails (0.0.3)
diaspora_federation (= 0.0.2) diaspora_federation (= 0.0.3)
rails (~> 4.2) rails (~> 4.2)
GEM GEM

View file

@ -1,4 +1,4 @@
module DiasporaFederation module DiasporaFederation
# the gem version # the gem version
VERSION = "0.0.2" VERSION = "0.0.3"
end end