imposition 0.9.4.6.2 → 0.9.4.6.3
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/imposition/clases.rb +1 -1
- metadata +3 -3
data/lib/imposition/clases.rb
CHANGED
|
@@ -347,7 +347,7 @@ class PreguntaTodasPag < Pregunta
|
|
|
347
347
|
attr_accessor :nPliegos, :nX, :nY, :caben, :tiene
|
|
348
348
|
def initialize(nPliegos, nX, nY, caben, tiene)
|
|
349
349
|
@ide=3
|
|
350
|
-
@mensaje=I18n.t(:allPdfq, :p=>tiene.to_i, :s=>nPliegos.to_i, :nX=>nX, :nY=>nY, :c=>caben.to_i
|
|
350
|
+
@mensaje=I18n.t(:allPdfq, :p=>tiene.to_i, :s=>nPliegos.to_i, :nX=>nX, :nY=>nY, :c=>caben.to_i)
|
|
351
351
|
@nPliegos=nPliegos
|
|
352
352
|
@nX=nX
|
|
353
353
|
@nY=nY
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: imposition
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
9
|
- 4
|
|
10
10
|
- 6
|
|
11
|
-
-
|
|
12
|
-
version: 0.9.4.6.
|
|
11
|
+
- 3
|
|
12
|
+
version: 0.9.4.6.3
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- numerico
|