Skip to content

Commit

Permalink
Fixing spec to include all files in lib. Releasing 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Mazierski committed Jan 9, 2013
1 parent 09307a9 commit 1dd5e1c
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions wait.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Gem::Specification.new do |s|
s.name = "wait"
s.version = "0.4"
s.date = "2013-01-08"
s.summary = "Executes a block until there's a valid result."
s.authors = ["Todd Mazierski"]
s.email = "todd@paperlesspost.com"
s.files = ["lib/wait.rb"]
s.homepage = "http://github.com/paperlesspost/wait"
require "rake"

Gem::Specification.new do |spec|
spec.name = "wait"
spec.version = "0.4.1"
spec.date = "2013-01-09"
spec.summary = "Executes a block until there's a valid result."
spec.authors = ["Todd Mazierski"]
spec.email = "todd@paperlesspost.com"
spec.files = FileList["lib/**/*.rb"]
spec.homepage = "http://github.com/paperlesspost/wait"
end

0 comments on commit 1dd5e1c

Please sign in to comment.