codegears 0.0.18.pre → 0.0.19.pre
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cg/api.rb +2 -2
- data/lib/cg/version.rb +1 -1
- metadata +2 -2
data/lib/cg/api.rb
CHANGED
@@ -3,8 +3,8 @@ require "httparty"
|
|
3
3
|
module CG
|
4
4
|
class API
|
5
5
|
include HTTParty
|
6
|
-
ROOT_URL = "http://codegears.co"
|
7
|
-
PUSHER_URL = "
|
6
|
+
ROOT_URL = "http://api.codegears.co"
|
7
|
+
PUSHER_URL = "#{ROOT_URL}/stream"
|
8
8
|
|
9
9
|
def self.create_app_request(email)
|
10
10
|
self.post("#{ROOT_URL}/apps", :body => { :application => { :email => email } })
|
data/lib/cg/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: codegears
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.19.pre
|
5
5
|
prerelease: 7
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-05-
|
12
|
+
date: 2013-05-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|