# -*- encoding: utf-8 -*- # stub: tweet_compressor 0.8.2 ruby lib Gem::Specification.new do |s| s.name = "tweet_compressor".freeze s.version = "0.8.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 = ["Todd A. Jacobs\n".freeze] s.date = "2013-01-28" s.description = "Compress tweets using a variety of common substitutions in order to maximize\nroom for hashtags, comments on retweets, or just to fit as much information as\npossible into a single tweet without compromising clarity.\n".freeze s.email = ["github.projects@codegnome.org\n".freeze] s.executables = ["tweet_compressor".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, "AUTHORS".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/tweet_compressor".freeze, "lib/tweet_compressor.rb".freeze, "lib/tweet_compressor/compress.rb".freeze, "lib/tweet_compressor/tweet.rb".freeze, "lib/tweet_compressor/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/tweet_compressor_spec.rb".freeze, "tweet_compressor.gemspec".freeze] s.homepage = "https://github.com/CodeGnome/tweet_compressor".freeze s.licenses = ["GPL-3".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Compress tweets to less than 140 characters.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/tweet_compressor_spec.rb".freeze] end