autopen 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -99,7 +99,7 @@ module Autopen
99
99
  end
100
100
  params = []
101
101
  get_params.each do |key, value|
102
- params<<("#{escape(key)}=#{escape(value)}")
102
+ params<<("#{key}=#{value}")
103
103
  end
104
104
  query_string = params.join("&")
105
105
  base + query_string
@@ -1,3 +1,3 @@
1
1
  module Autopen
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autopen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-13 00:00:00.000000000 Z
12
+ date: 2012-06-14 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Autopen writes your (OAuth) signatures for you. That's all it does. Simple.
15
15
  email: