monocle-print 1.0.0 → 1.0.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGJjYTRhMWNiZWQ5OTJkYzM4MjgyMDc3MzcxM2RjZWZjMzBjYWNkZA==
4
+ YWI2NjhiNjNlODdkN2NlMjcxZGNjNGVlNDI2OWViNTc3NmJjODBjZg==
5
5
  data.tar.gz: !binary |-
6
- OGU0OGYwZGMxY2VjOTM2ODdkNWI0OTY3MmUxMjRhNWQ2OWQ2MTI2Ng==
6
+ ZDFkMWM1YTIyMTY2N2RhMmRlYjRkM2MzYjYzZjBlYzFkNjE3NWVjZA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- OWM5M2I5YjY1ZjIzMWYxYTUyM2U0MTFlYTk0MGRkZWQ5NjVhYWM4ZTkzNzU5
10
- ZWIyYjZlN2FmMDlmNTNmNTc4NjM5ZGY2ZTk3NWQ4M2RlNGRiZTRiMWU2NTkw
11
- ZGI5MGQ1OGVkZGJlMGI5MGFkNDM4YzMyZDRhNDA0NTdkY2M3MTE=
9
+ YTRjOTJhMWE2N2FlNWRkMDZmNzI5MjcyYTI2ZDMxZWVjYTJhZmUxYzU1MjZm
10
+ MTExMjk5OTllYjkyYWVkYTc3YTRjZGZlZGFiYjJmNTczMzNiNjFhNmNkMTg3
11
+ ZGNiOWJiYWJjODUwZGRjNzVlMzk0ZTQ0OWZkYjJmOTdlYzQ3NmU=
12
12
  data.tar.gz: !binary |-
13
- NzhiYThmYzNjYjJkY2VjNGRmMDM3MmRkNzU4OTA3YzM1MjMzNTZlNmY1ODhm
14
- OTgxYTU5ODFlNjNkNjUzYzAyZmU5NDYxZjVkYzViNjFjMjc0MTI0Nzg5Yjk4
15
- NTU0YjNjMDNmNzRmNThjMTcxZWEzODIxYjFmNDAzZmM5ZTYzZmE=
13
+ MDhkN2ZmYTQxNTUxY2E2NmQ1ZmQ5ODYxNTUyODRkNmU4ZTZhY2Q1ZjY3ZWEz
14
+ MjMwNTI0NGU0ZGQwMGQ2Yzk3MjdjZGE1YmNkOTdjYWYzMzkyMDRhNjUyMmFh
15
+ MmIxOWZmZTg4YTU0YTk3YzdlZjA0ZjAxMTMwYThkODY3MDE3ZGY=
data/README.txt CHANGED
@@ -18,7 +18,7 @@ Fancy console output tools
18
18
 
19
19
  (The MIT License)
20
20
 
21
- Copyright (c) 2012 Kyle Yetter (kyley@inmotionhosting.com)
21
+ Copyright (c) 2012 Kyle Yetter (kyle@ohboyohboyohboy.org)
22
22
 
23
23
  Permission is hereby granted, free of charge, to any person obtaining
24
24
  a copy of this software and associated documentation files (the
@@ -83,7 +83,6 @@ module MonoclePrint
83
83
  end
84
84
 
85
85
  def align!( alignment, width, fill = ' ' )
86
- strip!
87
86
  case alignment.to_sym
88
87
  when :left then left!( width, fill )
89
88
  when :center then center!( width, fill )
@@ -40,10 +40,10 @@ class OutputDevice < DelegateClass( IO )
40
40
  block_given? ? yield( device ) : device
41
41
  end
42
42
 
43
- DEFAULT_SIZE = Pair.new( 80, 22 ).freeze
43
+ DEFAULT_SIZE = Pair.new( 80, 22 ).freeze
44
44
  IO_PRINT_METHODS = %w( puts print printf putc )
45
- SIZE_IOCTL = 0x5413
46
- SIZE_STRUCT = [ 0, 0, 0, 0 ].pack( "SSSS" ).freeze
45
+ SIZE_IOCTL = 0x5413
46
+ SIZE_STRUCT = [ 0, 0, 0, 0 ].pack( "SSSS" ).freeze
47
47
 
48
48
  private :reopen
49
49
  attr_reader :device
data/lib/monocle-print.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  # encoding: utf-8
3
3
 
4
4
  module MonoclePrint
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
 
7
7
  def self.version
8
8
  VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monocle-print
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - monocle-print
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-23 00:00:00.000000000 Z
11
+ date: 2013-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc