release version 0.0.9

This commit is contained in:
Benjamin Neff 2015-12-13 02:55:30 +01:00
parent 73fab4d01c
commit d854f61d64
2 changed files with 6 additions and 6 deletions

View file

@ -1,17 +1,17 @@
PATH
remote: .
specs:
diaspora_federation (0.0.8)
diaspora_federation (0.0.9)
faraday (~> 0.9.0)
faraday_middleware (~> 0.10.0)
nokogiri (~> 1.6, >= 1.6.6.4)
typhoeus (~> 0.7)
valid (~> 1.0)
diaspora_federation-rails (0.0.8)
diaspora_federation (= 0.0.8)
diaspora_federation-rails (0.0.9)
diaspora_federation (= 0.0.9)
rails (~> 4.2)
diaspora_federation-test (0.0.8)
diaspora_federation (= 0.0.8)
diaspora_federation-test (0.0.9)
diaspora_federation (= 0.0.9)
factory_girl (~> 4.5.0)
GEM

View file

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