runcoderun-gem_sync 0.2.2 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/gem_sync.gemspec +2 -2
  2. data/lib/rcr/gem_sync.rb +1 -1
  3. metadata +1 -1
data/gem_sync.gemspec CHANGED
@@ -1,11 +1,11 @@
1
1
 
2
- # Gem::Specification for Gem_sync-0.2.2
2
+ # Gem::Specification for Gem_sync-0.2.4
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.2
8
+ version: 0.2.4
9
9
  platform: ruby
10
10
  authors:
11
11
  - Rob Sanheim @ Relevance
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.2'
5
+ VERSION = '0.2.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
 
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.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim @ Relevance