gemsync 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = gemsync
2
2
 
3
- Small script to sync multiple gem installations.
3
+ Small gem to sync multiple gem installations.
4
4
 
5
5
  Usage: gemsync [options]
6
6
 
data/Rakefile CHANGED
@@ -5,9 +5,9 @@ begin
5
5
  require 'jeweler'
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "gemsync"
8
- gem.version = "0.1.1"
9
- gem.summary = %Q{Small script to sync multiple gem installations.}
10
- gem.description = %Q{Small script 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`.}
8
+ gem.version = "0.1.2"
9
+ gem.summary = %Q{Small gem to sync multiple gem installations.}
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"
12
12
  gem.homepage = "http://github.com/zquestz/gemsync"
13
13
  gem.authors = ["quest"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/bin/gemsync CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- # Small script to sync multiple gem installations.
2
+ # Small gem to sync multiple gem installations.
3
3
  # (c) 2010 Josh Ellithorpe
4
4
 
5
5
  require 'rubygems'
@@ -7,9 +7,9 @@ require 'trollop'
7
7
 
8
8
  # Setup arguments from the command line.
9
9
  opts = Trollop::options do
10
- version "gemsync 0.1.1 (c) 2010 Josh Ellithorpe"
10
+ version "gemsync 0.1.2 (c) 2010 Josh Ellithorpe"
11
11
  banner <<-EOS
12
- Small script to sync multiple gem installations.
12
+ Small gem to sync multiple gem installations.
13
13
 
14
14
  Usage: gemsync [options]
15
15
 
@@ -36,7 +36,7 @@ Trollop::die :destination, "\n\t-- Binary '#{opts[:destination]}/bin/gem' does n
36
36
 
37
37
  @main_dir = opts[:source]
38
38
  @sync_dir = opts[:destination]
39
- @docstring = opts[:build_docs] ? '--no-ri --no-rdoc' : ''
39
+ @docstring = opts[:build_docs] ? '' : '--no-ri --no-rdoc'
40
40
  @sudostring = opts[:disable_sudo] ? '' : (`which sudo`.strip + ' ') # Just stripping newline
41
41
 
42
42
  # Gems you don't want to sync
data/gemsync.gemspec CHANGED
@@ -5,13 +5,13 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gemsync}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["quest"]
12
12
  s.date = %q{2010-09-12}
13
13
  s.default_executable = %q{gemsync}
14
- s.description = %q{Small script 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`.}
14
+ s.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`.}
15
15
  s.email = %q{quest@mac.com}
16
16
  s.executables = ["gemsync"]
17
17
  s.extra_rdoc_files = [
@@ -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.1.gem",
29
+ "pkg/gemsync-0.1.2.gem",
30
30
  "rdoc/created.rid",
31
31
  "rdoc/files/README_rdoc.html",
32
32
  "rdoc/fr_class_index.html",
@@ -39,7 +39,7 @@ Gem::Specification.new do |s|
39
39
  s.rdoc_options = ["--charset=UTF-8"]
40
40
  s.require_paths = ["lib"]
41
41
  s.rubygems_version = %q{1.3.7}
42
- s.summary = %q{Small script to sync multiple gem installations.}
42
+ s.summary = %q{Small gem to sync multiple gem installations.}
43
43
 
44
44
  if s.respond_to? :specification_version then
45
45
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
data/rdoc/created.rid CHANGED
@@ -1 +1 @@
1
- Sun, 12 Sep 2010 15:36:07 -0700
1
+ Sun, 12 Sep 2010 15:48:26 -0700
@@ -56,7 +56,7 @@
56
56
  </tr>
57
57
  <tr class="top-aligned-row">
58
58
  <td><strong>Last Update:</strong></td>
59
- <td>Sun Sep 12 15:03:35 -0700 2010</td>
59
+ <td>Sun Sep 12 15:48:05 -0700 2010</td>
60
60
  </tr>
61
61
  </table>
62
62
  </div>
@@ -71,7 +71,7 @@
71
71
  <div id="description">
72
72
  <h1>gemsync</h1>
73
73
  <p>
74
- Small script to sync multiple gem installations.
74
+ Small gem to sync multiple gem installations.
75
75
  </p>
76
76
  <p>
77
77
  Usage: gemsync [options]
data/rdoc/index.html CHANGED
@@ -5,13 +5,13 @@
5
5
 
6
6
  <!--
7
7
 
8
- gemsync 0.1.1
8
+ gemsync 0.1.2
9
9
 
10
10
 
11
11
  -->
12
12
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
13
13
  <head>
14
- <title>gemsync 0.1.1
14
+ <title>gemsync 0.1.2
15
15
  </title>
16
16
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
17
17
  </head>
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: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - quest
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: 1.16.2
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
- description: Small script 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`.
37
+ description: 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`.
38
38
  email: quest@mac.com
39
39
  executables:
40
40
  - gemsync
@@ -51,7 +51,7 @@ files:
51
51
  - VERSION
52
52
  - bin/gemsync
53
53
  - gemsync.gemspec
54
- - pkg/gemsync-0.1.1.gem
54
+ - pkg/gemsync-0.1.2.gem
55
55
  - rdoc/created.rid
56
56
  - rdoc/files/README_rdoc.html
57
57
  - rdoc/fr_class_index.html
@@ -92,6 +92,6 @@ rubyforge_project:
92
92
  rubygems_version: 1.3.7
93
93
  signing_key:
94
94
  specification_version: 3
95
- summary: Small script to sync multiple gem installations.
95
+ summary: Small gem to sync multiple gem installations.
96
96
  test_files: []
97
97