Sha256: 2357c9214b7b5a23280fe19b789719bfb1483811b422486c4cc20175eaa47057
Contents?: true
Size: 752 Bytes
Versions: 1
Compression:
Stored size: 752 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "twilio-twimlbin" s.version = "0.0.2" s.authors = ["Kentaro Yoshida"] s.email = ["y.ken.studio@gmail.com"] s.homepage = "https://github.com/y-ken/twimlbin" s.summary = %q{Twimlbin wrapper class. You can use twimlbin.com to host twilio markup language without your own server.} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: s.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twilio-twimlbin-0.0.2 | twilio-twimlbin.gemspec |