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 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)
@@ -1,4 +1,4 @@
1
1
  module Metwit
2
2
  # The version of the metwit gem
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metwit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: