toast 0.8.12 → 0.8.13

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf0454352fbfd4570f9e2cca9b22b5a5af6a6b33
4
- data.tar.gz: 1d65521194dce398e9f7de27f5f1f80f4596e748
3
+ metadata.gz: b312ad41453a5e1c9d8c38fb0ebfc38d0d1c26fe
4
+ data.tar.gz: c09def11305a4ec61d570f98ef71de7982da41af
5
5
  SHA512:
6
- metadata.gz: 4cd09d5aa85eb63cbe58161704b1ef5c5931f85820451e543619b81428d06be48919a190d0ad2076f0ec2ae4b84546941d5e3711459ada3d104175808ebd2a3e
7
- data.tar.gz: 3e1e2ead0049b65abe1998431af105ee4e09a26f2c64dc45cb5c9850970d50d99243bc79742ed5b19510a95d9032a747e396e744a0f1077fad34219877d565a3
6
+ metadata.gz: 6aad28550213a443d1d8b3d0a8b4f4dbf282f83a1295b90c40f7e3cc1155900aaab227276455f24b5343f6bf6b670cc56d2dabe13bcb3799652a4d799692694d
7
+ data.tar.gz: 42421ba7a9854ce1b8ce0aceaf3c5716fe069ab3e396c90167a895a8a7b84cce0ddcaf4d6b68d38dfbbb86ee61acda3ac9b4f455d8ce8984108f8b93f8eaa819
@@ -44,9 +44,9 @@ module Toast
44
44
  end
45
45
 
46
46
  def writables= arg
47
- @model.attr_accessible *arg
48
47
  @field_comments.merge! ConfigDSL.get_comments(arg, 'rw')
49
48
  @writables.push *ConfigDSL.normalize(arg,"writables")
49
+ @model.attr_accessible *@writables
50
50
  end
51
51
 
52
52
  # args: Array or :all, :except => Array
data/lib/toast/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Toast
2
- VERSION = '0.8.12'
2
+ VERSION = '0.8.13'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.12
4
+ version: 0.8.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - robokopp (Robert Anniés)
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-12 00:00:00.000000000 Z
11
+ date: 2014-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails