thefox-pastebin 1.2.0 → 1.2.1

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: a09e8b5e53795d202a2734db32742ad8351191fa
4
- data.tar.gz: 367fe94608cc4d05999f52133b412fad643551d5
3
+ metadata.gz: c271a1134b30476ae86606ea62308b72bccd1271
4
+ data.tar.gz: 5b4f01481b0d0810b0164381ccab1cb76fa5a25d
5
5
  SHA512:
6
- metadata.gz: b339c442e62567948c240a708533919a8428d637220d54452a61f3f697e3feba331063c63bac5ba78889f7cd981de12c61645b91005e28b051a007e84ad9e2ee
7
- data.tar.gz: 2ccf5088abcd131c8e24cba4c1fa546635e4b46f5475cef79a940c13e102723a41f033d9a40c1db604196177f56e9bfb906d2eabb7497646c7afca5434ad247d
6
+ metadata.gz: 6249e9974e372ecfe94c5803f54e5644b744bc9a1fa4cda5b0b440248739f9aa87d9cee7e9e6497575938dc132ded70cfdd2de9bba17499e3dd4b88ea0af07c2
7
+ data.tar.gz: d2c4991de8c281608fa21323c6765fb262c583f2ca6b47db70b820d4d6135e4006af5ae7cf54321165c85dbeea6fb96a3909b55db7edffcf71e4f322b3668c25
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- thefox-pastebin (1.2.0.pre.dev)
4
+ thefox-pastebin (1.2.1)
5
5
  dotenv (~> 2.0)
6
6
  highline (~> 1.7)
7
7
 
@@ -2,7 +2,7 @@
2
2
  module TheFox
3
3
  module Pastebin
4
4
  NAME = 'Pastebin'
5
- VERSION = '1.2.0'
5
+ VERSION = '1.2.1'
6
6
  DATE = '2015-12-07'
7
7
  HOMEPAGE = 'https://github.com/TheFox/pastebin'
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thefox-pastebin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Mayer