pictureframe 0.0.16 → 0.0.17

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: b207c07e1cdc1183efa13ad68abf481462919c04
4
- data.tar.gz: 6a5e365ed6b6ecb2802e9d838f85e172f295e362
3
+ metadata.gz: 17c1ea3e3e598e7ef22545eb8bca5c8e0e2f7b9e
4
+ data.tar.gz: 36bd64bd116c29b933bb5ab0c8e2ba3b698b8da9
5
5
  SHA512:
6
- metadata.gz: a4697ddaf92e6c26b694aee7f26e3e6261b311fed48bf43861b2968138a606f9c2f0ff03fa93d6fc8dbfd01789ba15d02fdf7fa731e1ceaa4c54293fce41be3c
7
- data.tar.gz: 349776e0a9ab34b7fba6e5343b2aa5e15d28dc7cd1dbd9294c88f2ae1f63783109610f3faf75edd4d150a6d423be22c3b97cc3abe8e086c110a192f03dcde211
6
+ metadata.gz: 79ba087b27561c102a4dc3d501cf9a797ca20668f392a45ffcefd77dfa63b3d5595888139063a9360d491c21637d9327a8f10489a055d7e7c322cfe318bfc290
7
+ data.tar.gz: e5a803536445d4c5e2e6cd4ac6bf7f9902f025416f479fd86828fce94a384b6dbf664daac9815e93bc8664eeab7471887e1508206116e915368b3a95cd7914d9
data/README.md CHANGED
@@ -21,7 +21,7 @@ Or install it yourself as:
21
21
 
22
22
  ## Usage
23
23
 
24
- For this example, we will be dubugging `@account`.
24
+ For this example, we will be debugging `@account`
25
25
 
26
26
  In your server code, you can use picture frame like so:
27
27
 
@@ -32,6 +32,7 @@ require 'pictureframe'
32
32
 
33
33
  width = 28
34
34
  Pictureframe.frame(@account.email, width)
35
+ Pictureframe.frame(@account.email)
35
36
  ```
36
37
 
37
38
  And in your server, you will see this as an output:
@@ -44,6 +45,12 @@ And in your server, you will see this as an output:
44
45
  | | .com | |
45
46
  | ._______________________. |
46
47
  ___________________________
48
+ _______________________________
49
+ | .___________________________. |
50
+ | | | |
51
+ | | teampalmer.apps@gmail.com | |
52
+ | .___________________________. |
53
+ _______________________________
47
54
  ```
48
55
 
49
56
  ## Development
@@ -1,5 +1,11 @@
1
1
  require "pictureframe/version"
2
2
 
3
+ def f(text, width = nil)
4
+ Pictureframe.frame(text, width)
5
+ end
6
+ alias frame f
7
+ alias pf f
8
+
3
9
  module Pictureframe
4
10
  def self.frame(text, width = nil)
5
11
  if text.nil?
@@ -1,3 +1,3 @@
1
1
  module Pictureframe
2
- VERSION = "0.0.16"
2
+ VERSION = "0.0.17"
3
3
  end
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.16
4
+ version: 0.0.17
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-28 00:00:00.000000000 Z
11
+ date: 2016-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -62,6 +62,7 @@ files:
62
62
  - pictureframe-0.0.13.gem
63
63
  - pictureframe-0.0.14.gem
64
64
  - pictureframe-0.0.15.gem
65
+ - pictureframe-0.0.16.gem
65
66
  - pictureframe-0.0.8.gem
66
67
  - pictureframe-0.0.9.gem
67
68
  - pictureframe.gemspec
@@ -86,9 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
87
  version: '0'
87
88
  requirements: []
88
89
  rubyforge_project:
89
- rubygems_version: 2.4.6
90
+ rubygems_version: 2.4.8
90
91
  signing_key:
91
92
  specification_version: 4
92
93
  summary: The gem to frame your debug code.
93
94
  test_files: []
94
- has_rdoc: