sosowa 1.1 → 1.1.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.
data/lib/sosowa/scheme.rb CHANGED
@@ -104,7 +104,7 @@ module Sosowa
104
104
  :log => @log,
105
105
  :target => :res
106
106
  })
107
- post_params = Sosowa.serialize_parameter({:body => "#EMPTY#".tosjis, :point => point}), false)
107
+ post_params = Sosowa.serialize_parameter({:body => "#EMPTY#".tosjis, :point => point}, false)
108
108
  req = Net::HTTP::Post.new(File.join(BASE_URL.path, post_uri_params))
109
109
  req["Cookie"] = cookie
110
110
  req["User-Agent"] = "Sosowa Ruby Wrapper #{Sosowa::VERSION}"
@@ -1,3 +1,3 @@
1
1
  module Sosowa
2
- VERSION = "1.1"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sosowa
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.1'
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  version: '0'
69
69
  segments:
70
70
  - 0
71
- hash: -489654790334797899
71
+ hash: -1037089831119005156
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  none: false
74
74
  requirements:
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  segments:
79
79
  - 0
80
- hash: -489654790334797899
80
+ hash: -1037089831119005156
81
81
  requirements: []
82
82
  rubyforge_project:
83
83
  rubygems_version: 1.8.24