Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin committed Jun 4, 2020
2 parents 934c5f0 + ae15d17 commit e77e0cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions urbanopt-geojson-gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@ Gem::Specification.new do |spec|

spec.summary = 'Library and measures to translate URBANopt GeoJSON format to OpenStudio'
spec.description = 'Library and measures to translate URBANopt GeoJSON format to OpenStudio'
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.homepage = 'https://github.com/urbanopt/urbanopt-geojson-gem'

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|lib.measures.*tests|spec|features)/}) }
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit e77e0cc

Please sign in to comment.