Release version 0.1.9

This commit is contained in:
Benjamin Neff 2017-05-01 01:52:45 +02:00
parent f318c890d6
commit cac3ba77d9
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 7 additions and 7 deletions

View file

@ -1,17 +1,17 @@
PATH PATH
remote: . remote: .
specs: specs:
diaspora_federation (0.1.8) diaspora_federation (0.1.9)
faraday (>= 0.9.0, < 0.12.0) faraday (>= 0.9.0, < 0.12.0)
faraday_middleware (>= 0.10.0, < 0.12.0) faraday_middleware (>= 0.10.0, < 0.12.0)
nokogiri (~> 1.6, >= 1.6.8) nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0) typhoeus (~> 1.0)
valid (~> 1.0) valid (~> 1.0)
diaspora_federation-rails (0.1.8) diaspora_federation-rails (0.1.9)
diaspora_federation (= 0.1.8) diaspora_federation (= 0.1.9)
rails (>= 4.2, < 6) rails (>= 4.2, < 6)
diaspora_federation-test (0.1.8) diaspora_federation-test (0.1.9)
diaspora_federation (= 0.1.8) diaspora_federation (= 0.1.9)
factory_girl (~> 4.7) factory_girl (~> 4.7)
uuid (~> 2.3.8) uuid (~> 2.3.8)
@ -321,4 +321,4 @@ DEPENDENCIES
yard yard
BUNDLED WITH BUNDLED WITH
1.14.5 1.14.6

View file

@ -1,4 +1,4 @@
module DiasporaFederation module DiasporaFederation
# the gem version # the gem version
VERSION = "0.1.8".freeze VERSION = "0.1.9".freeze
end end