-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged patch for update_profile_background
- Loading branch information
Showing
8 changed files
with
62 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"profile_background_tile":false,"friends_count":159,"description":"Loves his wife, ruby, notre dame football and iu basketball","utc_offset":-18000,"notifications":null,"favourites_count":79,"profile_background_color":"1A1B1F","following":null,"profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","statuses_count":4752,"profile_background_image_url":"http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif","profile_text_color":"666666","url":"http:\/\/railstips.org\/about","name":"John Nunemaker","time_zone":"Indiana (East)","protected":false,"screen_name":"jnunemaker","status":{"in_reply_to_status_id":null,"in_reply_to_user_id":null,"text":"224! http:\/\/flightcontrolled.com\/ Holy crap. There are some really high flight control scorers out there. *gives up* :D","favorited":false,"in_reply_to_screen_name":null,"created_at":"Tue Apr 14 20:38:49 +0000 2009","truncated":false,"id":1519558635,"source":"<a href=\"http:\/\/twitter.rubyforge.org\">Twitter App<\/a>"},"profile_link_color":"2FC2EF","created_at":"Sun Aug 13 22:56:06 +0000 2006","profile_sidebar_fill_color":"252429","followers_count":1248,"location":"Mishawaka, Indiana","id":4243,"profile_sidebar_border_color":"181A1E"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s| | |
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["John Nunemaker", "Wynn Netherland"] | ||
s.date = %q{2009-11-25} | ||
s.date = %q{2009-11-29} | ||
s.email = %q{[email protected]} | ||
s.extra_rdoc_files = [ | ||
"README.rdoc" | ||
|
@@ -42,10 +42,12 @@ Gem::Specification.new do |s| | |
"lib/twitter/trends.rb", | ||
"test/fixtures/firehose.json", | ||
"test/fixtures/follower_ids.json", | ||
"test/fixtures/followers.json", | ||
"test/fixtures/friend_ids.json", | ||
"test/fixtures/friends_timeline.json", | ||
"test/fixtures/friendship.json", | ||
"test/fixtures/home_timeline.json", | ||
"test/fixtures/ids.json", | ||
"test/fixtures/list.json", | ||
"test/fixtures/list_statuses.json", | ||
"test/fixtures/list_subscriptions.json", | ||
|
@@ -55,6 +57,7 @@ Gem::Specification.new do |s| | |
"test/fixtures/mentions.json", | ||
"test/fixtures/people_search.json", | ||
"test/fixtures/rate_limit_exceeded.json", | ||
"test/fixtures/sample-image.png", | ||
"test/fixtures/search.json", | ||
"test/fixtures/search_from_jnunemaker.json", | ||
"test/fixtures/status.json", | ||
|
@@ -67,6 +70,7 @@ Gem::Specification.new do |s| | |
"test/fixtures/trends_weekly.json", | ||
"test/fixtures/trends_weekly_date.json", | ||
"test/fixtures/trends_weekly_exclude.json", | ||
"test/fixtures/update_profile_background_image.json", | ||
"test/fixtures/user.json", | ||
"test/fixtures/user_timeline.json", | ||
"test/test_helper.rb", | ||
|
@@ -112,15 +116,15 @@ Gem::Specification.new do |s| | |
s.specification_version = 3 | ||
|
||
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then | ||
s.add_runtime_dependency(%q<oauth>, ["~> 0.3.5"]) | ||
s.add_runtime_dependency(%q<oauth>, ["~> 0.3.6"]) | ||
s.add_runtime_dependency(%q<hashie>, ["~> 0.1.3"]) | ||
s.add_runtime_dependency(%q<httparty>, ["~> 0.4.3"]) | ||
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"]) | ||
s.add_development_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"]) | ||
s.add_development_dependency(%q<mocha>, ["= 0.9.4"]) | ||
s.add_development_dependency(%q<fakeweb>, [">= 1.2.5"]) | ||
else | ||
s.add_dependency(%q<oauth>, ["~> 0.3.5"]) | ||
s.add_dependency(%q<oauth>, ["~> 0.3.6"]) | ||
s.add_dependency(%q<hashie>, ["~> 0.1.3"]) | ||
s.add_dependency(%q<httparty>, ["~> 0.4.3"]) | ||
s.add_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"]) | ||
|
@@ -129,7 +133,7 @@ Gem::Specification.new do |s| | |
s.add_dependency(%q<fakeweb>, [">= 1.2.5"]) | ||
end | ||
else | ||
s.add_dependency(%q<oauth>, ["~> 0.3.5"]) | ||
s.add_dependency(%q<oauth>, ["~> 0.3.6"]) | ||
s.add_dependency(%q<hashie>, ["~> 0.1.3"]) | ||
s.add_dependency(%q<httparty>, ["~> 0.4.3"]) | ||
s.add_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"]) | ||
|