marcguyer-cheddargetter-client 0.2.3 → 0.2.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.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 3
3
+ :patch: 4
4
4
  :major: 0
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{cheddargetter-client}
5
- s.version = "0.2.3"
5
+ s.version = "0.2.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Marc Guyer"]
9
- s.date = %q{2009-07-30}
9
+ s.date = %q{2009-08-26}
10
10
  s.email = %q{marc@cheddargetter.com}
11
11
  s.extra_rdoc_files = [
12
12
  "LICENSE",
@@ -96,7 +96,7 @@ module CheddarGetter
96
96
  path = path.gsub(/(\w)\/+/, '\1/')
97
97
 
98
98
  if (args != nil)
99
- return Request.post(path, :query => args).to_s
99
+ return Request.post(path, :body => args).to_s
100
100
  else
101
101
  return Request.get(path).to_s
102
102
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marcguyer-cheddargetter-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Guyer
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-30 00:00:00 -07:00
12
+ date: 2009-08-26 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -44,7 +44,6 @@ files:
44
44
  - test/test_helper.rb
45
45
  has_rdoc: false
46
46
  homepage: http://github.com/marcguyer/cheddargetter-client
47
- licenses:
48
47
  post_install_message:
49
48
  rdoc_options:
50
49
  - --charset=UTF-8
@@ -65,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
64
  requirements: []
66
65
 
67
66
  rubyforge_project:
68
- rubygems_version: 1.3.5
67
+ rubygems_version: 1.2.0
69
68
  signing_key:
70
69
  specification_version: 3
71
70
  summary: CheddarGetter Client is a wrapper for the CheddarGetter API