rtf_filter 0.0.1 → 0.0.2
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/lib/rtf_filter/version.rb +1 -1
- metadata +5 -4
data/lib/rtf_filter/version.rb
CHANGED
metadata
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rtf_filter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
|
-
-
|
8
|
+
- Leanbid LTD
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
@@ -14,7 +14,7 @@ dependencies: []
|
|
14
14
|
description: Converts Rich Text Format (RTF) word processing files to plain text.
|
15
15
|
Uses the rtf-filter C++ executable
|
16
16
|
email:
|
17
|
-
- it@
|
17
|
+
- it@leanbid.com
|
18
18
|
executables: []
|
19
19
|
extensions: []
|
20
20
|
extra_rdoc_files: []
|
@@ -43,7 +43,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0'
|
46
|
-
requirements:
|
46
|
+
requirements:
|
47
|
+
- rtf-filter C++ executable https://github.com/PS-Computer-Services-Ltd/rtf-filter
|
47
48
|
rubyforge_project: rtf_filter
|
48
49
|
rubygems_version: 1.8.11
|
49
50
|
signing_key:
|