raydash 2.1.0 → 2.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.
Files changed (3) hide show
  1. data/lib/raydash/version.rb +1 -1
  2. data/lib/raydash.rb +1 -1
  3. metadata +4 -4
@@ -1,3 +1,3 @@
1
1
  module Raydash
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
data/lib/raydash.rb CHANGED
@@ -100,7 +100,7 @@ module Raydash
100
100
  end
101
101
  # Sets a callback url with three parameters
102
102
  def self.setCallbackUrl(userid, secret, url)
103
- path="/api/2/callbackurl/" + "?userid=" + self.userid + "&secret=" + self.secret + "&url=" + CGI::escape(url)
103
+ path="/api/2/callbackurl/" + "?userid=" + self.userid + "&secret=" + self.secret + "&callbackurl=" + CGI::escape(url)
104
104
  result = getRequest(path)
105
105
  result.value()
106
106
  return JSON.parse(result.body)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raydash
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 0
10
- version: 2.1.0
9
+ - 1
10
+ version: 2.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gershon Bialer
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-30 00:00:00 Z
18
+ date: 2011-07-07 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: json