commerce-bank-client 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
data/LICENSE ADDED
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2010 Alex McHale (alexmchale@gmail.com)
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
data/Manifest CHANGED
@@ -1,3 +1,4 @@
1
+ LICENSE
1
2
  Manifest
2
3
  README.markdown
3
4
  Rakefile
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new("commerce-bank-client", "1.1.0") do |p|
5
+ Echoe.new("commerce-bank-client", "1.1.1") do |p|
6
6
 
7
7
  p.description = "An interface to the Commerce Bank website (https://banking.commercebank.com)."
8
8
  p.url = "http://github.com/alexmchale/commerce-bank-client"
@@ -12,5 +12,6 @@ Echoe.new("commerce-bank-client", "1.1.0") do |p|
12
12
  p.runtime_dependencies = []
13
13
  p.development_dependencies = []
14
14
  p.require_signed = true
15
+ p.use_sudo = false
15
16
 
16
17
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{commerce-bank-client}
5
- s.version = "1.1.0"
5
+ s.version = "1.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Alex McHale"]
@@ -10,8 +10,8 @@ Gem::Specification.new do |s|
10
10
  s.date = %q{2010-09-02}
11
11
  s.description = %q{An interface to the Commerce Bank website (https://banking.commercebank.com).}
12
12
  s.email = %q{alexmchale@gmail.com}
13
- s.extra_rdoc_files = ["README.markdown", "lib/commerce-bank-client.rb", "lib/commercebank.rb", "lib/commercebank/monkey.rb"]
14
- s.files = ["Manifest", "README.markdown", "Rakefile", "lib/commerce-bank-client.rb", "lib/commercebank.rb", "lib/commercebank/monkey.rb", "test/commerce_bank_client_test.rb", "test/monkeypatch_test.rb", "test/test_helper.rb", "commerce-bank-client.gemspec"]
13
+ s.extra_rdoc_files = ["LICENSE", "README.markdown", "lib/commerce-bank-client.rb", "lib/commercebank.rb", "lib/commercebank/monkey.rb"]
14
+ s.files = ["LICENSE", "Manifest", "README.markdown", "Rakefile", "lib/commerce-bank-client.rb", "lib/commercebank.rb", "lib/commercebank/monkey.rb", "test/commerce_bank_client_test.rb", "test/monkeypatch_test.rb", "test/test_helper.rb", "commerce-bank-client.gemspec"]
15
15
  s.homepage = %q{http://github.com/alexmchale/commerce-bank-client}
16
16
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Commerce-bank-client", "--main", "README.markdown"]
17
17
  s.require_paths = ["lib"]
@@ -9,7 +9,6 @@ require 'time'
9
9
  require 'date'
10
10
  require 'json'
11
11
  require 'htmlentities'
12
- require 'gmail'
13
12
  require 'appconfig'
14
13
  require 'commercebank/monkey.rb'
15
14
 
data/lib/commercebank.rb CHANGED
@@ -9,7 +9,6 @@ require 'time'
9
9
  require 'date'
10
10
  require 'json'
11
11
  require 'htmlentities'
12
- require 'gmail'
13
12
  require 'appconfig'
14
13
  require 'commercebank/monkey.rb'
15
14
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commerce-bank-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex McHale
@@ -47,11 +47,13 @@ executables: []
47
47
  extensions: []
48
48
 
49
49
  extra_rdoc_files:
50
+ - LICENSE
50
51
  - README.markdown
51
52
  - lib/commerce-bank-client.rb
52
53
  - lib/commercebank.rb
53
54
  - lib/commercebank/monkey.rb
54
55
  files:
56
+ - LICENSE
55
57
  - Manifest
56
58
  - README.markdown
57
59
  - Rakefile
metadata.gz.sig CHANGED
Binary file