# -*- encoding: utf-8 -*- # stub: trails 1.1.2 ruby lib Gem::Specification.new do |s| s.name = "trails".freeze s.version = "1.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Hemant Bhanoo".freeze] s.date = "2010-03-18" s.description = "Makes developing twilio applications (even) easier in rails.\nSupport for SMS, twiml MimeType alias, functional test helpers.".freeze s.email = ["hemant@bhanoo.com".freeze] s.executables = ["trails".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze] s.files = [".autotest".freeze, "History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "assets/layouts/default_layout.twiml.builder".freeze, "bin/trails".freeze, "lib/trails.rb".freeze, "lib/trails/exception.rb".freeze, "lib/trails/test_helper.rb".freeze, "lib/trails/twilio/account.rb".freeze, "lib/trails/twilio/call_handling.rb".freeze, "lib/trails/twilio/incoming.rb".freeze, "lib/twiliorest.rb".freeze, "test/example/README".freeze, "test/example/Rakefile".freeze, "test/example/app/controllers/application_controller.rb".freeze, "test/example/app/controllers/calls_controller.rb".freeze, "test/example/app/helpers/application_helper.rb".freeze, "test/example/app/helpers/calls_helper.rb".freeze, "test/example/app/views/calls/index.html.erb".freeze, "test/example/app/views/calls/index.twiml.builder".freeze, "test/example/config/boot.rb".freeze, "test/example/config/database.yml".freeze, "test/example/config/environment.rb".freeze, "test/example/config/environments/development.rb".freeze, "test/example/config/environments/production.rb".freeze, "test/example/config/environments/test.rb".freeze, "test/example/config/initializers/backtrace_silencers.rb".freeze, "test/example/config/initializers/inflections.rb".freeze, "test/example/config/initializers/mime_types.rb".freeze, "test/example/config/initializers/new_rails_defaults.rb".freeze, "test/example/config/initializers/session_store.rb".freeze, "test/example/config/locales/en.yml".freeze, "test/example/config/routes.rb".freeze, "test/example/config/twilio.yml".freeze, "test/example/db/development.sqlite3".freeze, "test/example/db/schema.rb".freeze, "test/example/db/seeds.rb".freeze, "test/example/db/test.sqlite3".freeze, "test/example/doc/README_FOR_APP".freeze, "test/example/script/about".freeze, "test/example/script/console".freeze, "test/example/script/dbconsole".freeze, "test/example/script/destroy".freeze, "test/example/script/generate".freeze, "test/example/script/performance/benchmarker".freeze, "test/example/script/performance/profiler".freeze, "test/example/script/plugin".freeze, "test/example/script/runner".freeze, "test/example/script/server".freeze, "test/example/test/functional/calls_controller_test.rb".freeze, "test/example/test/performance/browsing_test.rb".freeze, "test/example/test/test_helper.rb".freeze, "test/example/test/unit/helpers/calls_helper_test.rb".freeze, "test/test_trails.rb".freeze] s.homepage = "http://code.google.com/p/twilio-on-rails/".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Makes developing twilio applications (even) easier in rails".freeze s.test_files = ["test/example/test/test_helper.rb".freeze, "test/test_trails.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 2.0.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0.3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.5.0".freeze]) end