trustly-client-ruby 0.1.78 → 0.1.81

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: 7cc697919e415a62fcc2981db206bed108214d34
4
- data.tar.gz: d72ab0f505ee115f90252f8383ee8ddfa1f24886
3
+ metadata.gz: 7bfd443df427800b6914ade8437876d8a3436a48
4
+ data.tar.gz: fca6e8f1ce0a4a8eb20b15dd7186c389a303f52d
5
5
  SHA512:
6
- metadata.gz: 0ffc51c6ef37c257b996285f8fd77c64826b8b02bb9be2ee41f43c128b857170d316840c35022dfb66579ae7f85155ec31b89a886fc0f6c564c72f9d53e8fc55
7
- data.tar.gz: 4e5f8781e5c1b327467c4b8da82b4123311c3c135411b46413433ebb173f6b8eca92a1b8f49715967d06e11a22041677e5c5d3afd61872dff4617e887011b17d
6
+ metadata.gz: 5e40e7df280ba842004515de979ff1976f7004ca7f322db696d629ee516dec6daf1aa628b31fef762fb337ed932ef56239c55086977c4847394d1aac3be460bd
7
+ data.tar.gz: 47821655361d591fcf1e183d469e5be02a8864c423e5b13425b81edb936bee484d0d2c15ca78e90b7d024fe96f8f85b6cefe1efe07c1cf57875717cff24da9ee
@@ -1,3 +1,3 @@
1
1
  module Trustly
2
- VERSION = "0.1.78"
2
+ VERSION = "0.1.81"
3
3
  end
data/lib/trustly.rb CHANGED
@@ -14,7 +14,7 @@ require "trustly/data/response"
14
14
  require "trustly/data/jsonrpc_request"
15
15
  require "trustly/data/jsonrpc_response"
16
16
  require "trustly/data/jsonrpcnotification_request"
17
- require "trustly/data/jsonrpcnotification_request"
17
+ require "trustly/data/jsonrpcnotification_response"
18
18
 
19
19
  require "trustly/api"
20
20
  require "trustly/api/signed"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trustly-client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.78
4
+ version: 0.1.81
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Carretie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-01 00:00:00.000000000 Z
11
+ date: 2015-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -66,7 +66,6 @@ files:
66
66
  - lib/trustly/exception/jsonrpc_version_error.rb
67
67
  - lib/trustly/exception/signature_error.rb
68
68
  - lib/trustly/version.rb
69
- - lib/trustly/version.rb~
70
69
  homepage: https://github.com/jcarreti/trusty-client-ruby
71
70
  licenses:
72
71
  - MIT
@@ -1,3 +0,0 @@
1
- module Trustly
2
- VERSION = "0.1.75"
3
- end