gem-orphan 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.md +4 -0
  3. data/gem-orphan.gemspec +7 -4
  4. metadata +13 -5
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2010 OZAWA Sakuro
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ h1. gem-orphan
2
+
3
+ gem-orphan is a naive implementation of the 'orphan' subcommand.
4
+ It finds gems on which no other gems are depending and lists such gems.
data/gem-orphan.gemspec CHANGED
@@ -3,17 +3,20 @@ Gem::Specification.new do |s|
3
3
  s.author = 'OZAWA Sakuro'
4
4
  s.author = 'sakuro@2238club.org'
5
5
  s.rubyforge_project = ''
6
- s.homepage = nil
6
+ s.homepage = 'https://github.com/sakuro/gem-orphan'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.summary = 'A RubyGems plugin to show orphaned gems.'
9
- s.description = <<-EOF
10
- A RubyGems plugin to show orphaned gems.
9
+ s.description = <<-EOF.gsub(/^ /, '')
10
+ gem-orphan is a naive implementation of the 'orphan' subcommand.
11
+ It finds gems on which no other gems are depending and lists such gems.
11
12
  EOF
12
- s.version = '0.0.1'
13
+ s.version = '0.0.2'
13
14
  s.files = <<-FILES.split
14
15
  lib/rubygems/commands/orphan_command.rb
15
16
  lib/rubygems_plugin.rb
16
17
  Rakefile
17
18
  gem-orphan.gemspec
19
+ MIT-LICENSE
20
+ README.md
18
21
  FILES
19
22
  end
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-orphan
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 27
4
5
  prerelease: false
5
6
  segments:
6
7
  - 0
7
8
  - 0
8
- - 1
9
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
10
11
  platform: ruby
11
12
  authors:
12
13
  - sakuro@2238club.org
@@ -14,11 +15,14 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-11-18 00:00:00 +09:00
18
+ date: 2010-11-19 00:00:00 +09:00
18
19
  default_executable:
19
20
  dependencies: []
20
21
 
21
- description: " A RubyGems plugin to show orphaned gems.\n"
22
+ description: |
23
+ gem-orphan is a naive implementation of the 'orphan' subcommand.
24
+ It finds gems on which no other gems are depending and lists such gems.
25
+
22
26
  email:
23
27
  executables: []
24
28
 
@@ -31,8 +35,10 @@ files:
31
35
  - lib/rubygems_plugin.rb
32
36
  - Rakefile
33
37
  - gem-orphan.gemspec
38
+ - MIT-LICENSE
39
+ - README.md
34
40
  has_rdoc: true
35
- homepage:
41
+ homepage: https://github.com/sakuro/gem-orphan
36
42
  licenses: []
37
43
 
38
44
  post_install_message:
@@ -45,6 +51,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
45
51
  requirements:
46
52
  - - ">="
47
53
  - !ruby/object:Gem::Version
54
+ hash: 3
48
55
  segments:
49
56
  - 0
50
57
  version: "0"
@@ -53,6 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
60
  requirements:
54
61
  - - ">="
55
62
  - !ruby/object:Gem::Version
63
+ hash: 3
56
64
  segments:
57
65
  - 0
58
66
  version: "0"