imgix-rails 2.1.1 → 2.1.2

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: 612aaf1ba3126434815f2f4bdf83f6617a54cac7
4
- data.tar.gz: 55c7483c2f2d3c4e2c57a56369ba08904241390e
3
+ metadata.gz: 1ff201b22420f58f76b491e504d1083d4a9e4a9e
4
+ data.tar.gz: 864720aae29c42f4c4ee6e8688d91fa56054719a
5
5
  SHA512:
6
- metadata.gz: 8499f9d6ba7f29bd8e2f5fcdc5ad512dec151d57569dd38906129a8d106b428d4be775871ba696db591cfdad6291360d897d5c43abfa89c2b996629e2097ec25
7
- data.tar.gz: 888d02723a3c845e7cdd50426f3d27a780208a2fcd54cbd9bd88fca65a37baae30bed4e224a711e936d2406d741eed5a3b1111144104063c153f95e3a2fab2d7
6
+ metadata.gz: 42f487b6fea7199dbde37347a4ef397d0d9de1749ac28ad14ad2603f9cde2c683e6b6780a159fcfa66c617b346b302853eba0a56ae01ab0c4b273b0d3201c699
7
+ data.tar.gz: 992ed719ddcf3bc0d92c0aa7feb81a0ad7dfc1f0cf93ece69daf9c7da471a97e56bcdc511f126de43abcd07b620c6153532a62353a306465e6d44b7d4265dc99
@@ -8,7 +8,7 @@ module Imgix
8
8
 
9
9
  source = replace_hostname(source)
10
10
 
11
- client.path(source).to_url(options).html_safe
11
+ imgix_client.path(source).to_url(options).html_safe
12
12
  end
13
13
 
14
14
  private
@@ -41,7 +41,7 @@ module Imgix
41
41
  Array(::Imgix::Rails.config.imgix[:hostname_to_replace] || ::Imgix::Rails.config.imgix[:hostnames_to_replace])
42
42
  end
43
43
 
44
- def client
44
+ def imgix_client
45
45
  return @imgix_client if @imgix_client
46
46
  imgix = ::Imgix::Rails.config.imgix
47
47
 
@@ -1,5 +1,5 @@
1
1
  module Imgix
2
2
  module Rails
3
- VERSION = '2.1.1'
3
+ VERSION = '2.1.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imgix-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Sutton
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-07-13 00:00:00.000000000 Z
12
+ date: 2016-09-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: imgix