We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c7339 commit 0fa8d89Copy full SHA for 0fa8d89
action_policy.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
spec.homepage = "https://github.com/palkan/action_policy"
14
spec.license = "MIT"
15
16
- spec.files = Dir.glob("lib/**/*") + %w[README.md LICENSE.txt CHANGELOG.md]
+ spec.files = Dir.glob("lib/**/*") + Dir.glob("lib/.rbnext/**/*") + %w[README.md LICENSE.txt CHANGELOG.md]
17
18
spec.metadata = {
19
"bug_tracker_uri" => "http://github.com/palkan/action_policy/issues",
lib/action_policy/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ActionPolicy
4
- VERSION = "0.5.0"
+ VERSION = "0.5.1"
5
end
0 commit comments