release version 0.0.11

This commit is contained in:
Benjamin Neff 2016-01-03 03:29:07 +01:00
parent a30b999b28
commit cff74982bf
2 changed files with 6 additions and 6 deletions

View file

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

View file

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