Sha256: d9bc705097dcc0d13580f0960d7c2630a79a6320ed1770af301fb376c7984888
Contents?: true
Size: 649 Bytes
Versions: 1
Compression:
Stored size: 649 Bytes
Contents
Gem::Specification.new do |s| s.name = "twilio-ruby" s.version = "0.3.3" s.author = "Andrew Benton" s.email = "andrewmbenton@gmail.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/andrewmbenton/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-0.3.3 | twilio-ruby.gemspec |