flexirest 1.2.5 → 1.2.6

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: 3c9f803c00338b0144951500a49edc9d442f37b9
4
- data.tar.gz: cc67b490693f4411158a8128072474cee491da45
3
+ metadata.gz: 0e9746fdcafdd6c3cf776ad61e5c1382d45d2a0f
4
+ data.tar.gz: 8dc300d322046a6cde7c8cd94ebdc9d4e5beca6d
5
5
  SHA512:
6
- metadata.gz: 8ead7a0e3d8e497cf13273d1a0a5d04146103b95fec7009c2a08a56ddb2509cb61273efeca08780026b0432fc74f6b30da54673b010e95969269c63ba66570f5
7
- data.tar.gz: 64976c161dfb5a58ae2d18a5e158b4f3ad945efcdff966a4642c49d69a2478834ccad585e8aa23e2f48a3afb81fd1ff38d09a86b7369dbc61b8b61a0aca204e9
6
+ metadata.gz: 8a78959e3b2b15fcbb34e00a967187ecf2857796201f56d3279f18d28596539c0e51225712ba9f8c33c005600aaa8c0845693d9e2361aacf5af394a941288a70
7
+ data.tar.gz: e3e739a54e53b54218f6224ba8b52ef0261ea6f853b2ec819352fd2f60db86ea861a6b4513038b2ba3efcea33a891334602e717f622a0f8e7487ec771e812e31
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 1.2.5
3
+ ## 1.2.5/1.2.6
4
4
 
5
5
  Bugfixes:
6
6
 
@@ -1,3 +1,3 @@
1
1
  module Flexirest
2
- VERSION = "1.2.5"
2
+ VERSION = "1.2.6"
3
3
  end
@@ -51,7 +51,7 @@ describe Flexirest::Caching do
51
51
  it "should not error if Rails.cache is not found" do
52
52
  begin
53
53
  class Rails; end
54
- expect { ActiveRestClient::Base.cache_store }.not_to raise_error
54
+ expect { Flexirest::Base.cache_store }.not_to raise_error
55
55
  ensure
56
56
  Object.send(:remove_const, :Rails) if defined?(Rails)
57
57
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flexirest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Jeffries