Release version 0.3.0
This commit is contained in:
parent
8f2c5e5def
commit
078f8a5427
3 changed files with 12 additions and 12 deletions
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -1,18 +1,18 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
diaspora_federation (0.2.7)
|
||||
diaspora_federation (0.3.0)
|
||||
faraday (~> 1.0)
|
||||
faraday_middleware (~> 1.0)
|
||||
nokogiri (~> 1.6, >= 1.6.8)
|
||||
typhoeus (~> 1.0)
|
||||
valid (~> 1.0)
|
||||
diaspora_federation-json_schema (0.2.7)
|
||||
diaspora_federation-rails (0.2.7)
|
||||
diaspora_federation-json_schema (0.3.0)
|
||||
diaspora_federation-rails (0.3.0)
|
||||
actionpack (>= 5.2, < 7)
|
||||
diaspora_federation (= 0.2.7)
|
||||
diaspora_federation-test (0.2.7)
|
||||
diaspora_federation (= 0.2.7)
|
||||
diaspora_federation (= 0.3.0)
|
||||
diaspora_federation-test (0.3.0)
|
||||
diaspora_federation (= 0.3.0)
|
||||
fabrication (~> 2.16)
|
||||
uuid (~> 2.3, >= 2.3.8)
|
||||
|
||||
|
|
@ -53,7 +53,7 @@ GEM
|
|||
erubi (1.10.0)
|
||||
ethon (0.15.0)
|
||||
ffi (>= 1.15.0)
|
||||
fabrication (2.22.0)
|
||||
fabrication (2.27.0)
|
||||
faraday (1.8.0)
|
||||
faraday-em_http (~> 1.0)
|
||||
faraday-em_synchrony (~> 1.0)
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
module DiasporaFederation
|
||||
# the gem version
|
||||
VERSION = "0.2.7"
|
||||
VERSION = "0.3.0"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
PATH
|
||||
remote: ../..
|
||||
specs:
|
||||
diaspora_federation (0.2.7)
|
||||
diaspora_federation (0.3.0)
|
||||
faraday (~> 1.0)
|
||||
faraday_middleware (~> 1.0)
|
||||
nokogiri (~> 1.6, >= 1.6.8)
|
||||
typhoeus (~> 1.0)
|
||||
valid (~> 1.0)
|
||||
diaspora_federation-json_schema (0.2.7)
|
||||
diaspora_federation-test (0.2.7)
|
||||
diaspora_federation (= 0.2.7)
|
||||
diaspora_federation-json_schema (0.3.0)
|
||||
diaspora_federation-test (0.3.0)
|
||||
diaspora_federation (= 0.3.0)
|
||||
fabrication (~> 2.16)
|
||||
uuid (~> 2.3, >= 2.3.8)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue