release version 0.0.7

This commit is contained in:
Benjamin Neff 2015-09-17 01:15:48 +02:00
parent 2f6acc8367
commit 5b8fe04d8e
2 changed files with 4 additions and 4 deletions

View file

@ -1,14 +1,14 @@
PATH
remote: .
specs:
diaspora_federation (0.0.6)
diaspora_federation (0.0.7)
faraday (~> 0.9.0)
faraday_middleware (~> 0.10.0)
nokogiri (~> 1.6, >= 1.6.6)
typhoeus (~> 0.7.0)
valid (~> 1.0)
diaspora_federation-rails (0.0.6)
diaspora_federation (= 0.0.6)
diaspora_federation-rails (0.0.7)
diaspora_federation (= 0.0.7)
rails (~> 4.2)
GEM

View file

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