effective_bootstrap 0.0.17 → 0.0.18

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: 814a8b4e6bdf2467b24d3da74f3bb1e9087498a2
4
- data.tar.gz: d4cb17d21b10ad278917c6ccca0c7b74917b6633
3
+ metadata.gz: b3b6ef4fe931ad243f198b3af961ffa7b4b1eb97
4
+ data.tar.gz: 3edf36f1a409b659a6c6682bee0cda9f622d5341
5
5
  SHA512:
6
- metadata.gz: e22c354653c0d974664697e82bd28d4de6d43e7c1bc9da020c8d621efa3038f688f1c4c06b145101f7f7bdbfdc0f944fead4d3b01e632dd47a586ab7bb712702
7
- data.tar.gz: 83d363deff4e780b5605a052fd6d70294d29fb7be34e23393222e6003cd5f3ef2c5ff4d3b39ea706cac6d66fe3f68e815df91fe63d9f154c03363cc484db11f0
6
+ metadata.gz: 6dd2123f7bc8e43837880d3683f0733089ee28adef41e5a0fd6e0c2ab40b62fa21e350b1fa4e07bb3bee19a1c7b184a929ca0f5f199dd77b47f506f45436984c
7
+ data.tar.gz: 310336dffb53adc85109673855b3eacf1c4ea69684cab17b254860dd4035ac91b9c9d20008b26eae87098c37612ed78f4a25cd3d1854cdb14d8b07734dc3d542
data/README.md CHANGED
@@ -444,6 +444,10 @@ The `f.save` is purely a input submit button.
444
444
 
445
445
  MIT License. Copyright [Code and Effect Inc.](http://www.codeandeffect.com/)
446
446
 
447
+ [Feather icons](https://github.com/feathericons/feather#license) are licensed under the [MIT License](https://opensource.org/licenses/MIT).
448
+
449
+ [FontAwesome icons](https://fontawesome.com/license) are licensed under the [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/) and require this attribution.
450
+
447
451
  ## Credits
448
452
 
449
453
  The authors of this gem are not associated with any of the awesome projects used by this gem.
@@ -25,7 +25,7 @@ module EffectiveBootstrap
25
25
  end
26
26
 
27
27
  def self.authorize!(controller, action, resource)
28
- raise Effective::AccessDenied unless authorized?(controller, action, resource)
28
+ raise Effective::AccessDenied.new('Access Denied', action, resource) unless authorized?(controller, action, resource)
29
29
  end
30
30
 
31
31
  end
@@ -1,3 +1,3 @@
1
1
  module EffectiveBootstrap
2
- VERSION = '0.0.17'.freeze
2
+ VERSION = '0.0.18'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-18 00:00:00.000000000 Z
11
+ date: 2018-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails