From ba94e41990995c4d2c295a3cb4bb9c9d08652ca5 Mon Sep 17 00:00:00 2001 From: Marcin Kalita Date: Thu, 18 Aug 2016 10:34:21 +0200 Subject: [PATCH] bump version to 0.1.8 --- Gemfile.lock | 4 +- gemfiles/rails_4.1.0.gemfile.lock | 112 +++++++++++++++--------------- gemfiles/rails_4.2.0.gemfile.lock | 76 ++++++++++---------- lib/cache_key_for/version.rb | 2 +- 4 files changed, 98 insertions(+), 96 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 014f888..ea82310 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cache_key_for (0.1.7) + cache_key_for (0.1.8) GEM remote: https://rubygems.org/ @@ -132,4 +132,4 @@ DEPENDENCIES sqlite3 (~> 1.3) BUNDLED WITH - 1.12.3 + 1.12.5 diff --git a/gemfiles/rails_4.1.0.gemfile.lock b/gemfiles/rails_4.1.0.gemfile.lock index 2939801..2f642f0 100644 --- a/gemfiles/rails_4.1.0.gemfile.lock +++ b/gemfiles/rails_4.1.0.gemfile.lock @@ -1,45 +1,45 @@ PATH remote: ../ specs: - cache_key_for (0.1.7) + cache_key_for (0.1.8) GEM remote: https://rubygems.org/ specs: - actionmailer (4.1.15) - actionpack (= 4.1.15) - actionview (= 4.1.15) + actionmailer (4.1.16) + actionpack (= 4.1.16) + actionview (= 4.1.16) mail (~> 2.5, >= 2.5.4) - actionpack (4.1.15) - actionview (= 4.1.15) - activesupport (= 4.1.15) + actionpack (4.1.16) + actionview (= 4.1.16) + activesupport (= 4.1.16) rack (~> 1.5.2) rack-test (~> 0.6.2) - actionview (4.1.15) - activesupport (= 4.1.15) + actionview (4.1.16) + activesupport (= 4.1.16) builder (~> 3.1) erubis (~> 2.7.0) - activemodel (4.1.15) - activesupport (= 4.1.15) + activemodel (4.1.16) + activesupport (= 4.1.16) builder (~> 3.1) - activerecord (4.1.15) - activemodel (= 4.1.15) - activesupport (= 4.1.15) + activerecord (4.1.16) + activemodel (= 4.1.16) + activesupport (= 4.1.16) arel (~> 5.0.0) - activesupport (4.1.15) + activesupport (4.1.16) i18n (~> 0.6, >= 0.6.9) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.1) tzinfo (~> 1.1) - appraisal (1.0.2) + appraisal (1.0.3) bundler rake thor (>= 0.14.0) arel (5.0.1.20140414130214) builder (3.2.2) - byebug (8.2.4) - codeclimate-test-reporter (0.5.0) + byebug (8.2.5) + codeclimate-test-reporter (0.5.2) simplecov (>= 0.7.1, < 1.0.0) coderay (1.1.1) concurrent-ruby (1.0.2) @@ -60,11 +60,11 @@ GEM mail (2.6.4) mime-types (>= 1.16, < 4) method_source (0.8.2) - mime-types (3.0) + mime-types (3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2016.0221) - minitest (5.8.4) - pry (0.10.3) + mime-types-data (3.2016.0521) + minitest (5.9.0) + pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) @@ -74,51 +74,51 @@ GEM rack (1.5.5) rack-test (0.6.3) rack (>= 1.0) - rails (4.1.15) - actionmailer (= 4.1.15) - actionpack (= 4.1.15) - actionview (= 4.1.15) - activemodel (= 4.1.15) - activerecord (= 4.1.15) - activesupport (= 4.1.15) + rails (4.1.16) + actionmailer (= 4.1.16) + actionpack (= 4.1.16) + actionview (= 4.1.16) + activemodel (= 4.1.16) + activerecord (= 4.1.16) + activesupport (= 4.1.16) bundler (>= 1.3.0, < 2.0) - railties (= 4.1.15) + railties (= 4.1.16) sprockets-rails (~> 2.0) - railties (4.1.15) - actionpack (= 4.1.15) - activesupport (= 4.1.15) + railties (4.1.16) + actionpack (= 4.1.16) + activesupport (= 4.1.16) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (11.1.2) - rspec (3.4.0) - rspec-core (~> 3.4.0) - rspec-expectations (~> 3.4.0) - rspec-mocks (~> 3.4.0) - rspec-core (3.4.3) - rspec-support (~> 3.4.0) - rspec-expectations (3.4.0) + rake (11.2.2) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.2) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-mocks (3.4.1) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-rails (3.4.2) - actionpack (>= 3.0, < 4.3) - activesupport (>= 3.0, < 4.3) - railties (>= 3.0, < 4.3) - rspec-core (~> 3.4.0) - rspec-expectations (~> 3.4.0) - rspec-mocks (~> 3.4.0) - rspec-support (~> 3.4.0) - rspec-support (3.4.1) - ruby-progressbar (1.8.0) + rspec-support (~> 3.5.0) + rspec-rails (3.5.1) + actionpack (>= 3.0) + activesupport (>= 3.0) + railties (>= 3.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) + ruby-progressbar (1.8.1) simplecov (0.11.2) docile (~> 1.1.0) json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) slop (3.6.0) - sprockets (3.6.0) + sprockets (3.7.0) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (2.3.3) @@ -151,4 +151,4 @@ DEPENDENCIES sqlite3 (~> 1.3) BUNDLED WITH - 1.12.3 + 1.12.5 diff --git a/gemfiles/rails_4.2.0.gemfile.lock b/gemfiles/rails_4.2.0.gemfile.lock index bae95bc..d80b1d4 100644 --- a/gemfiles/rails_4.2.0.gemfile.lock +++ b/gemfiles/rails_4.2.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../ specs: - cache_key_for (0.1.7) + cache_key_for (0.1.8) GEM remote: https://rubygems.org/ @@ -41,14 +41,14 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - appraisal (1.0.2) + appraisal (1.0.3) bundler rake thor (>= 0.14.0) arel (6.0.3) builder (3.2.2) - byebug (8.2.4) - codeclimate-test-reporter (0.5.0) + byebug (8.2.5) + codeclimate-test-reporter (0.5.2) simplecov (>= 0.7.1, < 1.0.0) coderay (1.1.1) concurrent-ruby (1.0.2) @@ -64,7 +64,7 @@ GEM fuubar (2.0.0) rspec (~> 3.0) ruby-progressbar (~> 1.4) - globalid (0.3.6) + globalid (0.3.7) activesupport (>= 4.1.0) i18n (0.7.0) json (1.8.3) @@ -73,21 +73,23 @@ GEM mail (2.6.4) mime-types (>= 1.16, < 4) method_source (0.8.2) - mime-types (3.0) + mime-types (3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2016.0221) - mini_portile2 (2.0.0) - minitest (5.8.4) - nokogiri (1.6.7.2) - mini_portile2 (~> 2.0.0.rc2) - pry (0.10.3) + mime-types-data (3.2016.0521) + mini_portile2 (2.1.0) + minitest (5.9.0) + nokogiri (1.6.8) + mini_portile2 (~> 2.1.0) + pkg-config (~> 1.1.7) + pkg-config (1.1.7) + pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) pry-byebug (3.3.0) byebug (~> 8.0) pry (~> 0.10) - rack (1.6.4) + rack (1.6.0) rack-test (0.6.3) rack (>= 1.0) rails (4.2.5.1) @@ -114,39 +116,39 @@ GEM activesupport (= 4.2.5.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (11.1.2) - rspec (3.4.0) - rspec-core (~> 3.4.0) - rspec-expectations (~> 3.4.0) - rspec-mocks (~> 3.4.0) - rspec-core (3.4.3) - rspec-support (~> 3.4.0) - rspec-expectations (3.4.0) + rake (11.2.2) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.2) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-mocks (3.4.1) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-rails (3.4.2) - actionpack (>= 3.0, < 4.3) - activesupport (>= 3.0, < 4.3) - railties (>= 3.0, < 4.3) - rspec-core (~> 3.4.0) - rspec-expectations (~> 3.4.0) - rspec-mocks (~> 3.4.0) - rspec-support (~> 3.4.0) - rspec-support (3.4.1) - ruby-progressbar (1.8.0) + rspec-support (~> 3.5.0) + rspec-rails (3.5.1) + actionpack (>= 3.0) + activesupport (>= 3.0) + railties (>= 3.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) + ruby-progressbar (1.8.1) simplecov (0.11.2) docile (~> 1.1.0) json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) slop (3.6.0) - sprockets (3.6.0) + sprockets (3.7.0) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.0.4) + sprockets-rails (3.1.1) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) @@ -176,4 +178,4 @@ DEPENDENCIES sqlite3 (~> 1.3) BUNDLED WITH - 1.12.3 + 1.12.5 diff --git a/lib/cache_key_for/version.rb b/lib/cache_key_for/version.rb index a0835c6..a7aefba 100644 --- a/lib/cache_key_for/version.rb +++ b/lib/cache_key_for/version.rb @@ -1,3 +1,3 @@ module CacheKeyFor - VERSION = '0.1.7'.freeze + VERSION = '0.1.8'.freeze end