codegears 0.0.16.pre → 0.0.17.pre
Sign up to get free protection for your applications and to get access to all the features.
- data/codegears.gemspec +1 -1
- data/lib/cg/api.rb +1 -1
- data/lib/cg/version.rb +1 -1
- metadata +3 -3
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/
|
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
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.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-
|
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/
|
104
|
+
homepage: https://github.com/code-gears/codegears
|
105
105
|
licenses:
|
106
106
|
- MIT
|
107
107
|
post_install_message:
|