mondavi 0.1.2 → 0.1.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: 9d2c9cc34d2cbd9ff016cdabb6c1b8d387ee0147
4
- data.tar.gz: 169e3c9e2ca0ec4046c3f0c1851643d20404eba6
3
+ metadata.gz: c7ab123920662f58cd7ea449e419e3fcf2c44533
4
+ data.tar.gz: bc60368b9aa2511d9afcee5889f68ee06d461b4c
5
5
  SHA512:
6
- metadata.gz: 592c118f7f47a16c2e2d5c2c31bef5243180942f605f10a87f54adef4ea20e07523b717a967d73c76fa15b49e88bd2c67db4b4c0dc45d0cdec608c2e9e3256cc
7
- data.tar.gz: de11e66e88d331600fa3c8da4c63f5cd56317c1cb066956f37386845fbe187633f7e253ebf4f3ef1bfb511aba12cd9669bb4ba274002da2a18ef241b0c904588
6
+ metadata.gz: 9dda75ef2732f747f6ca2ad998ad23c43ba7400b9bc5ce3e57f6869dd2bdc770577bb192d6b9f2dbcc3fff167af91af104bc90a6fe6774186ed04e3c0c1bf339
7
+ data.tar.gz: 1b3090a92b35f3728293368425333a15b05855aff83295736cf4f5c57402c9f7ad8896e3fe0d5dd363023a7feff6f799e970524015a9e489f15856165cdb4255
@@ -29,7 +29,7 @@ module Mondavi
29
29
  )
30
30
  else
31
31
  # issue external request
32
- binding.pry # todo
32
+ # binding.pry # todo
33
33
 
34
34
  # Request and LocalRequest
35
35
 
@@ -101,9 +101,9 @@ module Mondavi
101
101
  faraday.adapter Faraday.default_adapter # make requests with Net::HTTP
102
102
  end
103
103
 
104
- binding.pry
105
- response = conn.get urn_path
106
- response.body
104
+ # binding.pry
105
+ # response = conn.get urn_path
106
+ # response.body
107
107
  end
108
108
 
109
109
  def issue_local_request(http_verb: nil, urn_path: nil)
@@ -1,3 +1,3 @@
1
1
  module Mondavi
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mondavi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashton Thomas