simple_model 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,7 +86,7 @@ module SimpleModel
86
86
  def has_ints(*attrs)
87
87
  options = attrs.extract_options!
88
88
  attrs.each do |attr|
89
- attr_accessor reader
89
+ attr_reader attr
90
90
  define_reader_with_options(attr,options)
91
91
 
92
92
  define_method("#{attr.to_s}=") do |val|
@@ -1,3 +1,3 @@
1
1
  module SimpleModel
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joshua T Mckinney