gemsync 0.1.6 → 0.1.7
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 +1 -1
- data/VERSION +1 -1
- data/bin/gemsync +2 -2
- data/gemsync.gemspec +2 -2
- data/pkg/gemsync-0.1.7.gem +0 -0
- data/rdoc/created.rid +1 -1
- data/rdoc/index.html +2 -2
- metadata +4 -4
- data/pkg/gemsync-0.1.6.gem +0 -0
data/Rakefile
CHANGED
|
@@ -5,7 +5,7 @@ begin
|
|
|
5
5
|
require 'jeweler'
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "gemsync"
|
|
8
|
-
gem.version = "0.1.
|
|
8
|
+
gem.version = "0.1.7"
|
|
9
9
|
gem.summary = %Q{Small gem to sync multiple gem installations.}
|
|
10
10
|
gem.description = %Q{Small gem to sync multiple gem installations. This can be done by pointing to a ruby installation or from a text file created by `gem list > file.txt`.}
|
|
11
11
|
gem.email = "quest@mac.com"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.7
|
data/bin/gemsync
CHANGED
|
@@ -8,7 +8,7 @@ require 'trollop'
|
|
|
8
8
|
# Setup arguments from the command line.
|
|
9
9
|
# This uses the trollop library on github.
|
|
10
10
|
opts = Trollop::options do
|
|
11
|
-
version "gemsync 0.1.
|
|
11
|
+
version "gemsync 0.1.7 (c) 2010 Josh Ellithorpe"
|
|
12
12
|
banner <<-EOS
|
|
13
13
|
Small gem to sync multiple gem installations.
|
|
14
14
|
|
|
@@ -136,7 +136,7 @@ for gem in gems
|
|
|
136
136
|
mysql_config = ''
|
|
137
137
|
mysql_dir = ''
|
|
138
138
|
['', '5'].each do |v|
|
|
139
|
-
mysql_config = `which mysql_config#{v}
|
|
139
|
+
mysql_config = `which mysql_config#{v}`.chomp if mysql_config == ''
|
|
140
140
|
mysql_dir = `which mysql#{v}` if mysql_dir == ''
|
|
141
141
|
end
|
|
142
142
|
mysql_dir = mysql_dir.split('/')[0..-3].join('/')
|
data/gemsync.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{gemsync}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.7"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["quest"]
|
|
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
|
|
|
26
26
|
"VERSION",
|
|
27
27
|
"bin/gemsync",
|
|
28
28
|
"gemsync.gemspec",
|
|
29
|
-
"pkg/gemsync-0.1.
|
|
29
|
+
"pkg/gemsync-0.1.7.gem",
|
|
30
30
|
"rdoc/created.rid",
|
|
31
31
|
"rdoc/files/README_rdoc.html",
|
|
32
32
|
"rdoc/fr_class_index.html",
|
|
Binary file
|
data/rdoc/created.rid
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Tue, 21 Sep 2010
|
|
1
|
+
Tue, 21 Sep 2010 10:11:19 -0700
|
data/rdoc/index.html
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
<!--
|
|
7
7
|
|
|
8
|
-
gemsync 0.1.
|
|
8
|
+
gemsync 0.1.7
|
|
9
9
|
|
|
10
10
|
-->
|
|
11
11
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
12
12
|
<head>
|
|
13
|
-
<title>gemsync 0.1.
|
|
13
|
+
<title>gemsync 0.1.7</title>
|
|
14
14
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
15
15
|
</head>
|
|
16
16
|
<frameset rows="20%, 80%">
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gemsync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.1.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- quest
|
|
@@ -51,7 +51,7 @@ files:
|
|
|
51
51
|
- VERSION
|
|
52
52
|
- bin/gemsync
|
|
53
53
|
- gemsync.gemspec
|
|
54
|
-
- pkg/gemsync-0.1.
|
|
54
|
+
- pkg/gemsync-0.1.7.gem
|
|
55
55
|
- rdoc/created.rid
|
|
56
56
|
- rdoc/files/README_rdoc.html
|
|
57
57
|
- rdoc/fr_class_index.html
|
data/pkg/gemsync-0.1.6.gem
DELETED
|
Binary file
|