runcoderun-rcr_gem_sync 0.1.4 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runcoderun-rcr_gem_sync
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rob Sanheim @ Relevance
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
|
-
cert_chain:
|
11
|
-
|
12
|
-
|
13
|
-
default_executable: rcr_gem_sync
|
10
|
+
cert_chain:
|
11
|
+
date: 2008-09-19 21:00:00 -07:00
|
12
|
+
default_executable:
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: echoe
|
16
|
+
type: :development
|
17
17
|
version_requirement:
|
18
18
|
version_requirements: !ruby/object:Gem::Requirement
|
19
19
|
requirements:
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: "0"
|
23
23
|
version:
|
24
|
-
description: Tool to install dependancies for RunCodeRun, though it
|
24
|
+
description: Tool to install dependancies for RunCodeRun, though it could be used to bootstrap your own machines as well.
|
25
25
|
email: rob@runcoderun.com
|
26
26
|
executables:
|
27
27
|
- rcr_gem_sync
|
@@ -73,6 +73,6 @@ rubyforge_project: rcr_gem_sync
|
|
73
73
|
rubygems_version: 1.2.0
|
74
74
|
signing_key:
|
75
75
|
specification_version: 2
|
76
|
-
summary: Tool to install dependancies for RunCodeRun, though it
|
76
|
+
summary: Tool to install dependancies for RunCodeRun, though it could be used to bootstrap your own machines as well.
|
77
77
|
test_files:
|
78
78
|
- spec/gem_sync_spec.rb
|