runcoderun-gem_sync 0.5.9 → 0.5.10
Sign up to get free protection for your applications and to get access to all the features.
- data/gem_sync.gemspec +1 -1
- data/lib/rcr/gem_sync.rb +1 -1
- data/lib/runcoderun_gems.txt +2 -0
- metadata +1 -1
data/gem_sync.gemspec
CHANGED
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.
|
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"
|
data/lib/runcoderun_gems.txt
CHANGED
@@ -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)
|