elegant 1.0.0 → 1.1.0

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: 49d380d40dfac8ce477d00db75bc1604695432a3
4
- data.tar.gz: 75459d4ca3def9cfe6a639196ea3285744282f74
3
+ metadata.gz: 71086f754d84de1cefce3f26f368ee7b35dca6ed
4
+ data.tar.gz: b0b2a2efd39a1a684fb4d0410b0a95fab6185354
5
5
  SHA512:
6
- metadata.gz: 5591417ffb9d7fe2496f7c381fc35cea285c2339d886eca283d19cacdcf29c3b81b3a37d2c8a6d6b8ca8545e68ef2429a14f5095db9c83cb5aa67a62bf1bb09c
7
- data.tar.gz: 5cf7843617579048f2f96f305b2c0e04ad3af0c18e2f7ed851da1838b3efd88336fcd473512bf024c10e4f6d6f40fc492007795aeed1e909cd81082dc0608482
6
+ metadata.gz: d464e48963c95b78a4511da7c85b7730d7eaedd834a4e18126413066d13ab2e1ed01712543180cf1ccbcaedf790d8c2ff84dde7554b49b9d403aec79c32b2555
7
+ data.tar.gz: 43e91120f1a7ef0bec95ecab3e2d7e48008e5f658c4d8df14b137e62ef158c5e7a8a9caa40ceb3afc65567303833835d8dfee2d87e0a0691f7226cf3567cbf08
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ For more information about changelogs, check
6
6
  [Keep a Changelog](http://keepachangelog.com) and
7
7
  [Vandamme](http://tech-angels.github.io/vandamme).
8
8
 
9
+ ## 1.1.0 - 2015.11.12
10
+
11
+ * [ENHANCEMENT] Taller title (now has room for two lines)
12
+
9
13
  ## 1.0.0 - 2015.11.03
10
14
 
11
15
  * [FEATURE] New `Elegant::Document` class with `title` method.
@@ -43,7 +43,7 @@ module Elegant
43
43
 
44
44
  width = bounds.width - @header.title_padding
45
45
  title = text_options.merge text: text.upcase, color: '556270', size: 14
46
- options = {width: width, height: 15, at: [0, cursor]}
46
+ options = {width: width, height: 30, at: [0, cursor]}
47
47
  formatted_text_box [title], options
48
48
 
49
49
  move_down 30
@@ -1,3 +1,3 @@
1
1
  module Elegant
2
- VERSION = '1.0.0'
2
+ VERSION = '1.1.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elegant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-03 00:00:00.000000000 Z
11
+ date: 2015-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prawn