Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Mar 13, 2022
1 parent 8f2c5e5 commit 078f8a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/diaspora_federation/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module DiasporaFederation
# the gem version
VERSION = "0.2.7"
VERSION = "0.3.0"
end
8 changes: 4 additions & 4 deletions test/gemfiles/no-rails.Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 078f8a5

Please sign in to comment.