boss 0.3 → 0.3.1

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/boss.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ spec = Gem::Specification.new do |s|
11
11
  s.name = 'boss'
12
12
  s.rubyforge_project = 'uipoet'
13
13
  s.summary = 'Yahoo BOSS for Ruby'
14
- s.version = '0.3'
14
+ s.version = '0.3.1'
15
15
  end
16
16
 
17
17
  Rake::GemPackageTask.new(spec) do |pkg|
data/lib/boss.rb CHANGED
@@ -17,7 +17,7 @@ module Boss
17
17
  module Resultset
18
18
 
19
19
  def initialize(q, a = {})
20
- @query = URI.encode(q)
20
+ @query = CGI.escape(q)
21
21
  @arguments = arguments(a)
22
22
  end
23
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boss
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.3"
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - UiPoet
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-17 00:00:00 -08:00
12
+ date: 2008-12-22 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency