Sha256: 7785295d0c32254e8d1154c3e13eead06ff0e71014f0667a40e1222f366c8cc5

Contents?: true

Size: 304 Bytes

Versions: 7

Compression:

Stored size: 304 Bytes

Contents

require 'rubygems'
require 'rubygems/package_task'
require 'rspec/core/rake_task'

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

Gem::PackageTask.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

7 entries across 7 versions & 1 rubygems

Version Path
twilio-ruby-3.7.0 Rakefile
twilio-ruby-3.6.0 Rakefile
twilio-ruby-3.5.1 Rakefile
twilio-ruby-3.5.0 Rakefile
twilio-ruby-3.4.2 Rakefile
twilio-ruby-3.4.1 Rakefile
twilio-ruby-3.4.0 Rakefile