RubyGems
npm
Organizations
Log in
Sign up
RubyGems
nobert-twitter
Versions diffs
0.6.12 → 0.6.13
nobert-twitter 0.6.12 → 0.6.13
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/twitter.rb
+0
-5
metadata
+1
-1
data/lib/twitter.rb
CHANGED
Viewed
@@ -1,13 +1,8 @@
1
1
require 'forwardable'
2
2
require 'rubygems'
3
3
4
-
gem 'oauth', '0.3.4'
5
4
require 'oauth'
6
-
7
-
gem 'mash', '0.0.3'
8
5
require 'mash'
9
-
10
-
gem 'httparty', '0.4.3'
11
6
require 'httparty'
12
7
13
8
module Twitter
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: nobert-twitter
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.6.
12
4
+
version: 0.6.
13
5
5
platform: ruby
6
6
authors:
7
7
- John Nunemaker