kashflow_soap 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. data/lib/kashflow_soap.rb +1 -1
  2. metadata +3 -2
data/lib/kashflow_soap.rb CHANGED
@@ -1,4 +1,3 @@
1
- require "exceptions.rb"
2
1
 
3
2
  class KashflowSoap
4
3
 
@@ -94,4 +93,5 @@ class KashflowSoap
94
93
  call m, message
95
94
  end
96
95
 
96
+ class KashflowAuthenticationError < StandardError; end
97
97
  end
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kashflow_soap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ed Clements
9
+ - Stephan Yu
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2015-05-01 00:00:00.000000000 Z
13
+ date: 2015-09-29 00:00:00.000000000 Z
13
14
  dependencies: []
14
15
  description:
15
16
  email: ed.clements@gmail.com