Sha256: f6ce8c12e8ad669c78a5920bb91872cc3942b46c8d2032cd89defc2d684c78fa
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.4.0" 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.4.0 | twilio-ruby.gemspec |