peanut_labs 0.1.1 → 0.1.2
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 +1 -0
- data/lib/peanut_labs/version.rb +1 -1
- data/peanut_labs.gemspec +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69d2d3b2ce88f4c0ec0583844ee353819b87284a
|
|
4
|
+
data.tar.gz: 12e7f614147442f31099846e266a372810e48b91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 387b65fc4ec6f80713d91fee09302aab0ecf24a3d43e0023b72039b3414c610b407e1aa196a7d4ef1eb6a2f051c6ba3ca27e7ad6f82d3919dc7f2a72336a479e
|
|
7
|
+
data.tar.gz: 202d522a6e7703f9bf27a6aea5e9fdc3c38b0bcb8997b5fa54922e9e5b21047add707b2883fdb020342169dfdedb8dd6898e34ea2f9d7f304d126d0aab174ba9
|
data/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
[](https://travis-ci.org/saberespoder/peanut_labs)
|
|
3
|
+
[](https://badge.fury.io/rb/peanut_labs)
|
|
3
4
|
|
|
4
5
|
# PeanutLabs
|
|
5
6
|
This is a helper library for PeanutLabs.com integration.
|
data/lib/peanut_labs/version.rb
CHANGED
data/peanut_labs.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["tech@saberespoder.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "Gem for integration with peanutlabs.com"
|
|
13
|
-
spec.description = "
|
|
13
|
+
spec.description = "Simply library for integration with peanutlabs.com webiste"
|
|
14
14
|
spec.homepage = "http://www.github.com/saberespoder/peanut_labs"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: peanut_labs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stanislav K
|
|
@@ -66,8 +66,7 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0.8'
|
|
69
|
-
description:
|
|
70
|
-
building and Iframe url generation'
|
|
69
|
+
description: Simply library for integration with peanutlabs.com webiste
|
|
71
70
|
email:
|
|
72
71
|
- tech@saberespoder.com
|
|
73
72
|
executables: []
|