We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7855bc commit a09a887Copy full SHA for a09a887
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# v0.0.2 (2017-01-27)
2
+
3
+## New Features
4
+- Apply size validator to every value that respond to `:size` (nepalez)
5
6
+[Compare v0.0.1...v0.0.2](https://github.com/tram-rb/tram-validators/compare/v0.0.1...v0.0.2)
7
8
+# v0.0.1
9
10
+This is the very first public release.
tram-validators.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "tram-validators"
- gem.version = "0.0.1"
+ gem.version = "0.0.2"
gem.author = "Andrew Kozin (nepalez)"
gem.email = "[email protected]"
gem.homepage = "https://github.com/tram-rb/tram-validators"
0 commit comments