runcoderun-gem_sync 0.5 → 0.5.1

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/Rakefile CHANGED
@@ -1,4 +1,4 @@
1
- gem 'technicalpickles-echoe'
1
+ gem 'echoe'
2
2
  require 'rubygems'
3
3
  require 'echoe'
4
4
  require './lib/rcr/gem_sync.rb'
data/gem_sync.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{gem_sync}
5
- s.version = "0.5"
5
+ s.version = "0.5.1"
6
6
 
7
- s.required_rubygems_version = Gem::Requirement.new("= 1.2") if s.respond_to? :required_rubygems_version=
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Rob Sanheim @ Relevance"]
9
- s.date = %q{2008-10-17}
9
+ s.date = %q{2008-11-08}
10
10
  s.default_executable = %q{gem_sync}
11
11
  s.description = %q{Tool to install dependencies for RunCodeRun, though it could be used to bootstrap your own machines as well.}
12
12
  s.email = %q{rob@runcoderun.com}
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Gem_sync", "--main", "README.txt"]
19
19
  s.require_paths = ["lib"]
20
20
  s.rubyforge_project = %q{gem_sync}
21
- s.rubygems_version = %q{1.3.0}
21
+ s.rubygems_version = %q{1.3.1}
22
22
  s.summary = %q{Tool to install dependencies for RunCodeRun, though it could be used to bootstrap your own machines as well.}
23
23
  s.test_files = ["spec/gem_sync_spec.rb"]
24
24
 
data/lib/rcr/gem_sync.rb CHANGED
@@ -3,7 +3,7 @@ require 'open-uri'
3
3
 
4
4
  module Rcr
5
5
  class GemSync
6
- VERSION = '0.5'
6
+ VERSION = '0.5.1'
7
7
  GITHUB = "http://gems.github.com"
8
8
  RCR_DEFAULT_GEM_LIST = File.expand_path(File.join(File.dirname(__FILE__), *%w[.. runcoderun_gems.txt]))
9
9
  RCR_GITHUB_GEM_LIST = "http://github.com/runcoderun/gem_sync/tree/master%2Flib%2Fruncoderun_gems.txt?raw=true"
@@ -11,8 +11,10 @@ builder (2.1.2)
11
11
  camping (1.5)
12
12
  capistrano
13
13
  capistrano-ext
14
+ coderay
14
15
  color (1.4.0)
15
16
  configatron (2.1.5)
17
+ cucumber
16
18
  dancroak-clearance (0.1.3)
17
19
  dancroak-clearance-admin (0.0.1)
18
20
  dancroak-ruby-summize (0.4)
@@ -35,12 +37,14 @@ fattr (1.0.3)
35
37
  flexmock (0.8.2)
36
38
  flog (1.1.0)
37
39
  money
40
+ geminstaller
38
41
  git (1.0.5)
39
42
  god (0.7.8)
40
43
  haml (2.0.2, 2.0.1)
41
44
  heckle (1.4.1)
42
45
  highline (1.4.0)
43
46
  htmlentities (4.0.0)
47
+ httparty
44
48
  hoe (1.7.0)
45
49
  hpricot (0.6)
46
50
  icalendar (1.0.2)
@@ -48,9 +52,11 @@ image_science (1.1.3)
48
52
  json (1.1.3)
49
53
  launchy (0.3.2)
50
54
  libxml-ruby (0.8.3)
55
+ Linguistics
51
56
  log_buddy (0.0.5)
52
57
  main (2.8.2)
53
58
  markaby (0.5)
59
+ mechanize
54
60
  memcached
55
61
  memcache-client
56
62
  merb-core (0.9.9)
@@ -70,6 +76,8 @@ mocha (0.9.0)
70
76
  mosquito (0.1.3)
71
77
  mysql (2.7)
72
78
  net-ssh (2.0.4)
79
+ newgem
80
+ obsidian
73
81
  open4 (0.9.6)
74
82
  orderedhash (0.0.4)
75
83
  ParseTree (2.2.0)
@@ -78,7 +86,7 @@ picnic (0.6.4)
78
86
  polyglot (0.2.3)
79
87
  quietbacktrace
80
88
  rack (0.4.0)
81
- rails (2.1.1, 2.1.0, 2.0.2, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2)
89
+ rails (2.1.2, 2.1.1, 2.1.0, 2.0.5, 2.0.4, 2.0.3, 2.0.2, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0)
82
90
  rake (0.8.1)
83
91
  rcov (0.8.1.2.0)
84
92
  RedCloth (4.0.3, 4.0.1, 3.0.4, 3.0.3)
@@ -91,12 +99,14 @@ relevance-log_buddy (0.0.5)
91
99
  relevance-multi_rails (0.0.7)
92
100
  relevance-rubycas-server (0.6.99)
93
101
  relevance-tarantula (0.0.5)
102
+ relevance-test-spec
94
103
  relevance-github_hook (0.5.8)
95
104
  right_aws (1.8.1)
96
105
  ruby-hmac (0.3.2)
97
106
  ruby-openid
98
107
  rmagick (2.5.2)
99
108
  rspec (1.1.4)
109
+ rubigen
100
110
  ruby-aaws
101
111
  ruby-debug (0.10.2)
102
112
  ruby-json (1.1.2)
@@ -105,10 +115,12 @@ rubyforge (1.0.0)
105
115
  ruby-net-ldap (0.0.4)
106
116
  RubyInline (3.7.0)
107
117
  ruport (1.6.1)
118
+ session
108
119
  Shoulda (1.1.1)
109
120
  spicycode-rcov (0.8.1.3.0)
110
121
  sql-parser (0.0.2)
111
122
  sqlite3-ruby (1.2.1)
123
+ starling
112
124
  starling-starling
113
125
  syntax
114
126
  systemu (1.2.0)
@@ -124,6 +136,7 @@ tidy (1.1.2)
124
136
  tinder (1.1.7)
125
137
  transaction-simple (1.4.0)
126
138
  treetop (1.2.4)
139
+ twitter
127
140
  uuidtools (1.0.3)
128
141
  validatable (1.6.7)
129
142
  will_paginate (2.2.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.5"
4
+ version: 0.5.1
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-10-17 00:00:00 -07:00
12
+ date: 2008-11-08 00:00:00 -08:00
13
13
  default_executable: gem_sync
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -63,7 +63,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  version:
64
64
  required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - "="
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: "1.2"
69
69
  version: