valid_attribute 0.0.4 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/HISTORY +3 -0
  2. data/lib/valid_attribute/version.rb +1 -1
  3. metadata +2 -2
data/HISTORY CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.1.0
2
+ Version bump. API is stable
3
+
1
4
  == 0.0.4
2
5
  fix for multiple should_not values
3
6
 
@@ -1,3 +1,3 @@
1
1
  module ValidAttribute
2
- VERSION = "0.0.4"
2
+ VERSION = "0.1.0"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: valid_attribute
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brian Cardarella
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-05 00:00:00 -04:00
13
+ date: 2011-05-07 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency