raydash 0.4.0 → 0.4.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 +4 -3
  3. metadata +6 -6
@@ -1,3 +1,3 @@
1
1
  module Raydash
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
data/lib/raydash.rb CHANGED
@@ -2,12 +2,13 @@ require 'net/http'
2
2
  require 'app/helpers/raydash_helper'
3
3
  require 'json'
4
4
  module Raydash
5
- RAYDASH_HTTP_SERVER = "api.raydash.com"
5
+ RAYDASH_HTTP_SERVER = "50.17.211.117"
6
6
  RAYDASH_HTTP_PORT = 8080
7
- @@userid = ENV['RAYDASH_USERID']
8
- @@secret = ENV['RAYDASH_SECRET']
9
7
  mattr_accessor :userid
10
8
  mattr_accessor :secret
9
+ self.userid = ENV['RAYDASH_USERID']
10
+ self.secret = ENV['RAYDASH_SECRET']
11
+
11
12
 
12
13
  # Gets a new token for internal or external streams. The same token can be re-used for input and output streams.
13
14
  def self.getToken(streamName="")
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: 15
5
- prerelease: false
4
+ hash: 13
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.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-03-15 00:00:00 -05:00
18
+ date: 2011-03-16 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  requirements: []
94
94
 
95
95
  rubyforge_project: raydash
96
- rubygems_version: 1.3.7
96
+ rubygems_version: 1.6.2
97
97
  signing_key:
98
98
  specification_version: 3
99
99
  summary: Embed video chat or video streaming via Raydash