hexy 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (11) hide show
  1. data/AUTHORS +1 -0
  2. data/CHANGELOG +14 -0
  3. data/COPYING +728 -0
  4. data/LICENSE +58 -0
  5. data/README +79 -0
  6. data/Rakefile +124 -0
  7. data/THANKS +0 -0
  8. data/TODO +5 -0
  9. data/lib/hexy.rb +136 -0
  10. data/test/hexy_text.rb +127 -0
  11. metadata +76 -0
metadata ADDED
@@ -0,0 +1,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hexy
3
+ version: !ruby/object:Gem::Version
4
+ hash: 27
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 0
10
+ version: 0.1.0
11
+ platform: ruby
12
+ authors: []
13
+
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-09-29 00:00:00 +02:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: "\tThis is a short project description.\n"
23
+ email:
24
+ executables: []
25
+
26
+ extensions: []
27
+
28
+ extra_rdoc_files: []
29
+
30
+ files:
31
+ - lib/hexy.rb
32
+ - AUTHORS
33
+ - CHANGELOG
34
+ - COPYING
35
+ - LICENSE
36
+ - Rakefile
37
+ - README
38
+ - THANKS
39
+ - TODO
40
+ - test/hexy_text.rb
41
+ has_rdoc: true
42
+ homepage:
43
+ licenses: []
44
+
45
+ post_install_message:
46
+ rdoc_options: []
47
+
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ hash: 3
56
+ segments:
57
+ - 0
58
+ version: "0"
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ none: false
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ hash: 3
65
+ segments:
66
+ - 0
67
+ version: "0"
68
+ requirements:
69
+ - none
70
+ rubyforge_project:
71
+ rubygems_version: 1.3.7
72
+ signing_key:
73
+ specification_version: 3
74
+ summary: "hexy: Utility for hexdumps"
75
+ test_files: []
76
+