runcoderun-gem_sync 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/gem_sync.gemspec CHANGED
@@ -1,11 +1,11 @@
1
1
 
2
- # Gem::Specification for Gem_sync-0.3.0
2
+ # Gem::Specification for Gem_sync-0.3.1
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.3.0
8
+ version: 0.3.1
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.3.0'
5
+ VERSION = '0.3.1'
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
 
@@ -68,6 +68,10 @@ sql-parser (0.0.2)
68
68
  sqlite3-ruby (1.2.1)
69
69
  systemu (1.2.0)
70
70
  technicalpickles-echoe (3)
71
+ thoughtbot-clearance (0.1.6)
72
+ thoughtbot-factory_girl (1.1.3)
73
+ thoughtbot-quietbacktrace (1.1.4)
74
+ thoughtbot-shoulda (2.0.2)
71
75
  test-spec (0.9.0)
72
76
  tidy (1.1.2)
73
77
  tinder (1.1.7)
@@ -75,6 +79,5 @@ transaction-simple (1.4.0)
75
79
  treetop (1.2.4)
76
80
  uuidtools (1.0.3)
77
81
  validatable (1.6.7)
78
- wikitext (1.1.99)
79
82
  will_paginate (2.2.2)
80
83
  ZenTest (3.10.0)
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.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim @ Relevance