Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
bump version and add basic developer instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbintz committed Dec 1, 2011
1 parent 5d50457 commit ab19946
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,19 @@ Run your specs at sonic boom speed! No pesky reload button or page rendering slo
http://johnbintz.github.com/jasmine-headless-webkit/ has the most up-to-date information on using
this project. You can see the source of that site on the gh-pages branch.

## For those who want to hack on the project...

The best way to get everything running that you need for development and testing is
to use Guard:

``` bash
bundle install
bundle exec guard
... build Qt runner ...
... compile CoffeeScript to JS ...
... run RSpec and JHW ...
```

## License

* Copyright (c) 2011 John Bintz
Expand Down
2 changes: 1 addition & 1 deletion lib/jasmine/headless/version.rb
@@ -1,5 +1,5 @@
module Jasmine
module Headless
VERSION = "0.8.0.alpha.1"
VERSION = "0.8.0"
end
end

0 comments on commit ab19946

Please sign in to comment.