add rake to dev dependencies, add travis-ci status to readme

This commit is contained in:
Javan Makhmali 2011-06-19 10:14:31 -04:00
parent bf679b02a9
commit 89c9148383
2 changed files with 7 additions and 0 deletions

View File

@ -156,3 +156,7 @@ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
----
[![Build Status](http://travis-ci.org/javan/whenever.png)](http://travis-ci.org/javan/whenever)

View File

@ -15,8 +15,11 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- test/{functional,unit}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_dependency "chronic", ">= 0.4.3"
s.add_dependency "activesupport", ">= 2.3.4"
s.add_development_dependency "shoulda", ">= 2.1.1"
s.add_development_dependency "mocha", ">= 0.9.5"
s.add_development_dependency "rake"
end