ggoodale-attr_private 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/attr_private.rb +1 -2
  2. metadata +1 -1
data/lib/attr_private.rb CHANGED
@@ -27,7 +27,6 @@ module AttrPrivate
27
27
  end
28
28
  raise ActiveRecord::ActiveRecordError, "Unknown field #{field}" if column.nil?
29
29
 
30
- puts "protecting #{field}"
31
30
  # prevent bulk assignment
32
31
  attr_protected field
33
32
 
@@ -63,4 +62,4 @@ end
63
62
 
64
63
  class ActiveRecord::Base
65
64
  include AttrPrivate
66
- end
65
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ggoodale-attr_private
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grant Goodale