doc_ripper 0.0.6 → 0.0.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a97f6b37326f9f22afd538cd95a86da46caf5c48
4
- data.tar.gz: 5ff485ab583cacfec99c9dcff702296d0cb5d1bd
3
+ metadata.gz: b1e34af4c131cf5f561b1024cb593c7c0e3dcb15
4
+ data.tar.gz: ce7d82a20fc8aaa93f8150489a6d14c124a89215
5
5
  SHA512:
6
- metadata.gz: c450f92c3a65d8c2bf0ec167eeadaebcfa1ddbb3d0f699d1577bc112e0c98a8b77dfc8d49dac3f20073726b42b6c7788ff8b128b6b444fe39a4ec336f42f0b5a
7
- data.tar.gz: c9e1cc600b2e43a6f6f3551092d674b0eefcebf2983874d79445d50631289747cf0285481caa0252cbc0e0e1dab16c14a221098197577864d172479ab4f07e06
6
+ metadata.gz: 639f57f29a444cf5418b364cda72f121b4a0abee20c20f0ac9bb21db096ad26406edb7eed4d1b76c6e9e313e4be592b43004b19f6a200ab345441be9b4d95d17
7
+ data.tar.gz: 4f72f12647fc2bb5d96162ca4b156bc2bdd69080a3ef0045cb47ce11239dcc6eaf46c6fb9c7553cf5a122d01dc4ece9ee2dbbf7890e09c96eb938db7ee6bf7e0
data/doc_ripper.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Paul Zaich"]
10
10
  spec.email = ["pzaich@gmail.com"]
11
11
  spec.summary = %q{Rip out text from pdf, doc and docx formats}
12
- spec.description = %q{Provides a lean, convenient ruby wrapper to poppler, and antiword command line tools to quickly rip out text from common text formats.}
12
+ spec.description = %q{Scrape text from common file formats (.pdf,.doc,.docx, .sketch, .txt) with a single convenient command.}
13
13
  spec.homepage = "https://github.com/pzaich/doc_ripper"
14
14
  spec.license = "MIT"
15
15
 
@@ -22,7 +22,6 @@ Gem::Specification.new do |spec|
22
22
  spec.requirements << "pdftotext/poppler"
23
23
 
24
24
  spec.add_dependency "sqlite3", "~> 1.3.11"
25
- spec.add_dependency "activesupport", "~> 4.2.6"
26
25
  spec.add_dependency "CFPropertyList", '~> 2.3'
27
26
 
28
27
  spec.add_development_dependency "bundler", "~> 1.6"
@@ -1,5 +1,3 @@
1
- require 'active_support'
2
- require 'active_support/core_ext'
3
1
  require 'cfpropertylist'
4
2
 
5
3
  module DocRipper
@@ -1,5 +1,5 @@
1
1
  module DocRipper
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7.1"
3
3
  end
4
4
 
5
5
 
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doc_ripper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Zaich
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.3.11
27
- - !ruby/object:Gem::Dependency
28
- name: activesupport
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: 4.2.6
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: 4.2.6
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: CFPropertyList
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -94,8 +80,8 @@ dependencies:
94
80
  - - ">="
95
81
  - !ruby/object:Gem::Version
96
82
  version: '0'
97
- description: Provides a lean, convenient ruby wrapper to poppler, and antiword command
98
- line tools to quickly rip out text from common text formats.
83
+ description: Scrape text from common file formats (.pdf,.doc,.docx, .sketch, .txt)
84
+ with a single convenient command.
99
85
  email:
100
86
  - pzaich@gmail.com
101
87
  executables: []
@@ -119,6 +105,8 @@ files:
119
105
  - lib/doc_ripper/text_ripper.rb
120
106
  - lib/doc_ripper/version.rb
121
107
  - pkg/doc_ripper-0.0.5.gem
108
+ - pkg/doc_ripper-0.0.6.gem
109
+ - pkg/doc_ripper-0.0.7.gem
122
110
  - spec/doc_ripper/base_spec.rb
123
111
  - spec/doc_ripper/formats/doc_ripper_spec.rb
124
112
  - spec/doc_ripper/formats/sketch_ripper_spec.rb
@@ -153,7 +141,7 @@ requirements:
153
141
  - Antiword
154
142
  - pdftotext/poppler
155
143
  rubyforge_project:
156
- rubygems_version: 2.2.2
144
+ rubygems_version: 2.6.6
157
145
  signing_key:
158
146
  specification_version: 4
159
147
  summary: Rip out text from pdf, doc and docx formats