runcoderun-gem_sync 0.5.10 → 0.5.11

Sign up to get free protection for your applications and to get access to all the features.
data/gem_sync.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{gem_sync}
5
- s.version = "0.5.10"
5
+ s.version = "0.5.11"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Rob Sanheim @ Relevance"]
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.10'
6
+ VERSION = '0.5.11'
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/raw/master/lib/runcoderun_gems.txt"
@@ -45,6 +45,7 @@ data_objects (0.9.12, 0.9.6)
45
45
  dbd-mysql
46
46
  dbd-sqlite3
47
47
  dbi
48
+ dfl-factories-and-workers
48
49
  diff-lcs (1.1.2)
49
50
  dm-core (0.9.11)
50
51
  dm-tags (0.9.11)
@@ -76,6 +77,7 @@ freelancing-god-thinking-sphinx
76
77
  geminstaller
77
78
  gem_plugin (0.2.3)
78
79
  geokit
80
+ giraffesoft-resource_controller
79
81
  git (1.0.5)
80
82
  god (0.7.13, 0.7.12, 0.7.8)
81
83
  google-geocode (1.2.1)
@@ -103,6 +105,7 @@ jnunemaker-twitter (0.6.12)
103
105
  jscruggs-metric_fu (1.1.4, 1.0.2)
104
106
  json (1.1.4, 1.1.3)
105
107
  jsonbuilder
108
+ juggernaut
106
109
  kematzy-sinatra-cache (0.2.2)
107
110
  lame_encoder (0.1.1)
108
111
  launchy (0.3.3, 0.3.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.10
4
+ version: 0.5.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim @ Relevance