Skip to content

Commit b5d9bbd

Browse files
committed
Include config directory when building gem.
1 parent 07c0560 commit b5d9bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sync.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.homepage = "http://github.com/chrismccord/sync"
77
s.summary = "Realtime Rails Partials"
88
s.description = "Sync turns your Rails partials realtime with automatic updates through Faye"
9-
s.files = Dir["{app,lib,test}/**/*", "[A-Z]*", "init.rb"] - ["Gemfile.lock"]
9+
s.files = Dir["{app,config,lib,test}/**/*", "[A-Z]*", "init.rb"] - ["Gemfile.lock"]
1010
s.require_path = "lib"
1111

1212
s.add_dependency 'em-http-request'

0 commit comments

Comments
 (0)