wikidot-api 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.
@@ -36,7 +36,7 @@ module WikidotAPI
36
36
  end
37
37
 
38
38
  def query_options_string
39
- "?" + @query_options.map{|o| p "#{CGI.escape(o[0].to_s)}=#{CGI.escape(o[1].to_s)}"}.join("&") if @query_options
39
+ "?" + @query_options.map{|o| "#{CGI.escape(o[0].to_s)}=#{CGI.escape(o[1].to_s)}"}.join("&") if @query_options
40
40
  end
41
41
 
42
42
  def endpoint_uri
@@ -1,3 +1,3 @@
1
1
  module WikidotAPI
2
- Version = '0.0.3'
2
+ Version = '0.0.4'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: wikidot-api
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.3
5
+ version: 0.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - "Micha\xC5\x82 Fr\xC4\x85ckowiak"