Skip to content

Commit

Permalink
fix file list in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Nov 16, 2015
1 parent 60988fd commit ff1ed4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configstruct.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/mose/configstruct"
spec.license = "MIT"

spec.files = ['lib/configstruct.rb']
spec.files = ['lib/configstruct.rb','README.md','CHANGELOG.md','LICENSE.txt']
spec.executables = []
spec.test_files = ['spec/spec_helper.rb','spec/lib/configstruct_spec.rb','/spec/files/config.yml']
spec.require_paths = ['lib']
Expand Down

0 comments on commit ff1ed4f

Please sign in to comment.