cmess 0.0.7.239 → 0.0.8.274
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/ChangeLog +4 -0
- data/README +2 -2
- data/bin/cinderella +0 -1
- data/bin/decode_entities +0 -1
- data/bin/guess_encoding +0 -1
- data/lib/cmess/cinderella.rb +1 -0
- data/lib/cmess/decode_entities.rb +1 -0
- data/lib/cmess/guess_encoding.rb +2 -0
- data/lib/cmess/version.rb +1 -1
- metadata +9 -7
data/ChangeLog
CHANGED
data/README
CHANGED
data/bin/cinderella
CHANGED
data/bin/decode_entities
CHANGED
data/bin/guess_encoding
CHANGED
data/lib/cmess/cinderella.rb
CHANGED
data/lib/cmess/guess_encoding.rb
CHANGED
@@ -36,6 +36,8 @@ require 'yaml'
|
|
36
36
|
require 'iconv'
|
37
37
|
require 'forwardable'
|
38
38
|
|
39
|
+
require 'cmess'
|
40
|
+
|
39
41
|
# Outputs given string (or line), being encoded in target encoding, encoded in
|
40
42
|
# various test encodings, thus allowing to identify the (seemingly) correct
|
41
43
|
# encoding by visually comparing the input string with its desired appearance.
|
data/lib/cmess/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cmess
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8.274
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jens Wille
|
@@ -9,11 +9,12 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-
|
12
|
+
date: 2008-08-14 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: ruby-nuggets
|
17
|
+
type: :runtime
|
17
18
|
version_requirement:
|
18
19
|
version_requirements: !ruby/object:Gem::Requirement
|
19
20
|
requirements:
|
@@ -23,6 +24,7 @@ dependencies:
|
|
23
24
|
version:
|
24
25
|
- !ruby/object:Gem::Dependency
|
25
26
|
name: htmlentities
|
27
|
+
type: :runtime
|
26
28
|
version_requirement:
|
27
29
|
version_requirements: !ruby/object:Gem::Requirement
|
28
30
|
requirements:
|
@@ -94,14 +96,14 @@ homepage: http://prometheus.rubyforge.org/cmess
|
|
94
96
|
post_install_message:
|
95
97
|
rdoc_options:
|
96
98
|
- --line-numbers
|
97
|
-
- --all
|
98
|
-
- --inline-source
|
99
|
-
- --title
|
100
|
-
- cmess Application documentation
|
101
99
|
- --main
|
102
100
|
- README
|
101
|
+
- --inline-source
|
102
|
+
- --all
|
103
103
|
- --charset
|
104
104
|
- UTF-8
|
105
|
+
- --title
|
106
|
+
- cmess Application documentation
|
105
107
|
require_paths:
|
106
108
|
- lib
|
107
109
|
required_ruby_version: !ruby/object:Gem::Requirement
|
@@ -119,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
121
|
requirements: []
|
120
122
|
|
121
123
|
rubyforge_project: prometheus
|
122
|
-
rubygems_version: 1.
|
124
|
+
rubygems_version: 1.2.0
|
123
125
|
signing_key:
|
124
126
|
specification_version: 2
|
125
127
|
summary: "Assist with handling messed up encodings (Currently includes the following tools: cinderella, decode_entities, guess_encoding)"
|