unteilbar 0.1.0 → 0.1.1
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.
- checksums.yaml +5 -5
- data/bin/unteilbar +3 -2
- data/lib/unteilbar/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: aba8f94cdcabb152ef2d23f4623d5818a878be3a380949bdcbdbb4b5d8a2b08a
|
|
4
|
+
data.tar.gz: 88fd336ed6c1fc2b278cdc3ee1b95bf8a5eec9bddcaaad6ec1c3b805baeddb17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7431a3e6cd4eae62ea23b3fdcab7ccd04bf1ff31d83a9092d95ea2db15b74bf5669db0726fc72e2d2e79f54768a7c33d8e80f2c5a33fb3a40e068d0a8cbb98f0
|
|
7
|
+
data.tar.gz: ab9f6562b1133b8248502e1d27109ab2408e56232d458302f13548a72ac8f37a9c0f45e0298817aa09068a7f1bf682e51e535158191334bf3ec70dfa29cee17d
|
data/bin/unteilbar
CHANGED
|
@@ -8,7 +8,7 @@ require 'pp'
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
def process(file)
|
|
11
|
-
if file && File.exists?(file)
|
|
11
|
+
if file && File.exists?(file)
|
|
12
12
|
sigs = Unteilbar::Signatures.new(file)
|
|
13
13
|
sigs.to_html
|
|
14
14
|
puts "#### Result in file: signer.html #####"
|
|
@@ -27,7 +27,8 @@ OptionParser.new do |opts|
|
|
|
27
27
|
opts.separator ""
|
|
28
28
|
|
|
29
29
|
opts.separator "Common options:"
|
|
30
|
-
opts.on("-f", "--file", "Name the csv file") do |v|
|
|
30
|
+
opts.on("-f", "--file==FILE", "Name the csv file") do |v|
|
|
31
|
+
puts "v is: #{v}"
|
|
31
32
|
options[:file] = v
|
|
32
33
|
end
|
|
33
34
|
opts.on_tail("-h", "--help", "Show this message") do
|
data/lib/unteilbar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unteilbar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- rene paulokat
|
|
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
96
96
|
version: '0'
|
|
97
97
|
requirements: []
|
|
98
98
|
rubyforge_project:
|
|
99
|
-
rubygems_version: 2.
|
|
99
|
+
rubygems_version: 2.7.7
|
|
100
100
|
signing_key:
|
|
101
101
|
specification_version: 4
|
|
102
102
|
summary: 'parses signer of #unteilbar'
|