Skip to content

Commit 6b082a0

Browse files
committed
Bump to 1.5.1 to fix UPS tracking number's validation
1 parent 774016d commit 6b082a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

activevalidators.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $:.unshift lib unless $:.include?(lib)
44

55
Gem::Specification.new do |s|
66
s.name = "activevalidators"
7-
s.version = '1.5.0'
7+
s.version = '1.5.1'
88
s.platform = Gem::Platform::RUBY
99
s.authors = ["Franck Verrot", "Paco Guzmán", "Oriol Gual", "Garrett Bjerkhoel", "Renato Riccieri Santos Zannon", "Brian Moseley"]
1010
s.email = ["[email protected]"]
@@ -20,6 +20,7 @@ Gem::Specification.new do |s|
2020
s.add_dependency 'activemodel' , '~> 3.0.0'
2121
s.add_dependency 'mail' , '~> 2.2.15'
2222
s.add_dependency 'date_validator', '~> 0.6.1'
23+
s.add_dependency 'date_validator', '~> 0.6.1'
2324

2425
s.files = `git ls-files`.split("\n")
2526
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

0 commit comments

Comments
 (0)