umount-many 0.1.3 → 0.1.4
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 -2
- data/VERSION +1 -1
- data/lib/umount-many.rb +0 -1
- data/umount-many.gemspec +5 -6
- metadata +7 -6
- data/lib/.umount-many.rb.swp +0 -0
data/Rakefile
CHANGED
|
@@ -5,10 +5,9 @@ begin
|
|
|
5
5
|
gem.executables = "umount-many"
|
|
6
6
|
gem.summary = "Unmount several devices based on filters"
|
|
7
7
|
gem.email = "sin3141592@gmail.com"
|
|
8
|
-
gem.homepage = "http://github.com/
|
|
8
|
+
gem.homepage = "http://github.com/sin3141592/umount-many"
|
|
9
9
|
gem.description = gem.summary
|
|
10
10
|
gem.authors = ["Hagbard Celine"]
|
|
11
|
-
#gem.files = FileList["bin/**/*", "lib/**/*"]
|
|
12
11
|
end
|
|
13
12
|
Jeweler::GemcutterTasks.new
|
|
14
13
|
rescue LoadError
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
data/lib/umount-many.rb
CHANGED
|
@@ -74,7 +74,6 @@ def report_results(to_unmount, format)
|
|
|
74
74
|
exit 2
|
|
75
75
|
end
|
|
76
76
|
if format.downcase == "xml"
|
|
77
|
-
# TODO: I am not quite sure if XmlSimple makes proper output
|
|
78
77
|
STDERR.puts "WARNING: XML format is experimental."
|
|
79
78
|
require 'xmlsimple'
|
|
80
79
|
puts XmlSimple.xml_out(to_unmount)
|
data/umount-many.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{umount-many}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Hagbard Celine"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-10-05}
|
|
13
13
|
s.default_executable = %q{umount-many}
|
|
14
14
|
s.description = %q{Unmount several devices based on filters}
|
|
15
15
|
s.email = %q{sin3141592@gmail.com}
|
|
@@ -22,23 +22,22 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
"TODO",
|
|
23
23
|
"VERSION",
|
|
24
24
|
"bin/umount-many",
|
|
25
|
-
"lib/.umount-many.rb.swp",
|
|
26
25
|
"lib/umount-many.rb",
|
|
27
26
|
"pkg/umount-many-0.1.0.gem",
|
|
28
27
|
"pkg/umount-many-0.1.1.gem",
|
|
29
28
|
"umount-many.gemspec"
|
|
30
29
|
]
|
|
31
|
-
s.homepage = %q{http://github.com/
|
|
30
|
+
s.homepage = %q{http://github.com/sin3141592/umount-many}
|
|
32
31
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
33
32
|
s.require_paths = ["lib"]
|
|
34
|
-
s.rubygems_version = %q{1.3.
|
|
33
|
+
s.rubygems_version = %q{1.3.7}
|
|
35
34
|
s.summary = %q{Unmount several devices based on filters}
|
|
36
35
|
|
|
37
36
|
if s.respond_to? :specification_version then
|
|
38
37
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
39
38
|
s.specification_version = 3
|
|
40
39
|
|
|
41
|
-
if Gem::Version.new(Gem::
|
|
40
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
42
41
|
else
|
|
43
42
|
end
|
|
44
43
|
else
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 4
|
|
9
|
+
version: 0.1.4
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Hagbard Celine
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-
|
|
17
|
+
date: 2010-10-05 00:00:00 +02:00
|
|
18
18
|
default_executable: umount-many
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
@@ -31,13 +31,12 @@ files:
|
|
|
31
31
|
- TODO
|
|
32
32
|
- VERSION
|
|
33
33
|
- bin/umount-many
|
|
34
|
-
- lib/.umount-many.rb.swp
|
|
35
34
|
- lib/umount-many.rb
|
|
36
35
|
- pkg/umount-many-0.1.0.gem
|
|
37
36
|
- pkg/umount-many-0.1.1.gem
|
|
38
37
|
- umount-many.gemspec
|
|
39
38
|
has_rdoc: true
|
|
40
|
-
homepage: http://github.com/
|
|
39
|
+
homepage: http://github.com/sin3141592/umount-many
|
|
41
40
|
licenses: []
|
|
42
41
|
|
|
43
42
|
post_install_message:
|
|
@@ -46,6 +45,7 @@ rdoc_options:
|
|
|
46
45
|
require_paths:
|
|
47
46
|
- lib
|
|
48
47
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
48
|
+
none: false
|
|
49
49
|
requirements:
|
|
50
50
|
- - ">="
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
@@ -53,6 +53,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
53
53
|
- 0
|
|
54
54
|
version: "0"
|
|
55
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
56
|
+
none: false
|
|
56
57
|
requirements:
|
|
57
58
|
- - ">="
|
|
58
59
|
- !ruby/object:Gem::Version
|
|
@@ -62,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
62
63
|
requirements: []
|
|
63
64
|
|
|
64
65
|
rubyforge_project:
|
|
65
|
-
rubygems_version: 1.3.
|
|
66
|
+
rubygems_version: 1.3.7
|
|
66
67
|
signing_key:
|
|
67
68
|
specification_version: 3
|
|
68
69
|
summary: Unmount several devices based on filters
|
data/lib/.umount-many.rb.swp
DELETED
|
Binary file
|