runcoderun-rcr_gem_installer 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ require 'ostruct'
2
2
 
3
3
  module Rcr
4
4
  class GemInstaller
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.4'
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
  GEM_LIST = ENV["GEM_LIST"] || ARGV[0] || RCR_GEM_LIST
@@ -13,6 +13,7 @@ daemons (1.0.10)
13
13
  diff-lcs (1.1.2)
14
14
  echoe (3)
15
15
  facets (2.4.4, 2.4.1, 2.3.0, 2.2.1, 2.2.0, 2.1.3, 2.0.5)
16
+ factory_girl
16
17
  fastercsv (1.2.3)
17
18
  fattr (1.0.3)
18
19
  flexmock (0.8.2)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{rcr_gem_installer}
3
- s.version = "0.1.2"
3
+ s.version = "0.1.4"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runcoderun-rcr_gem_installer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim @ Relevance