Skip to content

Commit

Permalink
Updated version to 0.1.1
Browse files Browse the repository at this point in the history
Updated docs.
  • Loading branch information
suranyami committed Jul 28, 2011
1 parent f905294 commit 099f663
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 0.1.0 (2011-07-28)

* Fixed options for current delayed_job version (from dbloete)
* Environment settings needed to be passed in via RAILS_ENV=

## 0.0.9 (2011-06-22)

* Fixed argument passing to the start script
Expand Down
13 changes: 10 additions & 3 deletions README.markdown
Expand Up @@ -39,6 +39,10 @@ being active.
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change
you make.

## Testing the gem locally

gem install guard-delayed-0.1.1.gem

## Building and deploying gem

* Update the version number in `lib/guard/delayed/version.rb`
Expand All @@ -47,14 +51,17 @@ you make.

gem build guard-delayed.gemspec

*
* Push to rubygems.org:

gem push guard-delayed-0.1.1.gem


## Authors

[David Parry](http://github.com/suranyami)
[David Parry](https://github.com/suranyami)
[Dennis Reimann](https://github.com/dbloete)

This gem is based on [Guard::WEBrick](http://github.com/fnichol/guard-webrick).
Ideas for this gem came from [Guard::WEBrick](http://github.com/fnichol/guard-webrick).

## Note

Expand Down
2 changes: 1 addition & 1 deletion lib/guard/delayed/version.rb
@@ -1,5 +1,5 @@
module Guard
module DelayedVersion
VERSION = "0.0.9"
VERSION = "0.1.1"
end
end

0 comments on commit 099f663

Please sign in to comment.