pictureframe 0.0.8 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pictureframe.rb +1 -1
- data/lib/pictureframe/version.rb +1 -1
- data/pictureframe-0.0.8.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c88b4f42c8e86fa2428f58e2d51b64f2353697bd
|
4
|
+
data.tar.gz: b934d7843ca7c89f980772dd33dded9b29c38081
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bd30f29328240e056d41ec96dc1369e159cad9e04788ca7604afba946605e7a446032b3b1d7618b832c03ee0ce0a7fa4720ebbefc130920a8f642457b54d142
|
7
|
+
data.tar.gz: 17045f31daa053daa7bb1bbf29689348e1dc01de0efda65c9b3213cf033616e89a8c4f335900c5dc60ce615ea0763101e574040065ec608f73e9382560791bcf
|
data/lib/pictureframe.rb
CHANGED
@@ -13,7 +13,7 @@ module Pictureframe
|
|
13
13
|
insideLines = textSpace < text.length ? breakText(text, textSpace) : [text]
|
14
14
|
else
|
15
15
|
totalLength = lefts[0].length + rights[0].length + text.length
|
16
|
-
width = totalLength
|
16
|
+
width = totalLength
|
17
17
|
end
|
18
18
|
|
19
19
|
lefts.each_with_index do |row, i|
|
data/lib/pictureframe/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pictureframe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cody Palmer
|
@@ -84,6 +84,7 @@ files:
|
|
84
84
|
- bin/setup
|
85
85
|
- lib/pictureframe.rb
|
86
86
|
- lib/pictureframe/version.rb
|
87
|
+
- pictureframe-0.0.8.gem
|
87
88
|
- pictureframe.gemspec
|
88
89
|
homepage: http://www.github.com/cdpalmer
|
89
90
|
licenses:
|