postino 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca62d0f7a4ba52f17bdfb505fd6139fcd0278d72
4
- data.tar.gz: a4e576179adffccf7942efc480546c30be5bab82
3
+ metadata.gz: daf611d816972d473e01aebb09a048e62dcb445a
4
+ data.tar.gz: d0fb22b2cbdd3c76d2b36fa90366c2dd4c660006
5
5
  SHA512:
6
- metadata.gz: 3b6e9ccbfec2d0d98375d5a210902c34ad6dab23518cdb58382f1d804f5d5fe138d3dd094f3a870f7c2f4f3c3f871db45e41be0bb9688b6821b8b41d1f405a97
7
- data.tar.gz: 0cc3d360581f3ccd15273322b305f3da7072e40710b34bc2fda7d08cf4efb099ca45ecdb08748b81d0a825db53f3b2cf85d5bb0deb5f54a0d5b6cfdec8915d9a
6
+ metadata.gz: 05741ff494e9245579c66c6292b54d92826abd4f5ad81bf2dba0b016e9b0b8f49d109bd3a644be566855e7d410b3a216098d51fee723f4419a90b5c298a526f0
7
+ data.tar.gz: e4eff1c30a7567fb8f2844e744f00e9b9bb7d7b4f79f3340703fad38521ba09f767e3dbbd4ef1895a0cdbac8b5264ee64cf7529bbf48bab021bbdde8584cd619
@@ -1,3 +1,3 @@
1
1
  module Postino
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Alessandro Desantis"]
10
10
  spec.email = ["desa.alessandro@gmail.com"]
11
11
  spec.summary = %q{A Ruby library to generate Italian postal payment forms.}
12
- spec.description = %q{Postinoallows you to generate Italian postal payment forms in PDF format using Prawn.}
12
+ spec.description = %q{Postino allows you to generate Italian postal payment forms in PDF format using Prawn.}
13
13
  spec.homepage = "https://github.com/interconn-wisp/postino"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postino
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Desantis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-17 00:00:00.000000000 Z
11
+ date: 2014-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prawn
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
110
  version: '1.0'
111
- description: Postinoallows you to generate Italian postal payment forms in PDF format
111
+ description: Postino allows you to generate Italian postal payment forms in PDF format
112
112
  using Prawn.
113
113
  email:
114
114
  - desa.alessandro@gmail.com