pokitdok-ruby 0.3.0 → 0.3.1

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: 57cf37a5fff162bd158abbceb5d4fed977c78ad3
4
- data.tar.gz: 0b10d83567181e9a7bc17054be53d70ea65a7c51
3
+ metadata.gz: 6e11a73b319df90964f566936b20131cc854bdff
4
+ data.tar.gz: ec1bf6c42cd3722b96b096737056a67f3155510d
5
5
  SHA512:
6
- metadata.gz: 24f245b5279f4e99e5e7d10c3ae490f28a9a4c1fd6ccc89b5e1ff10e81264552ae3eb29cbbd6b296d2c72c14c8a60468e40922099d808331831c0ec27adb968e
7
- data.tar.gz: c96fe3cfd950cb18f80eb68ed4aafa9a9afc721cd21f675d7f9f63d8f1d0d80f752c2b9012f23d852363a6fdfa5def47ab9915faa0c00aa891e54c26c696db87
6
+ metadata.gz: f3fe826ff786513d1a6fa120fb4ce5c9f16dfe6f988a86adddd3bddd34f81ab43e43f5cd84942bddfb91c76069494be754ea93e07346d8107548a5cffea51309
7
+ data.tar.gz: 6b3017464b34c5e8bca03353c3b5e043542de89ffc9cd0360dd205950bd897f265a6990789e0384ce7c6480bac73058b0a74f84a6fff13967d17769d58fc9a76
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: pokitdok-ruby 0.3.0 ruby lib
5
+ # stub: pokitdok-ruby 0.3.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "pokitdok-ruby"
9
- s.version = "0.3.0"
9
+ s.version = "0.3.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -26,8 +26,10 @@ describe PokitDok do
26
26
  end
27
27
 
28
28
  it 'should revert to the v3 api specification if requested' do
29
- @pokitdok3 = PokitDok::PokitDok.new(CLIENT_ID, CLIENT_SECRET, 'v3')
30
- @pokitdok3.api_url.must_equal 'http://localhost:5002/api/v3'
29
+ VCR.use_cassette 'auth' do
30
+ @pokitdok3 = PokitDok::PokitDok.new(CLIENT_ID, CLIENT_SECRET, 'v3')
31
+ @pokitdok3.api_url.must_equal 'http://localhost:5002/api/v3'
32
+ end
31
33
  end
32
34
 
33
35
  it 'should instantiate with a client id and client secret' do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pokitdok-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Riney