formatafacil 0.1.4 → 0.1.5

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: 5b73345539e64ca691a5103f903252a8f7f9c978
4
- data.tar.gz: bd0b380094c327ec757731267aeaab78434a17a3
3
+ metadata.gz: 1a87fc9fa0945b88b8a42b151d925d695b7e6f92
4
+ data.tar.gz: 3c3658bc8e6bcbbece56a322f4520bf4ba9530e1
5
5
  SHA512:
6
- metadata.gz: 5996ee2e5acef362395b8c5b792cf9a6bc892ac6ef109892365d4e3b3812a4ca4a1e957a0d2a2c4bdc0e46f100a292c4d927cedca190517c8d41ab6bb6b1547c
7
- data.tar.gz: 1cc90c35e38d8df586cf866638393afe0de9bee9a33c6dfce333628a8dee412696dd15ec68c8eff72ec65e555ff8f355973331dfd77ece7a37dcfd7263d7194f
6
+ metadata.gz: 9b144f4bccd6ff5e8179d2f303d68e24a5f828d4c573212ab098933644170d8472053de2c5f6e166ce89fbae52104f4ee135ae2cacd6713adf09f434f35eaf48
7
+ data.tar.gz: fe1892486b63af63a874a67fd2e3a5a1b9224dc93f299ae4d9de084db87351d0b1fd584c60f6ae834599d4f3c7706929cf1138731566468c7a8822d873272b3f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # formatafacil Change Log
2
2
 
3
+ ## 0.1.5
4
+
5
+ - fix bug: otimizar pdfs para a WEB
6
+
3
7
  ## 0.1.4
4
8
 
5
9
  - Possibilita otimizar pdfs para a WEB
data/README.md CHANGED
@@ -17,6 +17,10 @@ Or install it yourself as:
17
17
 
18
18
  $ gem install formatafacil
19
19
 
20
+ ## Dependência
21
+
22
+ - `qpdf` se deseja compilar pdf otimizados para web
23
+
20
24
  ## Usage
21
25
 
22
26
  TODO: Write usage instructions here
@@ -2,8 +2,6 @@
2
2
  module Formatafacil
3
3
  class OtimizadorParaWeb
4
4
 
5
- BACKUP_PREFIX = "bkp-"
6
-
7
5
  attr_accessor :arquivo
8
6
 
9
7
  def initialize(arquivo)
@@ -1,3 +1,3 @@
1
1
  module Formatafacil
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formatafacil
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo de Santana Medeiros Alexandre