iso-iban_validation 0.0.1 → 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: 13c63db8660b9cf1d56377ae6f017524702c57f9
4
- data.tar.gz: 3a735b375b17f07fabe0e31d99cf95fe41cad9b3
3
+ metadata.gz: 3ba9f58bccdaf6013d067f93663471d279ba4c91
4
+ data.tar.gz: f307f5b16196cf70fa19c9eddf49cca286696500
5
5
  SHA512:
6
- metadata.gz: 6fb3704499194553a830819ab5bf32fa8b29e0a14fb2bfd1f68030a76cee743ec2cfbd7e2402d6aa46c49de359d9d6d1f8cc7524ae5205bbd4cf8688eed0b78c
7
- data.tar.gz: 57e9be95220c2c29d3d39bc94f6605654ed502f6b4a7e2fe0f39e40a3af72ecaaa1110b97712baf6f6e7394ff2f422067161bd08a7aa025c340284767a83a0ad
6
+ metadata.gz: da837e878ff8724ca3da64aed3460d8a85669ffd9caf279d0bc89f1d6c3f3ce64ed38bdaadd18e24c39d0f61d86b5b6285a7cdccfed4093fbdc73c9f495c9079
7
+ data.tar.gz: 04a91751cac328b975262e8d89c0a80a8d1230c7d535ec5c4b9d08cd221202687ecb8dba29445ad59e74daac76b34ef192060a9b48e1d6ef16915551ce84e8a4
data/Rakefile CHANGED
@@ -18,7 +18,7 @@ rule /^version:bump:.*/ do |t|
18
18
 
19
19
  sh "rake install && git add #{file} && git commit -m 'Bump version to #{new_version}'"
20
20
 
21
- Rake::Task['release'].execute
21
+ Rake::Task['release'].invoke
22
22
  end
23
23
 
24
24
  desc "Show current version"
@@ -17,6 +17,6 @@ module ActiveModel::Validations::HelperMethods
17
17
  validates_with IbanValidator, _merge_attributes(attr_names)
18
18
  end
19
19
 
20
- alias_method :validates_iban_format_of, :validates_iban_of
20
+ alias_method :validates_iban_of, :validates_iban_format_of
21
21
 
22
22
  end
@@ -1,5 +1,5 @@
1
1
  module Iso
2
2
  module IbanValidation
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iso-iban_validation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Simecek