runcoderun-gem_sync 0.3.3 → 0.3.4
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/gem_sync.gemspec +2 -2
- data/lib/rcr/gem_sync.rb +1 -1
- data/lib/runcoderun_gems.txt +4 -0
- metadata +2 -2
data/gem_sync.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = %q{gem_sync}
|
|
3
|
-
s.version = "0.3.
|
|
3
|
+
s.version = "0.3.4"
|
|
4
4
|
|
|
5
5
|
s.required_rubygems_version = Gem::Requirement.new("= 1.2") if s.respond_to? :required_rubygems_version=
|
|
6
6
|
s.authors = ["Rob Sanheim @ Relevance"]
|
|
7
|
-
s.date = %q{2008-09-
|
|
7
|
+
s.date = %q{2008-09-30}
|
|
8
8
|
s.default_executable = %q{gem_sync}
|
|
9
9
|
s.description = %q{Tool to install dependencies for RunCodeRun, though it could be used to bootstrap your own machines as well.}
|
|
10
10
|
s.email = %q{rob@runcoderun.com}
|
data/lib/rcr/gem_sync.rb
CHANGED
data/lib/runcoderun_gems.txt
CHANGED
|
@@ -9,6 +9,7 @@ bj (1.0.1)
|
|
|
9
9
|
builder (2.1.2)
|
|
10
10
|
camping (1.5)
|
|
11
11
|
color (1.4.0)
|
|
12
|
+
configatron
|
|
12
13
|
dancroak-clearance (0.1.3)
|
|
13
14
|
dancroak-clearance-admin (0.0.1)
|
|
14
15
|
dancroak-ruby-summize (0.4)
|
|
@@ -24,6 +25,7 @@ fastercsv (1.2.3)
|
|
|
24
25
|
fattr (1.0.3)
|
|
25
26
|
flexmock (0.8.2)
|
|
26
27
|
flog (1.1.0)
|
|
28
|
+
money
|
|
27
29
|
git (1.0.5)
|
|
28
30
|
god (0.7.8)
|
|
29
31
|
haml (2.0.2, 2.0.1)
|
|
@@ -46,6 +48,7 @@ mislav-will_paginate (2.3.4)
|
|
|
46
48
|
mocha (0.9.0)
|
|
47
49
|
mosquito (0.1.3)
|
|
48
50
|
mysql (2.7)
|
|
51
|
+
net-ssh (2.0.4)
|
|
49
52
|
open4 (0.9.6)
|
|
50
53
|
orderedhash (0.0.4)
|
|
51
54
|
ParseTree (2.2.0)
|
|
@@ -69,6 +72,7 @@ relevance-rubycas-server (0.6.99)
|
|
|
69
72
|
relevance-tarantula (0.0.5)
|
|
70
73
|
relevance-github_hook (0.5.8)
|
|
71
74
|
right_aws
|
|
75
|
+
ruby-hmac
|
|
72
76
|
rmagick (2.5.2)
|
|
73
77
|
rspec (1.1.4)
|
|
74
78
|
ruby-debug (0.10.2)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runcoderun-gem_sync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Sanheim @ Relevance
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-09-
|
|
12
|
+
date: 2008-09-30 00:00:00 -07:00
|
|
13
13
|
default_executable: gem_sync
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|