peanut_labs 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9abfbdff356ec239294ffb974f6fdb29321b1a0d
4
- data.tar.gz: 3761774821fa6dd7812c8d1804f063cfa6f2fa68
3
+ metadata.gz: 69d2d3b2ce88f4c0ec0583844ee353819b87284a
4
+ data.tar.gz: 12e7f614147442f31099846e266a372810e48b91
5
5
  SHA512:
6
- metadata.gz: 26ce15e9d916519e569591a20f727c4c8c2055df06b2af7308d0d0f35b3d71a70bef29d5c8bc34bcd93a5ac65f501be487835aba212998e7081c60d3268184fe
7
- data.tar.gz: 71b225f669cb188725143167039a0defad1f90de01dc12db018f5f398e9ff61fa07a6a72f4df84a019c9236b1c0f5ce8f1f47451d6b2122170392ec65ed0d417
6
+ metadata.gz: 387b65fc4ec6f80713d91fee09302aab0ecf24a3d43e0023b72039b3414c610b407e1aa196a7d4ef1eb6a2f051c6ba3ca27e7ad6f82d3919dc7f2a72336a479e
7
+ data.tar.gz: 202d522a6e7703f9bf27a6aea5e9fdc3c38b0bcb8997b5fa54922e9e5b21047add707b2883fdb020342169dfdedb8dd6898e34ea2f9d7f304d126d0aab174ba9
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
 
2
2
  [![Build Status](https://travis-ci.org/saberespoder/peanut_labs.svg?branch=master)](https://travis-ci.org/saberespoder/peanut_labs)
3
+ [![Gem Version](https://badge.fury.io/rb/peanut_labs.svg)](https://badge.fury.io/rb/peanut_labs)
3
4
 
4
5
  # PeanutLabs
5
6
  This is a helper library for PeanutLabs.com integration.
@@ -1,3 +1,3 @@
1
1
  module PeanutLabs
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -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 = "Provides simple wrappers for functionality: Whitelist for routes, DirectLink building and Iframe url generation"
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.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: 'Provides simple wrappers for functionality: Whitelist for routes, DirectLink
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: []