vyapari 0.1.2 → 0.1.3

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: d006df2674c43ad9574cab24b2c4ef7513c454fb
4
- data.tar.gz: ec052665c8a422b6508c445b7880d7ad6329740d
3
+ metadata.gz: 438d588e94b76a0b52e4cb83142eba5d47bde3d9
4
+ data.tar.gz: 0ce07964bcc396edc5f19ea2c1b19f142c52a9bf
5
5
  SHA512:
6
- metadata.gz: 7780681f712a59abf97d70958e759459ac21145ddd61f9f18eafedb7158749b52c7e8df4d13930ccf21835714cba1d65f97424f02359251eb7dd8331ac237a3a
7
- data.tar.gz: 181608894147938d5d95b1a5d0aac40a1990078b01a5ce029da8d7423db8384fb334c6beee236c2ef439d470735103dbf7bb2274d6624abf21944d253e75787d
6
+ metadata.gz: 3e4aa7b2ef39f1509e15f856f604d6ee4eb8e35e4c94add0a5ba29a9247c5afe67b5655595e371acf8a3cbfbdab427d47a3c571d6a3d75f4d02a51213282abda
7
+ data.tar.gz: 10d9b75018dd59992dfe31e2d91776b59ae764e86cdd4fe435e948c9216850639443fc8537e94d9f528aef222c1661f999a29169705a8d3284edcf2f7c567046
@@ -15,7 +15,6 @@ class Category < Vyapari::ApplicationRecord
15
15
  before_validation :update_permalink
16
16
 
17
17
  # Validations
18
- extend PoodleValidators
19
18
  validates :name, presence: true
20
19
  validates :one_liner, presence: false
21
20
  validates :status, :presence=> true, :inclusion => {:in => STATUS_HASH_REVERSE.keys, :presence_of => :status, :message => "%{value} is not a valid status" }
@@ -1,3 +1,3 @@
1
1
  module Vyapari
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vyapari
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kpvarma