Release version 0.2.3
This commit is contained in:
parent
1ed124cc70
commit
4bf5f58ea7
4 changed files with 18 additions and 18 deletions
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -1,18 +1,18 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
diaspora_federation (0.2.2)
|
||||
diaspora_federation (0.2.3)
|
||||
faraday (>= 0.9.0, < 0.15.0)
|
||||
faraday_middleware (>= 0.10.0, < 0.13.0)
|
||||
nokogiri (~> 1.6, >= 1.6.8)
|
||||
typhoeus (~> 1.0)
|
||||
valid (~> 1.0)
|
||||
diaspora_federation-json_schema (0.2.2)
|
||||
diaspora_federation-rails (0.2.2)
|
||||
diaspora_federation-json_schema (0.2.3)
|
||||
diaspora_federation-rails (0.2.3)
|
||||
actionpack (>= 4.2, < 6)
|
||||
diaspora_federation (= 0.2.2)
|
||||
diaspora_federation-test (0.2.2)
|
||||
diaspora_federation (= 0.2.2)
|
||||
diaspora_federation (= 0.2.3)
|
||||
diaspora_federation-test (0.2.3)
|
||||
diaspora_federation (= 0.2.3)
|
||||
fabrication (~> 2.16)
|
||||
uuid (~> 2.3, >= 2.3.8)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
module DiasporaFederation
|
||||
# the gem version
|
||||
VERSION = "0.2.2".freeze
|
||||
VERSION = "0.2.3".freeze
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
PATH
|
||||
remote: ../..
|
||||
specs:
|
||||
diaspora_federation (0.2.2)
|
||||
diaspora_federation (0.2.3)
|
||||
faraday (>= 0.9.0, < 0.15.0)
|
||||
faraday_middleware (>= 0.10.0, < 0.13.0)
|
||||
nokogiri (~> 1.6, >= 1.6.8)
|
||||
typhoeus (~> 1.0)
|
||||
valid (~> 1.0)
|
||||
diaspora_federation-json_schema (0.2.2)
|
||||
diaspora_federation-test (0.2.2)
|
||||
diaspora_federation (= 0.2.2)
|
||||
diaspora_federation-json_schema (0.2.3)
|
||||
diaspora_federation-test (0.2.3)
|
||||
diaspora_federation (= 0.2.3)
|
||||
fabrication (~> 2.16)
|
||||
uuid (~> 2.3, >= 2.3.8)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
PATH
|
||||
remote: ../..
|
||||
specs:
|
||||
diaspora_federation (0.2.2)
|
||||
diaspora_federation (0.2.3)
|
||||
faraday (>= 0.9.0, < 0.15.0)
|
||||
faraday_middleware (>= 0.10.0, < 0.13.0)
|
||||
nokogiri (~> 1.6, >= 1.6.8)
|
||||
typhoeus (~> 1.0)
|
||||
valid (~> 1.0)
|
||||
diaspora_federation-json_schema (0.2.2)
|
||||
diaspora_federation-rails (0.2.2)
|
||||
diaspora_federation-json_schema (0.2.3)
|
||||
diaspora_federation-rails (0.2.3)
|
||||
actionpack (>= 4.2, < 6)
|
||||
diaspora_federation (= 0.2.2)
|
||||
diaspora_federation-test (0.2.2)
|
||||
diaspora_federation (= 0.2.2)
|
||||
diaspora_federation (= 0.2.3)
|
||||
diaspora_federation-test (0.2.3)
|
||||
diaspora_federation (= 0.2.3)
|
||||
fabrication (~> 2.16)
|
||||
uuid (~> 2.3, >= 2.3.8)
|
||||
|
||||
|
|
@ -73,7 +73,7 @@ GEM
|
|||
macaddr (1.7.1)
|
||||
systemu (~> 2.6.2)
|
||||
mini_portile2 (2.3.0)
|
||||
minitest (5.11.2)
|
||||
minitest (5.11.3)
|
||||
multipart-post (2.0.0)
|
||||
nokogiri (1.8.1)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue