Sha256: 268cbe49a4e35493f7306601bdcd218e7d1c7f02e5206cc54ad11d67fb943af2

Contents?: true

Size: 306 Bytes

Versions: 10

Compression:

Stored size: 306 Bytes

Contents

require 'rubygems'
require 'rake/gempackagetask'
require 'rspec/core/rake_task'

spec = eval(File.read('twilio-ruby.gemspec'))

Rake::GemPackageTask.new(spec) do |p|
  p.gem_spec = spec
end

RSpec::Core::RakeTask.new do |t|
  t.pattern = 'test/*_spec.rb'
  t.rspec_opts = ['-c']
end

task :default => :spec

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
twilio-ruby-3.3.1 Rakefile
twilio-ruby-3.3.0 Rakefile
twilio-ruby-3.2.0 Rakefile
twilio-ruby-3.1.1 Rakefile
twilio-ruby-3.1.0 Rakefile
twilio-ruby-3.0.0 Rakefile
twilio-ruby-0.4.0 Rakefile
twilio-ruby-0.3.3 Rakefile
twilio-ruby-0.3.2 Rakefile
twilio-ruby-0.3.1 Rakefile