bank-validator 0.2.4 → 0.2.5

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: 2e41b6d28c648b00b2b22cbad01b8a17c9785275
4
- data.tar.gz: a073c8689c08699d4b74ecb792c0b0540deca21c
3
+ metadata.gz: facd0fa64440463997e92a2a2ba83a60200bb8f6
4
+ data.tar.gz: d9efc05d5b615fd8f770192fd85674c89848e7df
5
5
  SHA512:
6
- metadata.gz: 0e39c283bfb49c3669421e97e786c737b27e9878f24ee3acc32f2469e95f02ac5903b70eb2feff9e59da8a8173db5579b08c707dbaebf7f970226e50402fb272
7
- data.tar.gz: 21552b87c6b9f6169aaa1972bbdd6ef9bc54329adb2a6d1d04c9eaa8706ef3af9a2d568d0b02c63df2411841f09a044382d66d2a839aef1b77c9694478e0cb40
6
+ metadata.gz: 5e1d1e82fb24d17c0205e60d53f0fd9a320f32bbaa1bde188721d3db6ec92e6485af66d4e38c8a2dfe71370872f71d46e54a973595dba88c8f1ec5834c8ea334
7
+ data.tar.gz: bcc36d85a3d0ff0e4f48ae49098e9d5389acc21385504cd3333a1ba883c9bbcb2a79199aae976cf583d8838e6c40ca49f1bc098309b703b6dd25c953bd1fca25
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.1.0
4
+ - 1.9.3
5
+ - 1.8.7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bank-validator 0.2.4 ruby lib
5
+ # stub: bank-validator 0.2.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bank-validator"
9
- s.version = "0.2.4"
9
+ s.version = "0.2.5"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Adam Bahlke"]
14
- s.date = "2015-04-01"
14
+ s.date = "2015-04-14"
15
15
  s.description = "Validates IBAN and BIC account numbers. Still a work in progress"
16
16
  s.email = "adam.bahlke@hitfoxgroup.com"
17
17
  s.extra_rdoc_files = [
@@ -20,6 +20,7 @@ Gem::Specification.new do |s|
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
23
+ ".travis.yml",
23
24
  "Gemfile",
24
25
  "Gemfile.lock",
25
26
  "LICENSE.txt",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bank-validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Bahlke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-01 00:00:00.000000000 Z
11
+ date: 2015-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -117,6 +117,7 @@ extra_rdoc_files:
117
117
  - README.md
118
118
  files:
119
119
  - .document
120
+ - .travis.yml
120
121
  - Gemfile
121
122
  - Gemfile.lock
122
123
  - LICENSE.txt