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 +4 -4
- data/README.md +8 -1
- data/lib/pictureframe.rb +6 -0
- data/lib/pictureframe/version.rb +1 -1
- data/pictureframe-0.0.16.gem +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17c1ea3e3e598e7ef22545eb8bca5c8e0e2f7b9e
|
4
|
+
data.tar.gz: 36bd64bd116c29b933bb5ab0c8e2ba3b698b8da9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
data/lib/pictureframe.rb
CHANGED
data/lib/pictureframe/version.rb
CHANGED
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.
|
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-
|
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.
|
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:
|