pictureframe 0.0.10 → 0.0.11

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: c88b4f42c8e86fa2428f58e2d51b64f2353697bd
4
- data.tar.gz: b934d7843ca7c89f980772dd33dded9b29c38081
3
+ metadata.gz: 3ac641567cb430a204bb100f219affa1a7ab3ad6
4
+ data.tar.gz: b4238c615d6ea0fc3f90b8399cde892182334dc5
5
5
  SHA512:
6
- metadata.gz: 0bd30f29328240e056d41ec96dc1369e159cad9e04788ca7604afba946605e7a446032b3b1d7618b832c03ee0ce0a7fa4720ebbefc130920a8f642457b54d142
7
- data.tar.gz: 17045f31daa053daa7bb1bbf29689348e1dc01de0efda65c9b3213cf033616e89a8c4f335900c5dc60ce615ea0763101e574040065ec608f73e9382560791bcf
6
+ metadata.gz: 7c38b98c2a3a0467503012e76a0ae89a8440267f9b324972067ccfca54d906c8f5eea279c6f64e467c1de880605ee8f1f097a9bd8ef70297a9d26f5962c90780
7
+ data.tar.gz: 04146b022e114a80e8a0d685de14efed31b759d25689fe5cca5928d2975b333ceedc94232fdd0c60ddfbf0cb0a3c812707faf310d82aaba28fb010d7e1e74d72
data/lib/pictureframe.rb CHANGED
@@ -2,6 +2,7 @@ require "pictureframe/version"
2
2
 
3
3
  module Pictureframe
4
4
  def self.frame(text, width = nil)
5
+ text = text.to_s
5
6
  inputLocation = 3
6
7
  output = []
7
8
  lefts = [".___", "| ._", "| | ", "| ._", "|___"]
@@ -1,3 +1,3 @@
1
1
  module Pictureframe
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pictureframe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cody Palmer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-08 00:00:00.000000000 Z
11
+ date: 2016-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -84,7 +84,9 @@ files:
84
84
  - bin/setup
85
85
  - lib/pictureframe.rb
86
86
  - lib/pictureframe/version.rb
87
+ - pictureframe-0.0.10.gem
87
88
  - pictureframe-0.0.8.gem
89
+ - pictureframe-0.0.9.gem
88
90
  - pictureframe.gemspec
89
91
  homepage: http://www.github.com/cdpalmer
90
92
  licenses: