Skip to content

Commit

Permalink
Include config dir files in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
David North committed Sep 7, 2010
1 parent 12b2c18 commit b165b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spree_volume_pricing.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '3.0.0'
version = '3.0.1'

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
Expand All @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'Allow prices to be configured in quantity ranges for each variant'
s.required_ruby_version = '>= 1.8.7'

s.files = Dir['README.markdown', 'lib/**/*']
s.files = Dir['README.markdown', 'lib/**/*', 'app/**/*', 'config/*']
s.require_path = 'lib'
s.requirements << 'none'

Expand Down

0 comments on commit b165b20

Please sign in to comment.