tito 0.2.2 → 0.2.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3486db93ff9a1566d1ec21840652f1eb6017dfc6
4
- data.tar.gz: ba9e3c2b9eae3b78be7c305d95cee132499ac27c
3
+ metadata.gz: 35c4cb1b802ab4e33d3e6c5e6256e714468fa7f2
4
+ data.tar.gz: adba0892e62914487e3b23a0cfc78de67d2d0689
5
5
  SHA512:
6
- metadata.gz: 650e413c915d7df388fe421a2975c7fde313b574702e806f732ea31a97cdbf7e121ebd2bfc224462f7e7e942100aacb352d0b54d005d762d88d9c9cf71f81f2c
7
- data.tar.gz: f9b8453fdaaee44818d1f8ae8bbf32527ef998a1cb816db804c25d845c859916d9fe61c5d6c1b421ccc461f2bfac56a3347e84d06ca485d9f88ca4aa81182192
6
+ metadata.gz: 22afa0b21556c75d3c45aff74a3a86e2ef3667501df9f8f7463c05d71c532c3dcb1f286d02a5e4b8fa1e30c915d7ea7928db5e06799ab90933c949cb8979d81d
7
+ data.tar.gz: d1a056bf8deea19d94c498e78c678f3286d0e2a062704db3c8e7872a3af503a44abaa3b183ca098d4b857ed074242f0ab60a5a950c99779f9b0b899aa2c43825
@@ -10,6 +10,10 @@ module Tito
10
10
  @api_key = api_key
11
11
  end
12
12
 
13
+ def get
14
+ proxy_class.get(path_prefix: proxy_path, api_key: api_key)
15
+ end
16
+
13
17
  def all
14
18
  proxy_class.all(path_prefix: proxy_path, api_key: api_key)
15
19
  end
data/lib/tito/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tito
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tito
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Campbell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-21 00:00:00.000000000 Z
11
+ date: 2017-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http