attr_readwrite 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ module AttrReadwrite
8
8
 
9
9
  module ClassMethods
10
10
 
11
- def attr_readwrite( attr_names )
11
+ def attr_readwrite( *attr_names )
12
12
  readwrite_attr_names = Array( attr_names ).map( &:to_s )
13
13
  attr_readonly *(column_names - readwrite_attr_names - %w(id))
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module AttrReadwrite
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attr_readwrite
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - C. Jason Harrelson
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-26 00:00:00 Z
18
+ date: 2012-05-01 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: gem-dandy