gilesbowkett-twitter 0.4.3 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- metadata +2 -2
- data/twitter.gemspec +0 -45
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gilesbowkett-twitter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Nunemaker
|
@@ -149,7 +149,7 @@ files:
|
|
149
149
|
- spec/spec_helper.rb
|
150
150
|
- spec/status_spec.rb
|
151
151
|
- spec/user_spec.rb
|
152
|
-
- twitter.gemspec
|
152
|
+
- gilesbowkett-twitter.gemspec
|
153
153
|
- website/css/common.css
|
154
154
|
- website/images/terminal_output.png
|
155
155
|
- website/index.html
|
data/twitter.gemspec
DELETED
@@ -1,45 +0,0 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
|
-
|
3
|
-
Gem::Specification.new do |s|
|
4
|
-
s.name = %q{twitter}
|
5
|
-
s.version = "0.4.3"
|
6
|
-
|
7
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
|
-
s.authors = ["John Nunemaker", "Giles Bowkett"]
|
9
|
-
s.date = %q{2009-02-11}
|
10
|
-
s.default_executable = %q{twitter}
|
11
|
-
s.description = %q{a command line interface for twitter, also a library which wraps the twitter api}
|
12
|
-
s.email = %q{nunemaker@gmail.com}
|
13
|
-
s.executables = ["twitter"]
|
14
|
-
s.extra_rdoc_files = ["bin/twitter", "lib/twitter/base.rb", "lib/twitter/cli/config.rb", "lib/twitter/cli/helpers.rb", "lib/twitter/cli/migrations/20080722194500_create_accounts.rb", "lib/twitter/cli/migrations/20080722194508_create_tweets.rb", "lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb", "lib/twitter/cli/migrations/20080722214606_create_configurations.rb", "lib/twitter/cli/models/account.rb", "lib/twitter/cli/models/configuration.rb", "lib/twitter/cli/models/tweet.rb", "lib/twitter/cli.rb", "lib/twitter/direct_message.rb", "lib/twitter/easy_class_maker.rb", "lib/twitter/rate_limit_status.rb", "lib/twitter/search.rb", "lib/twitter/search_result.rb", "lib/twitter/search_result_info.rb", "lib/twitter/status.rb", "lib/twitter/user.rb", "lib/twitter/version.rb", "lib/twitter.rb", "README"]
|
15
|
-
s.files = ["bin/twitter", "examples/blocks.rb", "examples/direct_messages.rb", "examples/favorites.rb", "examples/friends_followers.rb", "examples/friendships.rb", "examples/identica_timeline.rb", "examples/location.rb", "examples/posting.rb", "examples/replies.rb", "examples/search.rb", "examples/sent_messages.rb", "examples/timeline.rb", "examples/twitter.rb", "examples/verify_credentials.rb", "History", "lib/twitter/base.rb", "lib/twitter/cli/config.rb", "lib/twitter/cli/helpers.rb", "lib/twitter/cli/migrations/20080722194500_create_accounts.rb", "lib/twitter/cli/migrations/20080722194508_create_tweets.rb", "lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb", "lib/twitter/cli/migrations/20080722214606_create_configurations.rb", "lib/twitter/cli/models/account.rb", "lib/twitter/cli/models/configuration.rb", "lib/twitter/cli/models/tweet.rb", "lib/twitter/cli.rb", "lib/twitter/direct_message.rb", "lib/twitter/easy_class_maker.rb", "lib/twitter/rate_limit_status.rb", "lib/twitter/search.rb", "lib/twitter/search_result.rb", "lib/twitter/search_result_info.rb", "lib/twitter/status.rb", "lib/twitter/user.rb", "lib/twitter/version.rb", "lib/twitter.rb", "License", "Manifest", "Rakefile", "README", "spec/base_spec.rb", "spec/cli/helper_spec.rb", "spec/direct_message_spec.rb", "spec/fixtures/follower_ids.xml", "spec/fixtures/followers.xml", "spec/fixtures/friend_ids.xml", "spec/fixtures/friends.xml", "spec/fixtures/friends_for.xml", "spec/fixtures/friends_lite.xml", "spec/fixtures/friends_timeline.xml", "spec/fixtures/friendship_already_exists.xml", "spec/fixtures/friendship_created.xml", "spec/fixtures/public_timeline.xml", "spec/fixtures/rate_limit_status.xml", "spec/fixtures/search_result_info.yml", "spec/fixtures/search_results.json", "spec/fixtures/status.xml", "spec/fixtures/user.xml", "spec/fixtures/user_timeline.xml", "spec/search_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/status_spec.rb", "spec/user_spec.rb", "twitter.gemspec", "website/css/common.css", "website/images/terminal_output.png", "website/index.html"]
|
16
|
-
s.has_rdoc = true
|
17
|
-
s.homepage = %q{http://twitter.rubyforge.org}
|
18
|
-
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Twitter", "--main", "README"]
|
19
|
-
s.require_paths = ["lib"]
|
20
|
-
s.rubyforge_project = %q{twitter}
|
21
|
-
s.rubygems_version = %q{1.3.1}
|
22
|
-
s.summary = %q{a command line interface for twitter, also a library which wraps the twitter api}
|
23
|
-
|
24
|
-
if s.respond_to? :specification_version then
|
25
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
26
|
-
s.specification_version = 2
|
27
|
-
|
28
|
-
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
29
|
-
s.add_runtime_dependency(%q<hpricot>, [">= 0.6"])
|
30
|
-
s.add_runtime_dependency(%q<activesupport>, [">= 2.1"])
|
31
|
-
s.add_runtime_dependency(%q<httparty>, [">= 0.2.4"])
|
32
|
-
s.add_development_dependency(%q<echoe>, [">= 0"])
|
33
|
-
else
|
34
|
-
s.add_dependency(%q<hpricot>, [">= 0.6"])
|
35
|
-
s.add_dependency(%q<activesupport>, [">= 2.1"])
|
36
|
-
s.add_dependency(%q<httparty>, [">= 0.2.4"])
|
37
|
-
s.add_dependency(%q<echoe>, [">= 0"])
|
38
|
-
end
|
39
|
-
else
|
40
|
-
s.add_dependency(%q<hpricot>, [">= 0.6"])
|
41
|
-
s.add_dependency(%q<activesupport>, [">= 2.1"])
|
42
|
-
s.add_dependency(%q<httparty>, [">= 0.2.4"])
|
43
|
-
s.add_dependency(%q<echoe>, [">= 0"])
|
44
|
-
end
|
45
|
-
end
|