runcoderun-gem_sync 0.5.9 → 0.5.10

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
@@ -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.9"
5
+ s.version = "0.5.10"
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.9'
6
+ VERSION = '0.5.10'
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"
@@ -8,6 +8,7 @@ acts_as_reportable (1.1.1)
8
8
  addressable (2.0.2, 1.0.4)
9
9
  allison (2.0.3)
10
10
  andand
11
+ andre-geokit
11
12
  archive-tar-minitar (0.5.2)
12
13
  arrayfields (4.7.3, 4.6.0)
13
14
  authlogic
@@ -117,6 +118,7 @@ markaby (0.5)
117
118
  maruku
118
119
  mash (0.0.3)
119
120
  mbleigh-acts-as-taggable-on
121
+ mdoel-cukesteps
120
122
  mechanize
121
123
  memcache-client
122
124
  memcached (0.12, 0.11)
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.9
4
+ version: 0.5.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim @ Relevance