usman 0.3.36 → 0.3.37

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
  SHA256:
3
- metadata.gz: 9df94c62fecfdb14d5943c6702b49debe3fcbf7413ca61716abc2af3ec0181c8
4
- data.tar.gz: f79cb718878c740c7caeb391bb299e5cb1d48a32f3e1c21f984d03dc4f7fd953
3
+ metadata.gz: f477c71db3e74b6ca0eadf181cb570369ebf8d4edacec5a991e9c31c3b6ca97b
4
+ data.tar.gz: 304cda4627bc8ef1c33a128823bbdb93bd2df17f86c005e93e613e44727744b9
5
5
  SHA512:
6
- metadata.gz: 7aa9ff8af7165fa9db6cd02166e3a4e150053a31c3b5b9838d9b9abed13ed48cc9ffa98e3806cbefd54e146f32fc99a48a89b4cebda8584a49924d05a292ef28
7
- data.tar.gz: d471d7f99f5be4eb139d4ea33a5b10d406a903a9e4be29c4ff4bf116793105681599e8c4b05331bf80cf8a59f94e7597dfe5190b249af711370faf990ca60280
6
+ metadata.gz: 42a4b2ac554ba3680c2419a1ec095ed17cbf7679d0aa7519856c6ed228f61719a6b8aa0956f8b9771fb19201cb613ccc61db6f8f2408bb426f8a9809ef000e71
7
+ data.tar.gz: 46611cf13c7622d7fdf3ec845be1a24bc08b9f5641ce88cd82f5181a2e23636ebe5cda064f62559206aecd9cf177c939defd05b892590ebe3a7046eb915eec6c
@@ -43,10 +43,6 @@ class Permission < Usman::ApplicationRecord
43
43
 
44
44
  feature = Feature.find_by_name(hsh[:feature].to_s.strip)
45
45
 
46
- unless feature
47
- binding.pry
48
- end
49
-
50
46
  unless feature
51
47
  summary = "Feature '#{hsh[:feature].to_s.strip}' doesn't exist"
52
48
  error_object.errors << { summary: summary }
@@ -1,3 +1,3 @@
1
1
  module Usman
2
- VERSION = '0.3.36'
2
+ VERSION = '0.3.37'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.36
4
+ version: 0.3.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - kpvarma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-18 00:00:00.000000000 Z
11
+ date: 2018-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails