Sha256: 0011f78441f3ebe6d99165ca018bcbcd7c6ad90d9726bcfffb42c23f806d52dd

Contents?: true

Size: 192 Bytes

Versions: 8

Compression:

Stored size: 192 Bytes

Contents

require 'rake'
require 'spec/rake/spectask'

Spec::Rake::SpecTask.new do |spec|
  spec.spec_files = FileList['test/*_spec.rb']
  spec.spec_opts << "--color"
  spec.libs += ["lib", "test"]
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
twilio-ruby-0.3.0 Rakefile
twilio-ruby-0.2.1 Rakefile
twilio-ruby-0.2.0 Rakefile
twilio-ruby-0.1.2 Rakefile
twilio-ruby-0.1.1 Rakefile
twilio-ruby-0.1.0 Rakefile
twilio-ruby-0.0.4 Rakefile
twilio-ruby-0.0.3 Rakefile