Skip to content

Commit

Permalink
release version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Oct 23, 2016
1 parent fadd353 commit 9dc6cab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PATH
remote: .
specs:
diaspora_federation (0.1.4)
diaspora_federation (0.1.5)
faraday (~> 0.9.0)
faraday_middleware (~> 0.10.0)
nokogiri (~> 1.6, >= 1.6.8)
typhoeus (~> 1.0)
valid (~> 1.0)
diaspora_federation-rails (0.1.4)
diaspora_federation (= 0.1.4)
diaspora_federation-rails (0.1.5)
diaspora_federation (= 0.1.5)
rails (~> 4.2)
diaspora_federation-test (0.1.4)
diaspora_federation (= 0.1.4)
diaspora_federation-test (0.1.5)
diaspora_federation (= 0.1.5)
factory_girl (~> 4.7)

GEM
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.1.4".freeze
VERSION = "0.1.5".freeze
end

0 comments on commit 9dc6cab

Please sign in to comment.