# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{twilio_contactable} s.version = "0.8.9" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jack Danger Canty"] s.date = %q{2011-04-10} s.description = %q{Does all the hard work with letting you confirm your user's phone numbers for Voice or TXT over the Twilio API} s.email = %q{gitcommit@6brand.com} s.extra_rdoc_files = [ "LICENSE", "README.markdown" ] s.files = [ "LICENSE", "MIT-LICENSE", "README.markdown", "Rakefile", "VERSION", "init.rb", "lib/configuration.rb", "lib/contactable.rb", "lib/controller.rb", "lib/gateway.rb", "lib/twilio_contactable.rb", "test/.gitignore", "test/database.yml", "test/test_helper.rb", "test/twilio_contactable_contactable_test.rb", "test/twilio_contactable_controller_test.rb", "test/twilio_module_test.rb", "twilio_contactable.gemspec" ] s.homepage = %q{http://github.com/JackDanger/twilio_contactable} s.require_paths = ["lib"] s.rubygems_version = %q{1.4.2} s.summary = %q{Help authorize the users of your Rails apps to confirm and use their phone numbers} s.test_files = [ "test/test_helper.rb", "test/twilio_contactable_contactable_test.rb", "test/twilio_contactable_controller_test.rb", "test/twilio_module_test.rb" ] if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 2.0.5"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 2.0.5"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 2.0.5"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end