runcoderun-gem_sync 0.4.6 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.txt CHANGED
@@ -33,4 +33,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
33
33
  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
34
34
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
35
35
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
36
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/gem_sync.gemspec CHANGED
@@ -1,10 +1,12 @@
1
+ # -*- encoding: utf-8 -*-
2
+
1
3
  Gem::Specification.new do |s|
2
4
  s.name = %q{gem_sync}
3
- s.version = "0.4.6"
5
+ s.version = "0.4.8"
4
6
 
5
7
  s.required_rubygems_version = Gem::Requirement.new("= 1.2") if s.respond_to? :required_rubygems_version=
6
8
  s.authors = ["Rob Sanheim @ Relevance"]
7
- s.date = %q{2008-10-14}
9
+ s.date = %q{2008-10-15}
8
10
  s.default_executable = %q{gem_sync}
9
11
  s.description = %q{Tool to install dependencies for RunCodeRun, though it could be used to bootstrap your own machines as well.}
10
12
  s.email = %q{rob@runcoderun.com}
@@ -16,7 +18,7 @@ Gem::Specification.new do |s|
16
18
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Gem_sync", "--main", "README.txt"]
17
19
  s.require_paths = ["lib"]
18
20
  s.rubyforge_project = %q{gem_sync}
19
- s.rubygems_version = %q{1.2.0}
21
+ s.rubygems_version = %q{1.3.0}
20
22
  s.summary = %q{Tool to install dependencies for RunCodeRun, though it could be used to bootstrap your own machines as well.}
21
23
  s.test_files = ["spec/gem_sync_spec.rb"]
22
24
 
@@ -24,7 +26,7 @@ Gem::Specification.new do |s|
24
26
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
25
27
  s.specification_version = 2
26
28
 
27
- if current_version >= 3 then
29
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
28
30
  s.add_development_dependency(%q<echoe>, [">= 0"])
29
31
  else
30
32
  s.add_dependency(%q<echoe>, [">= 0"])
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.4.6'
6
+ VERSION = '0.4.8'
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"
@@ -10,7 +10,7 @@ bj (1.0.1)
10
10
  builder (2.1.2)
11
11
  camping (1.5)
12
12
  color (1.4.0)
13
- configatron
13
+ configatron (2.1.5)
14
14
  dancroak-clearance (0.1.3)
15
15
  dancroak-clearance-admin (0.0.1)
16
16
  dancroak-ruby-summize (0.4)
@@ -47,6 +47,17 @@ libxml-ruby (0.8.3)
47
47
  log_buddy (0.0.5)
48
48
  main (2.8.2)
49
49
  markaby (0.5)
50
+ memcached
51
+ merb-core (0.9.9)
52
+ merb-exceptions (0.9.9)
53
+ merb-freezer (0.9.5)
54
+ merb-gen (0.9.9)
55
+ merb-haml (0.9.9)
56
+ merb-helpers (0.9.9)
57
+ merb-jquery (0.9.8)
58
+ merb-mailer (0.9.9)
59
+ merb-manage (0.4)
60
+ merb-more (0.9.9)
50
61
  metaid (1.0)
51
62
  mime-types (1.15)
52
63
  mislav-will_paginate (2.3.4)
@@ -62,7 +73,7 @@ picnic (0.6.4)
62
73
  polyglot (0.2.3)
63
74
  quietbacktrace
64
75
  rack (0.4.0)
65
- rails (2.1.0, 2.0.2, 2.0.1, 1.2.6)
76
+ 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)
66
77
  rake (0.8.1)
67
78
  rcov (0.8.1.2.0)
68
79
  RedCloth (4.0.3, 4.0.1, 3.0.4, 3.0.3)
@@ -107,6 +107,8 @@ ZenTest (3.10.0, 3.9.2, 3.9.1, 3.8.0, 3.6.0)]
107
107
  out = "Permission denied - /opt/local/lib/ruby/gems/1.8/cache/activesupport-1.4.4.gem"
108
108
  end
109
109
 
110
+ xit "logs connection refused and skips gem, usually due to firewall blocking or gem mirrir is down"
111
+
110
112
  xit "should try to install from github if gem was not found in default source(s)" do
111
113
  end
112
114
  end
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.4.6
4
+ version: 0.4.8
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-14 00:00:00 -07:00
12
+ date: 2008-10-15 00:00:00 -07:00
13
13
  default_executable: gem_sync
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency