# -*- encoding: utf-8 -*- # stub: twurl 0.9.0 ruby lib Gem::Specification.new do |s| s.name = "twurl".freeze s.version = "0.9.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Marcel Molina".freeze, "Erik Michaels-Ober".freeze] s.date = "2013-10-21" s.description = "Curl for the Twitter API".freeze s.email = ["marcel@twitter.com".freeze] s.executables = ["twurl".freeze] s.extra_rdoc_files = ["COPYING".freeze, "INSTALL".freeze, "README".freeze] s.files = [".gemtest".freeze, ".gitignore".freeze, ".travis.yml".freeze, "COPYING".freeze, "Gemfile".freeze, "INSTALL".freeze, "README".freeze, "Rakefile".freeze, "bin/twurl".freeze, "lib/twurl.rb".freeze, "lib/twurl/abstract_command_controller.rb".freeze, "lib/twurl/account_information_controller.rb".freeze, "lib/twurl/aliases_controller.rb".freeze, "lib/twurl/authorization_controller.rb".freeze, "lib/twurl/cli.rb".freeze, "lib/twurl/configuration_controller.rb".freeze, "lib/twurl/oauth_client.rb".freeze, "lib/twurl/rcfile.rb".freeze, "lib/twurl/request_controller.rb".freeze, "lib/twurl/version.rb".freeze, "test/account_information_controller_test.rb".freeze, "test/alias_controller_test.rb".freeze, "test/authorization_controller_test.rb".freeze, "test/cli_options_test.rb".freeze, "test/cli_test.rb".freeze, "test/configuration_controller_test.rb".freeze, "test/oauth_client_test.rb".freeze, "test/rcfile_test.rb".freeze, "test/request_controller_test.rb".freeze, "test/test_helper.rb".freeze, "twurl.gemspec".freeze] s.homepage = "http://github.com/marcel/twurl".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--title".freeze, "twurl -- OAuth-enabled curl for the Twitter API".freeze, "--main".freeze, "README".freeze, "--line-numbers".freeze, "--inline-source".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Curl for the Twitter API".freeze s.test_files = ["test/account_information_controller_test.rb".freeze, "test/alias_controller_test.rb".freeze, "test/authorization_controller_test.rb".freeze, "test/cli_options_test.rb".freeze, "test/cli_test.rb".freeze, "test/configuration_controller_test.rb".freeze, "test/oauth_client_test.rb".freeze, "test/rcfile_test.rb".freeze, "test/request_controller_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end