ibanomat 0.0.2 → 0.0.3

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: c57fd3363cd761f674e615050240a1791a472d9b
4
- data.tar.gz: 7e4bf8964a263be58bc05635bdd81a5584948708
3
+ metadata.gz: 3f5f1bfa20c5af8ddc3e591e42b8364f91e313d8
4
+ data.tar.gz: b790004707a5dbeaf96a1a64577680902b4b587d
5
5
  SHA512:
6
- metadata.gz: 90b70fcf788bd171e77f64d1447c78f8dd417845bda0adde97872ede5c6b3481d991c85e7f4bab9feaaa2f66af21ba6488865b6ceded66c712853e1b73ca6ed9
7
- data.tar.gz: 89f13542ce29d08c7fb16df4dabf56e258a8a3101facf83f042ca98e5193c7386d3a88afac81b5761d0be53f55259e73b0690618b8ddab81d84ecf2bf8e8994b
6
+ metadata.gz: 28e3ff1caee316103608a3ca1289258526f34fc58fb56b6b0f21eb5080ea033c610782bb8a0e5a2f6759132e61b96ad4f97b06e651726cff40453610ec98ab6c
7
+ data.tar.gz: db9274ac7b509dfdbd36777366b0a5974b9abbdc7b919405553b72b98eb687b8edad341f7fd3eeb4f074507e62161742149e715a3562257f65a345ffc6079a2f
@@ -7,7 +7,6 @@ module Ibanomat
7
7
  def self.find(options)
8
8
  raise ArgumentError.new unless options.is_a?(Hash)
9
9
  raise ArgumentError.new('Option :bank_code is missing!') if options[:bank_code].empty?
10
- raise ArgumentError.new('Option :bank_code_number is missing!') if options[:bank_account_number].empty?
11
10
 
12
11
  response = RestClient.get URL, {
13
12
  :params => {
@@ -1,3 +1,3 @@
1
1
  module Ibanomat
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibanomat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Ledermann
@@ -112,7 +112,7 @@ files:
112
112
  - lib/ibanomat.rb
113
113
  - lib/ibanomat/client.rb
114
114
  - lib/ibanomat/version.rb
115
- - spec/ibanomat_spec.rb
115
+ - spec/client_spec.rb
116
116
  - spec/spec_helper.rb
117
117
  homepage: http://github.com/ledermann/ibanomat
118
118
  licenses:
@@ -139,5 +139,5 @@ signing_key:
139
139
  specification_version: 4
140
140
  summary: Wrapper for a web service to calculate the IBAN of german bank account numbers
141
141
  test_files:
142
- - spec/ibanomat_spec.rb
142
+ - spec/client_spec.rb
143
143
  - spec/spec_helper.rb