Sha256: 8f1bf05abd002e1acfbe5eaef77667af31d9ac2475f71e6257c0ef057b14d840
Contents?: true
Size: 636 Bytes
Versions: 1
Compression:
Stored size: 636 Bytes
Contents
Gem::Specification.new do |s| s.name = "twilio-ruby" s.version = "3.0.0" s.author = "Andrew Benton" s.email = "andrew@twilio.com" s.description = "A simple library for communicating with the Twilio REST API" s.summary = "A simple library for communicating with the Twilio REST API" s.homepage = "http://github.com/twilio/twilio-ruby" s.platform = Gem::Platform::RUBY s.files = Dir['lib/**/*.rb'] + Dir['test/**/*.rb'] + ['examples.rb', 'Rakefile', 'LICENSE', 'README.md', 'twilio-ruby.gemspec'] s.test_files = Dir['test/**/*.rb'] s.add_dependency("builder", ">= 2.1.2") s.add_dependency("crack", ">= 0.1.8") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-3.0.0 | twilio-ruby.gemspec |