Skip to content

Commit

Permalink
Add additional paths to gem
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Sep 25, 2019
1 parent e1de8e7 commit c273500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/zizia/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zizia
VERSION = '4.0.2.alpha.01'
VERSION = '4.0.3.alpha.01'
end
4 changes: 2 additions & 2 deletions zizia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |gem|
gem.summary = 'Hyrax importers.'
gem.license = 'Apache-2.0'
gem.files = %w[README.md] +
Dir.glob('lib/**/*.rb')
gem.require_paths = %w[lib]
Dir.glob('{app,config,db,lib}/**/*}')
gem.require_paths = ['.']

gem.required_ruby_version = '>= 2.3.4'

Expand Down

0 comments on commit c273500

Please sign in to comment.