rasti-app 0.1.0 → 0.1.1

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: edae59be0d7499ad3406156a73b95dd413f48531
4
- data.tar.gz: 31c7481d48a611637dc7a1316a9cfc40f389029b
3
+ metadata.gz: 327064b6748ef1edbd6dcd3be7bde34b4ad7338b
4
+ data.tar.gz: cf4c7b87193c0731a7c36f09ea04b9b420973589
5
5
  SHA512:
6
- metadata.gz: bff9effab0838d9f97598d7cf1d9714ef29db16243ffe9420cc5669433f1552c8fd5504cd57c2c2997ef4a3f312a22fb6b0c9e6c630b95c4a9e7bf389f4b170f
7
- data.tar.gz: b1d5af029e47c20b261a2ab1649ed7e0dd8966d2b51b6e1be2519641016e6557c9c28710068353917e76bde5dc781480d497e0d7d0aa5a9b5755a2925e0a26f5
6
+ metadata.gz: 6698a28a12aa11756d0b96ece34937b71c7705148b88d2b7700f46292821d43d7f68d69d3fdbeba558e661600535c131d9a72a451dd85f0cfa989c9abe248f17
7
+ data.tar.gz: 27ad5a9edef6c750ecfd6f4473a2ee8a1af64acd6a1d567afaa963f0be976afc6ea513c5f0ca918ab8676aa736de658bc8540afc207ec8065b8183012e6a35ab
@@ -34,6 +34,10 @@ module Rasti
34
34
  !asynchronic?
35
35
  end
36
36
 
37
+ def form_attributes
38
+ interaction.const_defined?(:Form) ? interaction.const_get(:Form).attributes : {}
39
+ end
40
+
37
41
  end
38
42
 
39
43
 
@@ -1,5 +1,5 @@
1
1
  module Rasti
2
2
  class App
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rasti-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Naiman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-05 00:00:00.000000000 Z
11
+ date: 2018-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inflecto