runcoderun-gem_sync 0.2.8 → 0.3.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,18 +1,18 @@
1
1
 
2
- # Gem::Specification for Gem_sync-0.2.8
2
+ # Gem::Specification for Gem_sync-0.3.0
3
3
  # Originally generated by Echoe
4
4
 
5
5
  --- !ruby/object:Gem::Specification
6
6
  name: gem_sync
7
7
  version: !ruby/object:Gem::Version
8
- version: 0.2.8
8
+ version: 0.3.0
9
9
  platform: ruby
10
10
  authors:
11
11
  - Rob Sanheim @ Relevance
12
12
  autorequire:
13
13
  bindir: bin
14
14
 
15
- date: 2008-09-26 00:00:00 -04:00
15
+ date: 2008-09-29 00:00:00 -04:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
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.2.8'
5
+ VERSION = '0.3.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
 
@@ -11,6 +11,7 @@ camping (1.5)
11
11
  color (1.4.0)
12
12
  daemons (1.0.10)
13
13
  diff-lcs (1.1.2)
14
+ dnsruby (1.2)
14
15
  echoe (3)
15
16
  facets (2.4.4, 2.4.1, 2.3.0, 2.2.1, 2.2.0, 2.1.3, 2.0.5)
16
17
  factory_girl
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runcoderun-gem_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim @ Relevance
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain:
11
- date: 2008-09-25 21:00:00 -07:00
11
+ date: 2008-09-28 21:00:00 -07:00
12
12
  default_executable:
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency