slim_form_object 0.5.12 → 0.5.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 65ea4ca83371f7e8160b4ff78fb558fe7da324d5
4
- data.tar.gz: 662a2bc3d9994196251bb5b8f69223b5576fdb22
3
+ metadata.gz: 08415906154c7a4e386d9294d708acac0cc2afe0
4
+ data.tar.gz: 6afcece85875f2388fcac37b1cf904a62492b4db
5
5
  SHA512:
6
- metadata.gz: 1d8932b81d08ae88bbe6a8116765d1869a35a2fa786ed5780c3ff317e1aead1fd9bc574a3d6549045dcdb5fc054bc95a36be3c072c649f48d70aeefa6efdb2c8
7
- data.tar.gz: 05674696c88d1174419c52d0d8239ce73854319b80a724fc0fdc7b71d82524b69db6292690d48ab9257dd618ab86bb1885af9db8f568ea57d1e2bc40737e084a
6
+ metadata.gz: 048b844bd6610e2886d9300484fb8f959dfc68cd704b4d45ae4cee8b8a271bf3ca49d7ca917ecef7bceb750049ff541654df5583f9cac6302837fb4fc4d776c9
7
+ data.tar.gz: 06f1bcd3814b9374a2e4fe40ad5bcc983d39c3b7ca088fd2a1e0660fd7541122aab716daea8e94da3f0d846effbbc1ec15392592d13a41f3f9dea78a736bd990
@@ -47,6 +47,7 @@ module SlimFormObject
47
47
  def submit
48
48
  update_attributes
49
49
  update_attributes_for_collection
50
+ self
50
51
  end
51
52
 
52
53
  alias_method :apply_parameters, :submit
@@ -1,3 +1,3 @@
1
1
  module SlimFormObject
2
- VERSION = "0.5.12"
2
+ VERSION = "0.5.14"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slim_form_object
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.12
4
+ version: 0.5.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - woodcrust
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-31 00:00:00.000000000 Z
11
+ date: 2016-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel