Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Aug 29, 2024
1 parent 25dff66 commit 55d19f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/redmine_plugin_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RedminePluginKit
VERSION = '1.0.4'
VERSION = '1.0.5'
end
5 changes: 3 additions & 2 deletions redmine_plugin_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/alphanodes/redmine_plugin_kit'
spec.license = 'GPL-2.0'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
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)}
end

spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.7'

Expand Down

0 comments on commit 55d19f9

Please sign in to comment.