Skip to content

Commit

Permalink
Releasing 0.4, updating README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Mazierski committed Jan 8, 2013
1 parent 87b2f46 commit 09307a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ The wait gem executes a block until there's a valid (by default, truthy) result.
Add to your `Gemfile`:

```ruby
gem "wait", "~> 0.3.2"
gem "wait", "~> 0.4"
```

## Examples
Expand Down
4 changes: 2 additions & 2 deletions wait.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "wait"
s.version = "0.3.2"
s.date = "2013-01-06"
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"
Expand Down

0 comments on commit 09307a9

Please sign in to comment.