tictail-api 0.0.2 → 0.0.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: a0df78020f0e4a0e478787a307f6cc037e56dd1b
4
- data.tar.gz: c887c2edd4a61b1d4e8d8622dab221725fc87e48
3
+ metadata.gz: aff7d6222b977b0110cfe26d886037dc98a52c7d
4
+ data.tar.gz: 2cc1fbdd4158fd8702bf987e224c8007e7462da9
5
5
  SHA512:
6
- metadata.gz: 27cc3b79510b6ed6cf019e7f06c106b1ecff1f507492c72abb8084a011ab7ed37a103714c54dbc47bd8bea8d8acafa1dc33d80035e6c26208db5a39d5d43e9ea
7
- data.tar.gz: 5e4a12c75eff1d51b760a0def5a6bdfb93c5bac6f33ba75443b6679729842c075b234715daefbe3d323f4860198dee0dbd99fc21683a593eee2ca5eb1fe29be3
6
+ metadata.gz: 450a602f765d1df9b3bbb98a9ee13fee0373c74942196da4db685866fc2487dd2e8d84fed9d1a689d77674ed9ffd2643c207741950d50677221a28f1199a34d2
7
+ data.tar.gz: 905f22cca16c018ddad388b661eb01fe46e1711e66a7cefdec144a9d782a95e424370fa335bae632540962c0830394ad0133d8818b49da133627bf6315674558
@@ -6,6 +6,7 @@ require 'tictail/faraday_middleware/parse_oj'
6
6
  require 'typhoeus'
7
7
  require 'typhoeus/adapters/faraday'
8
8
 
9
+ require 'tictail/api/version'
9
10
  require 'tictail/api/authenticate'
10
11
  require 'tictail/api/ping'
11
12
  require 'tictail/helper'
@@ -15,6 +16,7 @@ require 'tictail/api/customer'
15
16
 
16
17
 
17
18
 
19
+
18
20
  module Tictail
19
21
  class Client
20
22
  include Tictail::Helper
@@ -96,4 +98,4 @@ module Tictail
96
98
  end
97
99
 
98
100
  class InvalidParams < Exception; end
99
- end
101
+ end
@@ -1,5 +1,5 @@
1
1
  module Tictail
2
2
  module Api
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tictail-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alon Braitstein
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-01 00:00:00.000000000 Z
11
+ date: 2013-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler