Skip to content

Commit

Permalink
added missing configuration directory to gem file
Browse files Browse the repository at this point in the history
  • Loading branch information
mechanoid committed Oct 11, 2013
1 parent 775d745 commit fd54895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/toppings/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: utf-8
module Toppings
VERSION = '0.0.7'
VERSION = '0.0.8'
end
1 change: 1 addition & 0 deletions toppings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.files = %w(LICENSE.txt README.md toppings.gemspec)
spec.files += Dir.glob("config/**/*")
spec.files += Dir.glob("bin/**/*")
spec.files += Dir.glob("lib/**/*.rb")

Expand Down

0 comments on commit fd54895

Please sign in to comment.