umount-many 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/bin/umount-many CHANGED
@@ -57,4 +57,4 @@ def main
57
57
  unmount_many_fs(opts)
58
58
  end
59
59
 
60
- main if $0 == __FILE__
60
+ main
Binary file
@@ -0,0 +1,45 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{umount-many}
8
+ s.version = "0.1.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Hagbard Celine"]
12
+ s.date = %q{2010-04-18}
13
+ s.default_executable = %q{umount-many}
14
+ s.description = %q{Unmount several devices based on filters}
15
+ s.email = %q{sin3141592@gmail.com}
16
+ s.executables = ["umount-many"]
17
+ s.extra_rdoc_files = [
18
+ "TODO"
19
+ ]
20
+ s.files = [
21
+ "Rakefile",
22
+ "TODO",
23
+ "VERSION",
24
+ "bin/umount-many",
25
+ "lib/umount-many.rb",
26
+ "pkg/umount-many-0.1.0.gem",
27
+ "umount-many.gemspec"
28
+ ]
29
+ s.homepage = %q{http://github.com/hackenporsche/umount-many}
30
+ s.rdoc_options = ["--charset=UTF-8"]
31
+ s.require_paths = ["lib"]
32
+ s.rubygems_version = %q{1.3.6}
33
+ s.summary = %q{Unmount several devices based on filters}
34
+
35
+ if s.respond_to? :specification_version then
36
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
37
+ s.specification_version = 3
38
+
39
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
40
+ else
41
+ end
42
+ else
43
+ end
44
+ end
45
+
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Hagbard Celine
@@ -30,7 +30,10 @@ files:
30
30
  - Rakefile
31
31
  - TODO
32
32
  - VERSION
33
+ - bin/umount-many
33
34
  - lib/umount-many.rb
35
+ - pkg/umount-many-0.1.0.gem
36
+ - umount-many.gemspec
34
37
  has_rdoc: true
35
38
  homepage: http://github.com/hackenporsche/umount-many
36
39
  licenses: []