tramway-core 1.9.8 → 1.9.8.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
  SHA256:
3
- metadata.gz: 430efd71ac7c88ad99e9f694e9a69275eae2547584aab8304398fa1107980a76
4
- data.tar.gz: da4601abe1d6b27e79908646a9f966430e16b11d4ea720101700d1054efe879f
3
+ metadata.gz: ca6c02f31fe6fdf8fe26a9687f5e40e68926f0c44e251c27323d9c5ac5df6824
4
+ data.tar.gz: 397e746846212f47a3d31e6a0fc2c04cad509b5def36ed2d167eb34159f259ba
5
5
  SHA512:
6
- metadata.gz: 9639e164d342d2a783031a42573985f0f0c9af9877826c8f06c8b60acf7b95482372ea938cde6d2f56d91edef19e3bdf78fbb5cf7ba5eecceb58239bbac9d398
7
- data.tar.gz: 5eeb8adc7c07a0d8a2f7df339c58be45f63ba74d68b1bc34ed08ccf4e5df2b76508b1403dfae7c1574360e647cc6aeaba215a076aa79bd3cf69a1ccbf4a284b6
6
+ metadata.gz: 86a80e91b37690ca38dff6a11a6f8da2690cd03b3ca14c549c7b64ee98e77f866c90e61039f4870ba1331ca489347fd64976499036a0d25304ae9981e3bcad86
7
+ data.tar.gz: 9569972998316231b5386cfe406efb63677f88a146da08bf997e55ee5c9902a62ecfb557f658b24f7f66494ce01d2e8bfc62826214f439854d314637c945daf4
@@ -28,7 +28,7 @@ module Tramway::Core
28
28
  if params
29
29
  save if validate params
30
30
  else
31
- error = Tramway::Error.new(plugin: :core, method: :title, message: ('ApplicationForm::Params should not be nil'))
31
+ error = Tramway::Error.new(plugin: :core, method: :submit, message: ('ApplicationForm::Params should not be nil'))
32
32
  raise error.message
33
33
  end
34
34
  end
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Core
3
- VERSION = '1.9.8'
3
+ VERSION = '1.9.8.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.8
4
+ version: 1.9.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-03 00:00:00.000000000 Z
11
+ date: 2019-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: reform-rails