bitpay-rails 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ class BitPayClientTest < ActiveSupport::TestCase
10
10
  @client.save!
11
11
  @pem = @client.send(:get_pem)
12
12
  @mock_client = double("BitPay::SDK::Client")
13
- allow(BitPay::SDK::Client).to receive(:new).with(api_uri: "https://this.is", pem: @pem).and_return(@mock_client)
13
+ allow(BitPay::SDK::Client).to receive(:new).with(api_uri: "https://this.is", pem: @pem, insecure: true).and_return(@mock_client)
14
14
  end
15
15
 
16
16
  def teardown
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitpay-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - BitPay, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-27 00:00:00.000000000 Z
11
+ date: 2015-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  version: '0'
189
189
  requirements: []
190
190
  rubyforge_project:
191
- rubygems_version: 2.2.2
191
+ rubygems_version: 2.4.6
192
192
  signing_key:
193
193
  specification_version: 4
194
194
  summary: Use bitcoin with BitPay