runcoderun-gem_sync 0.3.2 → 0.3.3

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/README.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  = GemTest
2
2
 
3
- * FIX (url)
3
+ * http://runcoderun.com
4
4
 
5
5
  == DESCRIPTION:
6
6
 
@@ -14,7 +14,7 @@ sudo gem install runcoderun-gem_sync --source http://gems.github.com
14
14
 
15
15
  (The MIT License)
16
16
 
17
- Copyright (c) 2008 FIX
17
+ Copyright (c) 2008 Relevance, Inc.
18
18
 
19
19
  Permission is hereby granted, free of charge, to any person obtaining
20
20
  a copy of this software and associated documentation files (the
data/Rakefile CHANGED
@@ -1,3 +1,4 @@
1
+ gem 'technicalpickles-echoe'
1
2
  require 'rubygems'
2
3
  require 'echoe'
3
4
  require './lib/rcr/gem_sync.rb'
@@ -6,7 +7,8 @@ Echoe.new('gem_sync', Rcr::GemSync::VERSION) do |p|
6
7
  p.rubyforge_name = 'gem_sync'
7
8
  p.email = 'rob@runcoderun.com'
8
9
  p.author = ["Rob Sanheim @ Relevance"]
9
- p.summary = "Tool to install dependenciescies for RunCodeRun, though it could be used to bootstrap your own machines as well."
10
+ p.summary = "Tool to install dependencies for RunCodeRun, though it could be used to bootstrap your own machines as well."
10
11
  p.url = "http://runcoderun.com"
11
12
  p.test_pattern = 'spec/**/*_spec.rb'
13
+ p.gemspec_format = :ruby
12
14
  end
data/gem_sync.gemspec CHANGED
@@ -1,81 +1,35 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = %q{gem_sync}
3
+ s.version = "0.3.3"
1
4
 
2
- # Gem::Specification for Gem_sync-0.3.2
3
- # Originally generated by Echoe
5
+ s.required_rubygems_version = Gem::Requirement.new("= 1.2") if s.respond_to? :required_rubygems_version=
6
+ s.authors = ["Rob Sanheim @ Relevance"]
7
+ s.date = %q{2008-09-29}
8
+ s.default_executable = %q{gem_sync}
9
+ s.description = %q{Tool to install dependencies for RunCodeRun, though it could be used to bootstrap your own machines as well.}
10
+ s.email = %q{rob@runcoderun.com}
11
+ s.executables = ["gem_sync"]
12
+ s.extra_rdoc_files = ["bin/gem_sync", "lib/rcr/gem_sync.rb", "lib/runcoderun_gems.txt", "README.txt"]
13
+ s.files = ["bin/gem_sync", "gem_sync.gemspec", "History.txt", "lib/rcr/gem_sync.rb", "lib/runcoderun_gems.txt", "Manifest", "Manifest.txt", "Rakefile", "README.txt", "spec/gem_sync_spec.rb"]
14
+ s.has_rdoc = true
15
+ s.homepage = %q{http://runcoderun.com}
16
+ s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Gem_sync", "--main", "README.txt"]
17
+ s.require_paths = ["lib"]
18
+ s.rubyforge_project = %q{gem_sync}
19
+ s.rubygems_version = %q{1.2.0}
20
+ s.summary = %q{Tool to install dependencies for RunCodeRun, though it could be used to bootstrap your own machines as well.}
21
+ s.test_files = ["spec/gem_sync_spec.rb"]
4
22
 
5
- --- !ruby/object:Gem::Specification
6
- name: gem_sync
7
- version: !ruby/object:Gem::Version
8
- version: 0.3.2
9
- platform: ruby
10
- authors:
11
- - Rob Sanheim @ Relevance
12
- autorequire:
13
- bindir: bin
23
+ if s.respond_to? :specification_version then
24
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
25
+ s.specification_version = 2
14
26
 
15
- date: 2008-09-29 00:00:00 -04:00
16
- default_executable:
17
- dependencies:
18
- - !ruby/object:Gem::Dependency
19
- name: echoe
20
- type: :development
21
- version_requirement:
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ">="
25
- - !ruby/object:Gem::Version
26
- version: "0"
27
- version:
28
- description: Tool to install dependenciescies for RunCodeRun, though it could be used to bootstrap your own machines as well.
29
- email: rob@runcoderun.com
30
- executables:
31
- - gem_sync
32
- extensions: []
33
-
34
- extra_rdoc_files:
35
- - bin/gem_sync
36
- - lib/rcr/gem_sync.rb
37
- - lib/runcoderun_gems.txt
38
- - README.txt
39
- files:
40
- - bin/gem_sync
41
- - gem_sync.gemspec
42
- - History.txt
43
- - lib/rcr/gem_sync.rb
44
- - lib/runcoderun_gems.txt
45
- - Manifest
46
- - Manifest.txt
47
- - Rakefile
48
- - README.txt
49
- - spec/gem_sync_spec.rb
50
- has_rdoc: true
51
- homepage: http://runcoderun.com
52
- post_install_message:
53
- rdoc_options:
54
- - --line-numbers
55
- - --inline-source
56
- - --title
57
- - Gem_sync
58
- - --main
59
- - README.txt
60
- require_paths:
61
- - lib
62
- required_ruby_version: !ruby/object:Gem::Requirement
63
- requirements:
64
- - - ">="
65
- - !ruby/object:Gem::Version
66
- version: "0"
67
- version:
68
- required_rubygems_version: !ruby/object:Gem::Requirement
69
- requirements:
70
- - - "="
71
- - !ruby/object:Gem::Version
72
- version: "1.2"
73
- version:
74
- requirements: []
75
-
76
- rubyforge_project: gem_sync
77
- rubygems_version: 1.2.0
78
- specification_version: 2
79
- summary: Tool to install dependenciescies for RunCodeRun, though it could be used to bootstrap your own machines as well.
80
- test_files:
81
- - spec/gem_sync_spec.rb
27
+ if current_version >= 3 then
28
+ s.add_development_dependency(%q<echoe>, [">= 0"])
29
+ else
30
+ s.add_dependency(%q<echoe>, [">= 0"])
31
+ end
32
+ else
33
+ s.add_dependency(%q<echoe>, [">= 0"])
34
+ end
35
+ end
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.2'
5
+ VERSION = '0.3.3'
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,7 @@ relevance-multi_rails (0.0.7)
68
68
  relevance-rubycas-server (0.6.99)
69
69
  relevance-tarantula (0.0.5)
70
70
  relevance-github_hook (0.5.8)
71
+ right_aws
71
72
  rmagick (2.5.2)
72
73
  rspec (1.1.4)
73
74
  ruby-debug (0.10.2)
@@ -79,6 +80,7 @@ ruport (1.6.1)
79
80
  Shoulda (1.1.1)
80
81
  sql-parser (0.0.2)
81
82
  sqlite3-ruby (1.2.1)
83
+ syntax
82
84
  systemu (1.2.0)
83
85
  technicalpickles-echoe (3)
84
86
  thoughtbot-clearance (0.1.6)
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runcoderun-gem_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim @ Relevance
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain:
11
- date: 2008-09-28 21:00:00 -07:00
12
- default_executable:
10
+ cert_chain: []
11
+
12
+ date: 2008-09-29 00:00:00 -07:00
13
+ default_executable: gem_sync
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: echoe
16
- type: :development
17
17
  version_requirement:
18
18
  version_requirements: !ruby/object:Gem::Requirement
19
19
  requirements:
@@ -21,7 +21,7 @@ dependencies:
21
21
  - !ruby/object:Gem::Version
22
22
  version: "0"
23
23
  version:
24
- description: Tool to install dependenciescies for RunCodeRun, though it could be used to bootstrap your own machines as well.
24
+ description: Tool to install dependencies 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 dependenciescies for RunCodeRun, though it could be used to bootstrap your own machines as well.
76
+ summary: Tool to install dependencies 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