hubless 0.1.0 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.markdown +45 -0
  2. data/VERSION +1 -1
  3. data/hubless.gemspec +3 -3
  4. metadata +3 -3
  5. data/README.rdoc +0 -11
data/README.markdown ADDED
@@ -0,0 +1,45 @@
1
+ # hubless
2
+
3
+ Search your local gem repository for gems installed from GitHub that have since moved to Gemcutter and get instructions on how to reinstall them.
4
+
5
+ ## Command line usage
6
+
7
+ $ hubless
8
+
9
+ ## Sample output
10
+
11
+ Found 184 local gems. Of those, 53 look like GitHub gems.
12
+
13
+ Searching GitHub for matching repositories...
14
+ YNYYYYNNNYNNNNNNNNNYYNNNNNNYNNNYNNNNNNYYNYYYNYNNNNNYN
15
+ Found 17 repositories on GitHub.
16
+
17
+ Searching for matching gems on Gemcutter...
18
+ NNYYNYNYNYYYYYNNN
19
+ Found 9 gems on Gemcutter.
20
+
21
+ To uninstall these GitHub gems run:
22
+ gem uninstall thoughtbot-shoulda -v 2.10.1
23
+ gem uninstall thoughtbot-factory_girl -v 1.2.1
24
+ gem uninstall sqlite3-ruby -v 1.2.4
25
+ gem uninstall rubyist-aasm -v 2.1.1
26
+ gem uninstall relevance-rcov -v 0.8.6
27
+ gem uninstall mojombo-chronic -v 0.3.0
28
+ gem uninstall mislav-will_paginate -v 2.3.11
29
+ gem uninstall jscruggs-metric_fu -v 1.1.5
30
+ gem uninstall javan-whenever -v 0.3.6
31
+
32
+ To reinstall these gems from Gemcutter run:
33
+ gem install shoulda -v 2.10.1
34
+ gem install factory_girl -v 1.2.1
35
+ gem install ruby -v 1.2.4
36
+ gem install aasm -v 2.1.1
37
+ gem install rcov -v 0.8.6
38
+ gem install chronic -v 0.3.0
39
+ gem install will_paginate -v 2.3.11
40
+ gem install metric_fu -v 1.1.5
41
+ gem install whenever -v 0.3.6
42
+
43
+ ## Copyright
44
+
45
+ Copyright (c) 2010 Greg Sterndale. See LICENSE for details.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.3
data/hubless.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{hubless}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Greg Sterndale"]
@@ -16,13 +16,13 @@ Gem::Specification.new do |s|
16
16
  s.executables = ["hubless"]
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE",
19
- "README.rdoc"
19
+ "README.markdown"
20
20
  ]
21
21
  s.files = [
22
22
  ".document",
23
23
  ".gitignore",
24
24
  "LICENSE",
25
- "README.rdoc",
25
+ "README.markdown",
26
26
  "Rakefile",
27
27
  "VERSION",
28
28
  "bin/hubless",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Sterndale
@@ -30,12 +30,12 @@ extensions: []
30
30
 
31
31
  extra_rdoc_files:
32
32
  - LICENSE
33
- - README.rdoc
33
+ - README.markdown
34
34
  files:
35
35
  - .document
36
36
  - .gitignore
37
37
  - LICENSE
38
- - README.rdoc
38
+ - README.markdown
39
39
  - Rakefile
40
40
  - VERSION
41
41
  - bin/hubless
data/README.rdoc DELETED
@@ -1,11 +0,0 @@
1
- = hubless
2
-
3
- Search your local gem repository for gems installed from GitHub that have since moved to Gemcutter and get instructions on how to reinstall them.
4
-
5
- == Command line usage
6
-
7
- $ hubless
8
-
9
- == Copyright
10
-
11
- Copyright (c) 2010 Greg Sterndale. See LICENSE for details.