trustly-client-ruby 0.1.3 → 0.1.4

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: acb6c9ed9aa45d1f533045e077fa17d7200c070b
4
- data.tar.gz: 12ad9b126af3c9c6b8f37b57c359e53de9e339b4
3
+ metadata.gz: f1a4846460dd4cc700b77fb03cbffeae587da518
4
+ data.tar.gz: 30a7654580026beb888b9d4979a284b660f9e83d
5
5
  SHA512:
6
- metadata.gz: 140eb29b19d3a599e95b94aaaf8b44d9381478216f6166f40ff306943dc8ae12534c2b83ff23e835db42bdbd5da63c50982b683ae3f639a6c4a7defaad996100
7
- data.tar.gz: 9599c081cbd8dd17cc586247a5bfc44fd477404764fc8e6b71c1e59e06694fa3a3f92043022590dd228b79f986025d22f81ca1130f9330f9ed3c13e1d32d3d05
6
+ metadata.gz: 004bd38cb5df4a2f0711c6c84b6487d43e1d8ce9ffb203749e146382824af65d83302e43c7596c1813d618a1e1b431d0117018d73f402ef1c3971bed3f75a311
7
+ data.tar.gz: 3e197a3064ba7a8abf4680ee2eba8ccd57464641644dda90cca271265a7de4f53849b34d5c8f6b76db1513e38de7d51171ef1cbd26e585884fe7f606e644bd30
@@ -1,3 +1,3 @@
1
1
  module Trustly
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module Trustly
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/lib/trustly.rb CHANGED
@@ -1,6 +1,12 @@
1
- require "trustly/exception"
1
+ require "trustly/exception/authentification_error"
2
+ require "trustly/exception/connection_error"
3
+ require "trustly/exception/data_error"
4
+ require "trustly/exception/jsonrpc_version_error"
5
+ require "trustly/exception/signature_error"
6
+
2
7
  require "trustly/data"
3
8
  require "trustly/api"
9
+ require "trustly/api/signed"
4
10
  require "trustly/version"
5
11
 
6
12
  module Trustly
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trustly-client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Carretie