# -*- encoding: utf-8 -*- # stub: atig 0.4.0.beta2 ruby lib Gem::Specification.new do |s| s.name = "atig".freeze s.version = "0.4.0.beta2".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["SHIBATA Hiroshi".freeze] s.date = "2013-05-15" s.description = "Atig.rb is Twitter Irc Gateway.".freeze s.email = ["shibata.hiroshi@gmail.com".freeze] s.executables = ["atig".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.mkdn".freeze, "Rakefile".freeze, "atig.gemspec".freeze, "bin/atig".freeze, "docs/_static/allow.png".freeze, "docs/_static/emacs.png".freeze, "docs/_static/irc_setting.png".freeze, "docs/_static/irssi.png".freeze, "docs/_static/limechat.png".freeze, "docs/_static/limechat_s.png".freeze, "docs/_static/oauth_channel.png".freeze, "docs/_static/screenshot.png".freeze, "docs/_static/structure.png".freeze, "docs/_static/verify.png".freeze, "docs/changelog.rst".freeze, "docs/commandline_options.rst".freeze, "docs/commands.rst".freeze, "docs/conf.py".freeze, "docs/config.rst".freeze, "docs/feature.rst".freeze, "docs/hacking_guide.rst".freeze, "docs/index.rst".freeze, "docs/irc.rst".freeze, "docs/options.rst".freeze, "docs/quickstart.rst".freeze, "docs/resize.sh".freeze, "docs/tiarra.rst".freeze, "docs/tig.rst".freeze, "lib/atig.rb".freeze, "lib/atig/agent.rb".freeze, "lib/atig/agent/agent.rb".freeze, "lib/atig/agent/clenup.rb".freeze, "lib/atig/agent/dm.rb".freeze, "lib/atig/agent/following.rb".freeze, "lib/atig/agent/full_list.rb".freeze, "lib/atig/agent/list.rb".freeze, "lib/atig/agent/list_status.rb".freeze, "lib/atig/agent/mention.rb".freeze, "lib/atig/agent/noretweets.rb".freeze, "lib/atig/agent/stream_follow.rb".freeze, "lib/atig/agent/timeline.rb".freeze, "lib/atig/agent/user_stream.rb".freeze, "lib/atig/basic_twitter.rb".freeze, "lib/atig/bitly.rb".freeze, "lib/atig/channel.rb".freeze, "lib/atig/channel/channel.rb".freeze, "lib/atig/channel/dm.rb".freeze, "lib/atig/channel/list.rb".freeze, "lib/atig/channel/mention.rb".freeze, "lib/atig/channel/retweet.rb".freeze, "lib/atig/channel/timeline.rb".freeze, "lib/atig/client.rb".freeze, "lib/atig/command.rb".freeze, "lib/atig/command/autofix.rb".freeze, "lib/atig/command/command.rb".freeze, "lib/atig/command/destroy.rb".freeze, "lib/atig/command/dm.rb".freeze, "lib/atig/command/favorite.rb".freeze, "lib/atig/command/info.rb".freeze, "lib/atig/command/limit.rb".freeze, "lib/atig/command/location.rb".freeze, "lib/atig/command/name.rb".freeze, "lib/atig/command/option.rb".freeze, "lib/atig/command/refresh.rb".freeze, "lib/atig/command/reply.rb".freeze, "lib/atig/command/retweet.rb".freeze, "lib/atig/command/search.rb".freeze, "lib/atig/command/spam.rb".freeze, "lib/atig/command/status.rb".freeze, "lib/atig/command/thread.rb".freeze, "lib/atig/command/time.rb".freeze, "lib/atig/command/uptime.rb".freeze, "lib/atig/command/user.rb".freeze, "lib/atig/command/user_info.rb".freeze, "lib/atig/command/version.rb".freeze, "lib/atig/command/whois.rb".freeze, "lib/atig/db/db.rb".freeze, "lib/atig/db/followings.rb".freeze, "lib/atig/db/listenable.rb".freeze, "lib/atig/db/lists.rb".freeze, "lib/atig/db/roman.rb".freeze, "lib/atig/db/sized_uniq_array.rb".freeze, "lib/atig/db/sql.rb".freeze, "lib/atig/db/statuses.rb".freeze, "lib/atig/db/transaction.rb".freeze, "lib/atig/exception_util.rb".freeze, "lib/atig/gateway.rb".freeze, "lib/atig/gateway/channel.rb".freeze, "lib/atig/gateway/session.rb".freeze, "lib/atig/http.rb".freeze, "lib/atig/ifilter.rb".freeze, "lib/atig/ifilter/expand_url.rb".freeze, "lib/atig/ifilter/retweet.rb".freeze, "lib/atig/ifilter/retweet_time.rb".freeze, "lib/atig/ifilter/sanitize.rb".freeze, "lib/atig/ifilter/strip.rb".freeze, "lib/atig/ifilter/xid.rb".freeze, "lib/atig/levenshtein.rb".freeze, "lib/atig/monkey.rb".freeze, "lib/atig/oauth-patch.rb".freeze, "lib/atig/oauth.rb".freeze, "lib/atig/ofilter.rb".freeze, "lib/atig/ofilter/escape_url.rb".freeze, "lib/atig/ofilter/footer.rb".freeze, "lib/atig/ofilter/geo.rb".freeze, "lib/atig/ofilter/short_url.rb".freeze, "lib/atig/option.rb".freeze, "lib/atig/optparse.rb".freeze, "lib/atig/scheduler.rb".freeze, "lib/atig/search.rb".freeze, "lib/atig/search_twitter.rb".freeze, "lib/atig/sized_hash.rb".freeze, "lib/atig/stream.rb".freeze, "lib/atig/twitter.rb".freeze, "lib/atig/twitter_struct.rb".freeze, "lib/atig/unu.rb".freeze, "lib/atig/update_checker.rb".freeze, "lib/atig/url_escape.rb".freeze, "lib/atig/util.rb".freeze, "lib/atig/version.rb".freeze, "lib/memory_profiler.rb".freeze, "spec/command/autofix_spec.rb".freeze, "spec/command/destroy_spec.rb".freeze, "spec/command/dm_spec.rb".freeze, "spec/command/favorite_spec.rb".freeze, "spec/command/limit_spec.rb".freeze, "spec/command/location_spec.rb".freeze, "spec/command/name_spec.rb".freeze, "spec/command/option_spec.rb".freeze, "spec/command/refresh_spec.rb".freeze, "spec/command/reply_spec.rb".freeze, "spec/command/retweet_spec.rb".freeze, "spec/command/spam_spec.rb".freeze, "spec/command/status_spec.rb".freeze, "spec/command/thread_spec.rb".freeze, "spec/command/time_spec.rb".freeze, "spec/command/uptime_spec.rb".freeze, "spec/command/user_info_spec.rb".freeze, "spec/command/user_spec.rb".freeze, "spec/command/version_spec.rb".freeze, "spec/command/whois_spec.rb".freeze, "spec/command_helper.rb".freeze, "spec/db/followings_spec.rb".freeze, "spec/db/listenable_spec.rb".freeze, "spec/db/lists_spec.rb".freeze, "spec/db/roman_spec.rb".freeze, "spec/db/sized_uniq_array_spec.rb".freeze, "spec/db/statuses_spec.rb".freeze, "spec/ifilter/expand_url_spec.rb".freeze, "spec/ifilter/retweet_spec.rb".freeze, "spec/ifilter/retweet_time_spec.rb".freeze, "spec/ifilter/sanitize_spec.rb".freeze, "spec/ifilter/sid_spec.rb".freeze, "spec/ifilter/strip_spec.rb".freeze, "spec/ifilter/tid_spec.rb".freeze, "spec/levenshtein_spec.rb".freeze, "spec/ofilter/escape_url_spec.rb".freeze, "spec/ofilter/footer_spec.rb".freeze, "spec/ofilter/geo_spec.rb".freeze, "spec/ofilter/short_url_spec.rb".freeze, "spec/option_spec.rb".freeze, "spec/sized_hash_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/update_checker_spec.rb".freeze] s.homepage = "https://github.com/mzp/atig".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Atig.rb is forked from cho45's tig.rb. We improve some features of tig.rb.".freeze s.test_files = ["spec/command/autofix_spec.rb".freeze, "spec/command/destroy_spec.rb".freeze, "spec/command/dm_spec.rb".freeze, "spec/command/favorite_spec.rb".freeze, "spec/command/limit_spec.rb".freeze, "spec/command/location_spec.rb".freeze, "spec/command/name_spec.rb".freeze, "spec/command/option_spec.rb".freeze, "spec/command/refresh_spec.rb".freeze, "spec/command/reply_spec.rb".freeze, "spec/command/retweet_spec.rb".freeze, "spec/command/spam_spec.rb".freeze, "spec/command/status_spec.rb".freeze, "spec/command/thread_spec.rb".freeze, "spec/command/time_spec.rb".freeze, "spec/command/uptime_spec.rb".freeze, "spec/command/user_info_spec.rb".freeze, "spec/command/user_spec.rb".freeze, "spec/command/version_spec.rb".freeze, "spec/command/whois_spec.rb".freeze, "spec/command_helper.rb".freeze, "spec/db/followings_spec.rb".freeze, "spec/db/listenable_spec.rb".freeze, "spec/db/lists_spec.rb".freeze, "spec/db/roman_spec.rb".freeze, "spec/db/sized_uniq_array_spec.rb".freeze, "spec/db/statuses_spec.rb".freeze, "spec/ifilter/expand_url_spec.rb".freeze, "spec/ifilter/retweet_spec.rb".freeze, "spec/ifilter/retweet_time_spec.rb".freeze, "spec/ifilter/sanitize_spec.rb".freeze, "spec/ifilter/sid_spec.rb".freeze, "spec/ifilter/strip_spec.rb".freeze, "spec/ifilter/tid_spec.rb".freeze, "spec/levenshtein_spec.rb".freeze, "spec/ofilter/escape_url_spec.rb".freeze, "spec/ofilter/footer_spec.rb".freeze, "spec/ofilter/geo_spec.rb".freeze, "spec/ofilter/short_url_spec.rb".freeze, "spec/option_spec.rb".freeze, "spec/sized_hash_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/update_checker_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<sqlite3>.freeze, [">= 1.3.2".freeze]) s.add_runtime_dependency(%q<net-irc>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<oauth>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<rake>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<json>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<bundler>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<rspec>.freeze, [">= 0".freeze]) s.add_development_dependency(%q<coveralls>.freeze, [">= 0".freeze]) end