jarodluebbert-twitter_oauth 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/twitter_oauth/client.rb +1 -1
  2. metadata +3 -3
@@ -57,7 +57,7 @@ module TwitterOAuth
57
57
  @consumer ||= OAuth::Consumer.new(
58
58
  @consumer_key,
59
59
  @consumer_secret,
60
- { :site=>"http://api.twitter.com" }
60
+ { :site=>"api.twitter.com" }
61
61
  )
62
62
  end
63
63
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jarodluebbert-twitter_oauth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 7
10
- version: 0.3.7
9
+ - 8
10
+ version: 0.3.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Richard Taylor