cmess 0.3.0 → 0.3.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.
- data/README +1 -1
- data/bin/bconv +1 -1
- data/bin/cinderella +1 -1
- data/bin/decode_entities +2 -3
- data/bin/guess_encoding +1 -1
- data/lib/cmess/version.rb +1 -1
- metadata +9 -9
data/README
CHANGED
data/bin/bconv
CHANGED
data/bin/cinderella
CHANGED
data/bin/decode_entities
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#! /usr/bin/ruby
|
|
1
|
+
#! /usr/bin/env ruby
|
|
2
2
|
|
|
3
3
|
#--
|
|
4
4
|
###############################################################################
|
|
@@ -96,6 +96,5 @@ parse_options { |opts|
|
|
|
96
96
|
|
|
97
97
|
cli do
|
|
98
98
|
trailing_args_as_input(options)
|
|
99
|
-
|
|
100
|
-
CMess::DecodeEntities.decode(*options.values_at(:input, :output, :source_encoding, :target_encoding, :flavour))
|
|
99
|
+
CMess::DecodeEntities.decode(options)
|
|
101
100
|
end
|
data/bin/guess_encoding
CHANGED
data/lib/cmess/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cmess
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.3.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jens Wille
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-08-16 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: ruby-nuggets
|
|
@@ -114,14 +114,14 @@ licenses: []
|
|
|
114
114
|
|
|
115
115
|
post_install_message:
|
|
116
116
|
rdoc_options:
|
|
117
|
+
- --main
|
|
118
|
+
- README
|
|
117
119
|
- --charset
|
|
118
120
|
- UTF-8
|
|
121
|
+
- --all
|
|
119
122
|
- --title
|
|
120
|
-
- cmess Application documentation (v0.3.
|
|
121
|
-
- --main
|
|
122
|
-
- README
|
|
123
|
+
- cmess Application documentation (v0.3.1)
|
|
123
124
|
- --line-numbers
|
|
124
|
-
- --all
|
|
125
125
|
require_paths:
|
|
126
126
|
- lib
|
|
127
127
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
145
145
|
requirements: []
|
|
146
146
|
|
|
147
147
|
rubyforge_project: prometheus
|
|
148
|
-
rubygems_version: 1.8.
|
|
148
|
+
rubygems_version: 1.8.8
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 3
|
|
151
151
|
summary: "Assist with handling messed up encodings (Currently includes the following tools: bconv, cinderella, decode_entities, guess_encoding)"
|