Skip to content

Commit

Permalink
Add a Rakefile for travis
Browse files Browse the repository at this point in the history
Signed-off-by: chatgris <jboyer@af83.com>
  • Loading branch information
chatgris committed Jul 28, 2013
1 parent 6571d7f commit 4f6ece0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
@@ -1,3 +1,4 @@
# encoding: utf-8
source "https://rubygems.org"

gemspec
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -9,6 +9,7 @@ GEM
specs:
diff-lcs (1.1.3)
inflecto (0.0.2)
rake (10.1.0)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
Expand All @@ -23,4 +24,5 @@ PLATFORMS

DEPENDENCIES
gaston!
rake
rspec (~> 2.8)
5 changes: 5 additions & 0 deletions Rakefile
@@ -0,0 +1,5 @@
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec
1 change: 1 addition & 0 deletions benchmark/gaston.rb
@@ -1,3 +1,4 @@
# encoding: utf-8
require 'benchmark'
require_relative "../lib/gaston"

Expand Down
1 change: 1 addition & 0 deletions gaston.gemspec
Expand Up @@ -17,4 +17,5 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.add_dependency "inflecto"
s.add_development_dependency "rspec", "~>2.8"
s.add_development_dependency "rake"
end

0 comments on commit 4f6ece0

Please sign in to comment.