garage_client 2.3.2 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9f1a69ba91fc3ac307c8a3fee280e770afa9cb3
4
- data.tar.gz: 97ec57d1cb62ce4eb891235aa793885e11a05838
3
+ metadata.gz: 01091c33f1717e47d9c9924aafdf5847b365db08
4
+ data.tar.gz: ab7c2d9b32b4231d4cb4d94620dc4c0adfc14f7e
5
5
  SHA512:
6
- metadata.gz: bcce64de0d5f23fb06f9859ea1527c5da42dba01e970ea08225e5c148a774ecbecc874cbc1f4ae262f915c453f97acfa63cbc1dc8cf3dab359b887bcf94189da
7
- data.tar.gz: c308b58aec27465cb8484252725aa5170d1cfe5ca5b6e263d2a034438e3b19bff1e5f3b2e4857397b7e2104a49b4f4664829a19e1de384fd0a915600ffa02a7c
6
+ metadata.gz: 8cbdf835d83bf950e9efa95d38bea94c2df496886fb5495e098e0648fb4092f34faba05acabd7c743e64d0892bcd90f16f9e49119a1115bae926e33091720b25
7
+ data.tar.gz: 26a64ed17b4ae544897eea66ca80072ec9ec63760c213a4f05b24cc36ed66de55e57488f39c1224adee73625879fd8c93bf23292dcd297aef9af84af56ed2bf4
data/.travis.yml CHANGED
@@ -4,7 +4,6 @@ rvm:
4
4
  - ruby-head
5
5
  - 2.3.1
6
6
  - 2.2.5
7
- - 2.1.10
8
7
  matrix:
9
8
  allow_failures:
10
9
  - rvm: "ruby-head"
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.3.3
2
+ - Fix a bug to not resolve application name when garage_client-rails is bundled.
3
+ - Stop to support ruby version < 2.2.2.
4
+
1
5
  ## 2.3.2
2
6
  - Automatically set `Rails.application.class.parent_name.underscore`
3
7
  to `name` configuration in Rails by default.
@@ -9,7 +9,7 @@ module GarageClient
9
9
  def self.set_default_name
10
10
  unless GarageClient.configuration.options[:name]
11
11
  GarageClient.configure do |c|
12
- c.name = Rails.application.class.parent_name.underscore
12
+ c.name = ::Rails.application.class.parent_name.underscore
13
13
  end
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  module GarageClient
2
- VERSION = '2.3.2'
2
+ VERSION = '2.3.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: garage_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cookpad Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-30 00:00:00.000000000 Z
11
+ date: 2016-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -246,7 +246,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
246
246
  version: '0'
247
247
  requirements: []
248
248
  rubyforge_project:
249
- rubygems_version: 2.2.5
249
+ rubygems_version: 2.5.1
250
250
  signing_key:
251
251
  specification_version: 4
252
252
  summary: Ruby client library for the Garage API