geti 0.2.0 → 0.3.0
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.
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/lib/geti/client.rb +2 -2
- metadata +4 -7
- data/doc/Application Gateway Doc.pdf +0 -0
- data/doc/Auth Gateway Doc.pdf +0 -0
- data/doc/Auth Gateway Implementation Guide.pdf +0 -0
data/Rakefile
CHANGED
@@ -21,6 +21,7 @@ Jeweler::Tasks.new do |gem|
|
|
21
21
|
gem.description = %Q{API wrapper for GETI, an ACH provider}
|
22
22
|
gem.email = "jamie@tracefunc.com"
|
23
23
|
gem.authors = ["Jamie Macey"]
|
24
|
+
gem.files.exclude "doc/*.pdf"
|
24
25
|
# dependencies defined in Gemfile
|
25
26
|
end
|
26
27
|
Jeweler::RubygemsDotOrgTasks.new
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.3.0
|
data/lib/geti/client.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: geti
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 3
|
9
9
|
- 0
|
10
|
-
version: 0.
|
10
|
+
version: 0.3.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jamie Macey
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-10-
|
18
|
+
date: 2012-10-22 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: savon
|
@@ -140,9 +140,6 @@ files:
|
|
140
140
|
- VERSION
|
141
141
|
- config/test_credentials.yml.example
|
142
142
|
- doc/.DS_Store
|
143
|
-
- doc/Application Gateway Doc.pdf
|
144
|
-
- doc/Auth Gateway Doc.pdf
|
145
|
-
- doc/Auth Gateway Implementation Guide.pdf
|
146
143
|
- doc/implementation_notes.md
|
147
144
|
- doc/readme.txt
|
148
145
|
- lib/geti.rb
|
Binary file
|
data/doc/Auth Gateway Doc.pdf
DELETED
Binary file
|
Binary file
|