Skip to content

Commit

Permalink
Include examples in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Monica McArthur authored and ryanmoran committed Apr 11, 2011
1 parent 11a0bed commit 624f60d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resque-pubsub.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'resque-pubsub'
s.version = '0.1.1'
s.version = '0.1.2'
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = 'A Resque plugin that provides a lightweight publish/subscribe messaging system.'
s.homepage = 'http://github.com/mechaferret/resque-pubsub'
Expand All @@ -9,6 +9,7 @@ Gem::Specification.new do |s|
s.has_rdoc = false

s.files = %w(README.md Rakefile MIT-LICENSE HISTORY.md)
s.files += Dir.glob('examples/**/*')
s.files += Dir.glob('lib/**/*')
s.files += Dir.glob('test/**/*')

Expand Down

0 comments on commit 624f60d

Please sign in to comment.