runcoderun-gem_sync 0.3.6 → 0.4.0

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 CHANGED
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{gem_sync}
3
- s.version = "0.3.6"
3
+ s.version = "0.4.0"
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-10-04}
7
+ s.date = %q{2008-10-05}
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
@@ -2,7 +2,7 @@ require 'ostruct'
2
2
 
3
3
  module Rcr
4
4
  class GemSync
5
- VERSION = '0.3.6'
5
+ VERSION = '0.4.0'
6
6
  GITHUB = "http://gems.github.com"
7
7
  RCR_GEM_LIST = File.expand_path(File.join(File.dirname(__FILE__), *%w[.. runcoderun_gems.txt]))
8
8
 
@@ -17,6 +17,7 @@ module Rcr
17
17
  end
18
18
 
19
19
  def self.update_gems
20
+ puts "Updating all gems to latest..."
20
21
  puts `gem update`
21
22
  end
22
23
 
@@ -19,6 +19,7 @@ daemons (1.0.10)
19
19
  diff-lcs (1.1.2)
20
20
  dnsruby (1.2)
21
21
  echoe (3)
22
+ expectations (1.2.0)
22
23
  facets (2.4.4, 2.4.1, 2.3.0, 2.2.1, 2.2.0, 2.1.3, 2.0.5)
23
24
  factory_girl
24
25
  fastercsv (1.2.3)
@@ -88,6 +89,7 @@ sqlite3-ruby (1.2.1)
88
89
  syntax
89
90
  systemu (1.2.0)
90
91
  technicalpickles-echoe (3)
92
+ termios (0.9.4)
91
93
  thoughtbot-clearance (0.1.6)
92
94
  thoughtbot-factory_girl (1.1.3)
93
95
  thoughtbot-quietbacktrace (1.1.4)
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.6
4
+ version: 0.4.0
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-04 00:00:00 -07:00
12
+ date: 2008-10-05 00:00:00 -07:00
13
13
  default_executable: gem_sync
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency