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 25dff66 commit 55d19f9Copy full SHA for 55d19f9
lib/redmine_plugin_kit/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module RedminePluginKit
4
- VERSION = '1.0.4'
+ VERSION = '1.0.5'
5
end
redmine_plugin_kit.gemspec
@@ -16,9 +16,10 @@ Gem::Specification.new do |spec|
16
spec.homepage = 'https://github.com/alphanodes/redmine_plugin_kit'
17
spec.license = 'GPL-2.0'
18
19
- spec.files = `git ls-files -z`.split("\x0").reject do |f|
20
- f.match %r{^((test|spec|features)/|Gemfile)}
+ spec.files = Dir['**/*'].reject do |f|
+ f.match %r{^((doc|test|node_modules)/|Rakefile|Gemfile|Gemfile\.lock|redmine_plugin_kit\.gemspec|package\.json|yarn\.lock)}
21
22
+
23
spec.require_paths = ['lib']
24
spec.required_ruby_version = '>= 2.7'
25
0 commit comments