Release version 0.2.8
This commit is contained in:
parent
12fdf5ca0c
commit
c2ae1598d6
5 changed files with 21 additions and 17 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# 0.2.8
|
||||
|
||||
* Re-release which allows rails 6 to be used
|
||||
|
||||
# 0.2.7
|
||||
|
||||
## Features
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -1,18 +1,18 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
diaspora_federation (0.2.7)
|
||||
diaspora_federation (0.2.8)
|
||||
faraday (>= 0.9.0, < 1.0)
|
||||
faraday_middleware (>= 0.10.0, < 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.2.8)
|
||||
diaspora_federation-rails (0.2.8)
|
||||
actionpack (>= 4.2, < 7)
|
||||
diaspora_federation (= 0.2.7)
|
||||
diaspora_federation-test (0.2.7)
|
||||
diaspora_federation (= 0.2.7)
|
||||
diaspora_federation (= 0.2.8)
|
||||
diaspora_federation-test (0.2.8)
|
||||
diaspora_federation (= 0.2.8)
|
||||
fabrication (~> 2.16)
|
||||
uuid (~> 2.3, >= 2.3.8)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
module DiasporaFederation
|
||||
# the gem version
|
||||
VERSION = "0.2.7".freeze
|
||||
VERSION = "0.2.8".freeze
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
PATH
|
||||
remote: ../..
|
||||
specs:
|
||||
diaspora_federation (0.2.7)
|
||||
diaspora_federation (0.2.8)
|
||||
faraday (>= 0.9.0, < 1.0)
|
||||
faraday_middleware (>= 0.10.0, < 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.2.8)
|
||||
diaspora_federation-test (0.2.8)
|
||||
diaspora_federation (= 0.2.8)
|
||||
fabrication (~> 2.16)
|
||||
uuid (~> 2.3, >= 2.3.8)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
PATH
|
||||
remote: ../..
|
||||
specs:
|
||||
diaspora_federation (0.2.7)
|
||||
diaspora_federation (0.2.8)
|
||||
faraday (>= 0.9.0, < 1.0)
|
||||
faraday_middleware (>= 0.10.0, < 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.2.8)
|
||||
diaspora_federation-rails (0.2.8)
|
||||
actionpack (>= 4.2, < 7)
|
||||
diaspora_federation (= 0.2.7)
|
||||
diaspora_federation-test (0.2.7)
|
||||
diaspora_federation (= 0.2.7)
|
||||
diaspora_federation (= 0.2.8)
|
||||
diaspora_federation-test (0.2.8)
|
||||
diaspora_federation (= 0.2.8)
|
||||
fabrication (~> 2.16)
|
||||
uuid (~> 2.3, >= 2.3.8)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue