codegears 0.0.16.pre → 0.0.17.pre

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/codegears.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["js@codegears.co"]
11
11
  gem.description = %q{Client library and CLI to manage apps on CodeGears}
12
12
  gem.summary = %q{Client library and command-line tool to manage apps on CodeGears}
13
- gem.homepage = "https://github.com/Semjonow/codegears"
13
+ gem.homepage = "https://github.com/code-gears/codegears"
14
14
  gem.license = "MIT"
15
15
  gem.executables << "cg"
16
16
  gem.default_executable = "cg"
data/lib/cg/api.rb CHANGED
@@ -3,7 +3,7 @@ require "httparty"
3
3
  module CG
4
4
  class API
5
5
  include HTTParty
6
- ROOT_URL = "http://localhost:3000"
6
+ ROOT_URL = "http://codegears.co"
7
7
 
8
8
  def self.create_app_request(email)
9
9
  self.post("#{ROOT_URL}/apps", :body => { :application => { :email => email } })
data/lib/cg/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CG
2
- VERSION = "0.0.16.pre"
2
+ VERSION = "0.0.17.pre"
3
3
  end
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.16.pre
4
+ version: 0.0.17.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-04-30 00:00:00.000000000 Z
12
+ date: 2013-05-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -101,7 +101,7 @@ files:
101
101
  - lib/cg/version.rb
102
102
  - lib/generators/cg/install/install_generator.rb
103
103
  - lib/generators/cg/install/templates/config.rb.template
104
- homepage: https://github.com/Semjonow/codegears
104
+ homepage: https://github.com/code-gears/codegears
105
105
  licenses:
106
106
  - MIT
107
107
  post_install_message: