From 0fb7ebc2c15bed221708cfc1e385fa1012c85d08 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 23 Jan 2016 02:40:28 +0100 Subject: [PATCH] release version 0.0.12 --- Gemfile.lock | 24 +++++++++++++----------- lib/diaspora_federation/version.rb | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4e4197f..7b9533b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,17 @@ PATH remote: . specs: - diaspora_federation (0.0.11) + diaspora_federation (0.0.12) faraday (~> 0.9.0) faraday_middleware (~> 0.10.0) nokogiri (~> 1.6, >= 1.6.7.1) typhoeus (~> 0.7) valid (~> 1.0) - diaspora_federation-rails (0.0.11) - diaspora_federation (= 0.0.11) + diaspora_federation-rails (0.0.12) + diaspora_federation (= 0.0.12) rails (~> 4.2) - diaspora_federation-test (0.0.11) - diaspora_federation (= 0.0.11) + diaspora_federation-test (0.0.12) + diaspora_federation (= 0.0.12) factory_girl (~> 4.5, >= 4.5.0) GEM @@ -62,12 +62,13 @@ GEM codeclimate-test-reporter (0.4.8) simplecov (>= 0.7.1, < 1.0.0) coderay (1.1.0) + concurrent-ruby (1.0.0) crack (0.4.2) safe_yaml (~> 1.0.0) diff-lcs (1.2.5) docile (1.1.5) erubis (2.7.0) - ethon (0.8.0) + ethon (0.8.1) ffi (>= 1.3.0) factory_girl (4.5.0) activesupport (>= 3.0.0) @@ -247,12 +248,13 @@ GEM spring-watcher-listen (2.0.0) listen (>= 2.7, < 4.0) spring (~> 1.2) - sprockets (3.4.1) + sprockets (3.5.2) + concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (2.3.3) - actionpack (>= 3.0) - activesupport (>= 3.0) - sprockets (>= 2.8, < 4.0) + sprockets-rails (3.0.0) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) sqlite3 (1.3.11) systemu (2.6.5) terminal-table (1.5.2) diff --git a/lib/diaspora_federation/version.rb b/lib/diaspora_federation/version.rb index d135b5c..7bdb024 100644 --- a/lib/diaspora_federation/version.rb +++ b/lib/diaspora_federation/version.rb @@ -1,4 +1,4 @@ module DiasporaFederation # the gem version - VERSION = "0.0.11" + VERSION = "0.0.12" end