Skip to content

Commit 8c284bf

Browse files
committed
update
1 parent 5c80633 commit 8c284bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+16
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions

Steepfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
target :app do
44
signature 'sig'
5-
check 'lib'
5+
check 'src'
66
ignore 'test'
77
end

puremvc.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
1010
spec.homepage = 'https://github.com/puremvc/puremvc-ruby-multicore-framework'
1111
spec.license = 'BSD-3-Clause'
1212

13-
spec.files = Dir.glob('lib/**/*.rb') + %w[README.md LICENSE CHANGELOG.md] + Dir.glob('sig/**/*.rbs')
14-
spec.require_paths = ['lib']
13+
spec.files = Dir.glob('src/**/*.rb') + %w[README.md LICENSE CHANGELOG.md] + Dir.glob('sig/**/*.rbs')
14+
spec.require_paths = ['src']
1515
spec.metadata = {
1616
'steep_types' => 'sig',
1717
'github_repo' => 'https://github.com/puremvc/puremvc-ruby-multicore-framework',
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)