# -*- encoding: utf-8 -*- # stub: drcapulet-shorty 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "drcapulet-shorty".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alex Coomans".freeze] s.date = "2009-08-16" s.description = "Makes it easy to shorten URLs".freeze s.email = "alex@alexcoomans.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "features/bitly.feature".freeze, "features/step_definitions/api.rb".freeze, "features/step_definitions/common_steps.rb".freeze, "features/support/common.rb".freeze, "features/support/env.rb".freeze, "features/support/matchers.rb".freeze, "features/trim.feature".freeze, "lib/shorty.rb".freeze, "lib/shorty/bitly.rb".freeze, "lib/shorty/cligs.rb".freeze, "lib/shorty/isgd.rb".freeze, "lib/shorty/supr.rb".freeze, "lib/shorty/tinyurl.rb".freeze, "lib/shorty/trim.rb".freeze, "lib/shorty/twurl.rb".freeze, "test/bitly_test.rb".freeze, "test/cligs_test.rb".freeze, "test/fixtures/bitly-expand-cnn.json".freeze, "test/fixtures/bitly-shorten-cnn.json".freeze, "test/fixtures/bitly-stats-cnn.json".freeze, "test/fixtures/cligs-shorten-google.txt".freeze, "test/fixtures/isgd-shorten-google.txt".freeze, "test/fixtures/supr-expand-cnn-error.json".freeze, "test/fixtures/supr-expand-cnn.json".freeze, "test/fixtures/supr-shorten-cnn.json".freeze, "test/fixtures/tinyurl-shorten-google.txt".freeze, "test/fixtures/trim-trim-simple.txt".freeze, "test/fixtures/trim-trim-url.xml".freeze, "test/fixtures/twurl-shorten-google.txt".freeze, "test/isgd_test.rb".freeze, "test/shory_test.rb".freeze, "test/supr_test.rb".freeze, "test/test_helper.rb".freeze, "test/tinyurl_test.rb".freeze, "test/trim_test.rb".freeze, "test/twurl_test.rb".freeze] s.homepage = "http://github.com/drcapulet/shorty".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Gem that talks to APIs for shortening urls".freeze s.test_files = ["test/bitly_test.rb".freeze, "test/cligs_test.rb".freeze, "test/isgd_test.rb".freeze, "test/shory_test.rb".freeze, "test/supr_test.rb".freeze, "test/test_helper.rb".freeze, "test/tinyurl_test.rb".freeze, "test/trim_test.rb".freeze, "test/twurl_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.4.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.1.4".freeze]) end