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 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.2.0
1
+ 0.3.0
data/lib/geti/client.rb CHANGED
@@ -3,8 +3,8 @@ require 'httpi'
3
3
 
4
4
  class Geti::Client
5
5
  def initialize(auth, terminal_opts={}, env='test')
6
- @user = auth[:user]
7
- @pass = auth[:pass]
6
+ @user = auth['user']
7
+ @pass = auth['pass']
8
8
  @env = env
9
9
  end
10
10
 
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: 23
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 2
8
+ - 3
9
9
  - 0
10
- version: 0.2.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-19 00:00:00 Z
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
Binary file