Release version 0.1.9
This commit is contained in:
parent
f318c890d6
commit
cac3ba77d9
2 changed files with 7 additions and 7 deletions
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -1,17 +1,17 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
diaspora_federation (0.1.8)
|
||||
diaspora_federation (0.1.9)
|
||||
faraday (>= 0.9.0, < 0.12.0)
|
||||
faraday_middleware (>= 0.10.0, < 0.12.0)
|
||||
nokogiri (~> 1.6, >= 1.6.8)
|
||||
typhoeus (~> 1.0)
|
||||
valid (~> 1.0)
|
||||
diaspora_federation-rails (0.1.8)
|
||||
diaspora_federation (= 0.1.8)
|
||||
diaspora_federation-rails (0.1.9)
|
||||
diaspora_federation (= 0.1.9)
|
||||
rails (>= 4.2, < 6)
|
||||
diaspora_federation-test (0.1.8)
|
||||
diaspora_federation (= 0.1.8)
|
||||
diaspora_federation-test (0.1.9)
|
||||
diaspora_federation (= 0.1.9)
|
||||
factory_girl (~> 4.7)
|
||||
uuid (~> 2.3.8)
|
||||
|
||||
|
|
@ -321,4 +321,4 @@ DEPENDENCIES
|
|||
yard
|
||||
|
||||
BUNDLED WITH
|
||||
1.14.5
|
||||
1.14.6
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
module DiasporaFederation
|
||||
# the gem version
|
||||
VERSION = "0.1.8".freeze
|
||||
VERSION = "0.1.9".freeze
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue