metwit 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/metwit/metag.rb +0 -2
- data/lib/metwit/user.rb +0 -2
- data/lib/metwit/version.rb +1 -1
- metadata +1 -1
data/lib/metwit/metag.rb
CHANGED
|
@@ -160,7 +160,6 @@ module Metwit
|
|
|
160
160
|
Metag.new(args)
|
|
161
161
|
end
|
|
162
162
|
|
|
163
|
-
private
|
|
164
163
|
# Default HTTParty options
|
|
165
164
|
# @return [Hash]
|
|
166
165
|
def authenticated(opts)
|
|
@@ -169,7 +168,6 @@ module Metwit
|
|
|
169
168
|
|
|
170
169
|
end
|
|
171
170
|
|
|
172
|
-
private
|
|
173
171
|
# HTTParty options for authenticaded calls
|
|
174
172
|
# @return [Hash]
|
|
175
173
|
def authenticated(opts)
|
data/lib/metwit/user.rb
CHANGED
|
@@ -116,7 +116,6 @@ module Metwit
|
|
|
116
116
|
User.new(args)
|
|
117
117
|
end
|
|
118
118
|
|
|
119
|
-
private
|
|
120
119
|
# Default HTTParty options
|
|
121
120
|
# @return [Hash]
|
|
122
121
|
def authenticated(opts)
|
|
@@ -124,7 +123,6 @@ module Metwit
|
|
|
124
123
|
end
|
|
125
124
|
end
|
|
126
125
|
|
|
127
|
-
private
|
|
128
126
|
# HTTParty options for authenticaded calls
|
|
129
127
|
# @return [Hash]
|
|
130
128
|
def authenticated(opts)
|
data/lib/metwit/version.rb
CHANGED