moomerman-twitter_oauth 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +7 -0
  2. metadata +2 -3
data/README.md ADDED
@@ -0,0 +1,7 @@
1
+ = Twitter OAuth Client for Ruby
2
+
3
+ TwitterOAuth::Client::CLIENT_KEY = 'xxxx'
4
+ TwitterOAuth::Client::CLIENT_SECRET = 'xxxx'
5
+
6
+ client = TwitterOAuth::Client.new
7
+ puts client.show('moomerman')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moomerman-twitter_oauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Taylor
@@ -41,8 +41,7 @@ extensions: []
41
41
  extra_rdoc_files: []
42
42
 
43
43
  files:
44
- - README.txt
45
- - VERSION.yml
44
+ - README.md
46
45
  - lib/twitter_oauth
47
46
  - lib/twitter_oauth.rb
48
47
  - lib/twitter_oauth/client.rb