Skip to content

Commit

Permalink
Release version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Feb 18, 2018
1 parent 08e7980 commit c1cd297
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PATH
remote: .
specs:
diaspora_federation (0.2.3)
diaspora_federation (0.2.4)
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.3)
diaspora_federation-rails (0.2.3)
diaspora_federation-json_schema (0.2.4)
diaspora_federation-rails (0.2.4)
actionpack (>= 4.2, < 6)
diaspora_federation (= 0.2.3)
diaspora_federation-test (0.2.3)
diaspora_federation (= 0.2.3)
diaspora_federation (= 0.2.4)
diaspora_federation-test (0.2.4)
diaspora_federation (= 0.2.4)
fabrication (~> 2.16)
uuid (~> 2.3, >= 2.3.8)

Expand Down
2 changes: 1 addition & 1 deletion lib/diaspora_federation/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module DiasporaFederation
# the gem version
VERSION = "0.2.3".freeze
VERSION = "0.2.4".freeze
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.3)
diaspora_federation (0.2.4)
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.3)
diaspora_federation-test (0.2.3)
diaspora_federation (= 0.2.3)
diaspora_federation-json_schema (0.2.4)
diaspora_federation-test (0.2.4)
diaspora_federation (= 0.2.4)
fabrication (~> 2.16)
uuid (~> 2.3, >= 2.3.8)

Expand Down
12 changes: 6 additions & 6 deletions test/gemfiles/rails4.Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PATH
remote: ../..
specs:
diaspora_federation (0.2.3)
diaspora_federation (0.2.4)
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.3)
diaspora_federation-rails (0.2.3)
diaspora_federation-json_schema (0.2.4)
diaspora_federation-rails (0.2.4)
actionpack (>= 4.2, < 6)
diaspora_federation (= 0.2.3)
diaspora_federation-test (0.2.3)
diaspora_federation (= 0.2.3)
diaspora_federation (= 0.2.4)
diaspora_federation-test (0.2.4)
diaspora_federation (= 0.2.4)
fabrication (~> 2.16)
uuid (~> 2.3, >= 2.3.8)

Expand Down

0 comments on commit c1cd297

Please sign in to comment.