hexy 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README +5 -2
- data/Rakefile +5 -2
- metadata +8 -8
data/README
CHANGED
@@ -52,8 +52,11 @@ package.
|
|
52
52
|
|
53
53
|
gem install hexy -r
|
54
54
|
|
55
|
-
|
56
|
-
|
55
|
+
If you'd like to fork this or keep track of development, you may want to check
|
56
|
+
out:
|
57
|
+
|
58
|
+
http://github.com/a2800276/hexy
|
59
|
+
|
57
60
|
|
58
61
|
|
59
62
|
== Mail
|
data/Rakefile
CHANGED
@@ -9,9 +9,9 @@ require "rubygems"
|
|
9
9
|
|
10
10
|
SHORTNAME ='hexy' # this should be the rubyforge project name
|
11
11
|
DESC ='Utility for hexdumps'
|
12
|
-
PKG_VERSION ='0.1.
|
12
|
+
PKG_VERSION ='0.1.1'
|
13
13
|
LONG_DESC = <<END_DESC
|
14
|
-
|
14
|
+
Ruby utility to pretty print hexdumps, similar to xxd.
|
15
15
|
END_DESC
|
16
16
|
RUBYFORGE_USER ='a2800276'
|
17
17
|
|
@@ -79,6 +79,9 @@ spec = Gem::Specification.new do |s|
|
|
79
79
|
s.requirements << "none"
|
80
80
|
s.require_path = 'lib'
|
81
81
|
s.description = LONG_DESC
|
82
|
+
s.authors = ["Tim Becker"]
|
83
|
+
s.email = "tim.becker@kuriositaet.de"
|
84
|
+
s.homepage = "http://github.com/a2800276/hexy"
|
82
85
|
end
|
83
86
|
|
84
87
|
# Adding a new GemPackageTask adds a task named `package`, which generates
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hexy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
|
-
authors:
|
13
|
-
|
12
|
+
authors:
|
13
|
+
- Tim Becker
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
@@ -19,8 +19,8 @@ date: 2010-09-29 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
22
|
-
description: "
|
23
|
-
email:
|
22
|
+
description: " Ruby utility to pretty print hexdumps, similar to xxd.\t\n"
|
23
|
+
email: tim.becker@kuriositaet.de
|
24
24
|
executables: []
|
25
25
|
|
26
26
|
extensions: []
|
@@ -39,7 +39,7 @@ files:
|
|
39
39
|
- TODO
|
40
40
|
- test/hexy_text.rb
|
41
41
|
has_rdoc: true
|
42
|
-
homepage:
|
42
|
+
homepage: http://github.com/a2800276/hexy
|
43
43
|
licenses: []
|
44
44
|
|
45
45
|
post_install_message:
|