Sha256: ed64385571664ecbec81bebe15e60bf6c45f8239357a761286af5ac522ec88df
Contents?: true
Size: 1.64 KB
Versions: 0
Compression: gzip
Compressed size: 760 Bytes
Stored size: 760 Bytes
Contents
--- !ruby/object:Gem::Specification name: tweet_compressor version: !ruby/object:Gem::Version version: 0.8.2 prerelease: platform: ruby authors: - | Todd A. Jacobs autorequire: bindir: bin cert_chain: [] date: 2013-01-28 00:00:00.000000000 Z dependencies: [] description: | Compress tweets using a variety of common substitutions in order to maximize room for hashtags, comments on retweets, or just to fit as much information as possible into a single tweet without compromising clarity. email: - | github.projects@codegnome.org executables: - tweet_compressor extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .ruby-version - AUTHORS - Gemfile - Gemfile.lock - Guardfile - LICENSE - README.md - Rakefile - bin/tweet_compressor - lib/tweet_compressor.rb - lib/tweet_compressor/compress.rb - lib/tweet_compressor/tweet.rb - lib/tweet_compressor/version.rb - spec/spec_helper.rb - spec/tweet_compressor_spec.rb - tweet_compressor.gemspec homepage: https://github.com/CodeGnome/tweet_compressor licenses: - GPL-3 post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 3765488085706655891 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Compress tweets to less than 140 characters. test_files: - spec/spec_helper.rb - spec/tweet_compressor_spec.rb