runcoderun-gem_sync 0.3.1 → 0.3.2

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/Rakefile CHANGED
@@ -6,7 +6,7 @@ Echoe.new('gem_sync', Rcr::GemSync::VERSION) do |p|
6
6
  p.rubyforge_name = 'gem_sync'
7
7
  p.email = 'rob@runcoderun.com'
8
8
  p.author = ["Rob Sanheim @ Relevance"]
9
- p.summary = "Tool to install dependancies for RunCodeRun, though it could be used to bootstrap your own machines as well."
9
+ p.summary = "Tool to install dependenciescies for RunCodeRun, though it could be used to bootstrap your own machines as well."
10
10
  p.url = "http://runcoderun.com"
11
11
  p.test_pattern = 'spec/**/*_spec.rb'
12
12
  end
data/gem_sync.gemspec CHANGED
@@ -1,11 +1,11 @@
1
1
 
2
- # Gem::Specification for Gem_sync-0.3.1
2
+ # Gem::Specification for Gem_sync-0.3.2
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.1
8
+ version: 0.3.2
9
9
  platform: ruby
10
10
  authors:
11
11
  - Rob Sanheim @ Relevance
@@ -25,7 +25,7 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: "0"
27
27
  version:
28
- description: Tool to install dependancies for RunCodeRun, though it could be used to bootstrap your own machines as well.
28
+ description: Tool to install dependenciescies for RunCodeRun, though it could be used to bootstrap your own machines as well.
29
29
  email: rob@runcoderun.com
30
30
  executables:
31
31
  - gem_sync
@@ -76,6 +76,6 @@ requirements: []
76
76
  rubyforge_project: gem_sync
77
77
  rubygems_version: 1.2.0
78
78
  specification_version: 2
79
- summary: Tool to install dependancies for RunCodeRun, though it could be used to bootstrap your own machines as well.
79
+ summary: Tool to install dependenciescies for RunCodeRun, though it could be used to bootstrap your own machines as well.
80
80
  test_files:
81
81
  - spec/gem_sync_spec.rb
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.1'
5
+ VERSION = '0.3.2'
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
 
@@ -9,6 +9,11 @@ bj (1.0.1)
9
9
  builder (2.1.2)
10
10
  camping (1.5)
11
11
  color (1.4.0)
12
+ dancroak-clearance (0.1.3)
13
+ dancroak-clearance-admin (0.0.1)
14
+ dancroak-ruby-summize (0.4)
15
+ dancroak-twitter-search (0.5)
16
+ dancroak-validates_email_format_of (1.2.1)
12
17
  daemons (1.0.10)
13
18
  diff-lcs (1.1.2)
14
19
  dnsruby (1.2)
@@ -37,6 +42,7 @@ main (2.8.2)
37
42
  markaby (0.5)
38
43
  metaid (1.0)
39
44
  mime-types (1.15)
45
+ mislav-will_paginate (2.3.4)
40
46
  mocha (0.9.0)
41
47
  mosquito (0.1.3)
42
48
  mysql (2.7)
@@ -53,8 +59,15 @@ rake (0.8.1)
53
59
  rcov (0.8.1.2.0)
54
60
  RedCloth (4.0.3, 4.0.1, 3.0.4, 3.0.3)
55
61
  redgreen (1.2.2)
62
+ relevance-cap_gun (0.0.7)
63
+ relevance-castronaut (0.3.6)
64
+ relevance-github_hook (0.7.0)
65
+ relevance-grit (0.8.3)
66
+ relevance-log_buddy (0.0.5)
67
+ relevance-multi_rails (0.0.7)
68
+ relevance-rubycas-server (0.6.99)
69
+ relevance-tarantula (0.0.5)
56
70
  relevance-github_hook (0.5.8)
57
- rest-client (0.7)
58
71
  rmagick (2.5.2)
59
72
  rspec (1.1.4)
60
73
  ruby-debug (0.10.2)
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.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim @ Relevance
@@ -21,7 +21,7 @@ dependencies:
21
21
  - !ruby/object:Gem::Version
22
22
  version: "0"
23
23
  version:
24
- description: Tool to install dependancies for RunCodeRun, though it could be used to bootstrap your own machines as well.
24
+ description: Tool to install dependenciescies for RunCodeRun, though it could be used to bootstrap your own machines as well.
25
25
  email: rob@runcoderun.com
26
26
  executables:
27
27
  - gem_sync
@@ -73,6 +73,6 @@ rubyforge_project: gem_sync
73
73
  rubygems_version: 1.2.0
74
74
  signing_key:
75
75
  specification_version: 2
76
- summary: Tool to install dependancies for RunCodeRun, though it could be used to bootstrap your own machines as well.
76
+ summary: Tool to install dependenciescies for RunCodeRun, though it could be used to bootstrap your own machines as well.
77
77
  test_files:
78
78
  - spec/gem_sync_spec.rb