lolcommits-tumblr 0.0.2 → 0.0.3

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: acd1173cee4a17b04d83a4451ad067838401f673
4
- data.tar.gz: afd1e15934b8dc460c9b8c1bd25af80840762f49
3
+ metadata.gz: 399ba5d629f2b57d53ac4b497a14685fc9b0ca49
4
+ data.tar.gz: ebdf68212ed25c7db36c0865b1445c02aec7a887
5
5
  SHA512:
6
- metadata.gz: ae54816d9b05fa921f3a6ae8d858a3aefc9080609ed593145725531f5c1e7928b24e13c0360e28fd4e5f4426ea82a313cf22383febdebc0b901116fddddae29f
7
- data.tar.gz: 934003818cacfa8c9676d49401751eed1508bbb2c445b6c844578bbcb47e1e240135bbe898a615f2896c5d611cdc85f2a5f80db370e33e37749be515249c3ec7
6
+ metadata.gz: de3b42bf3a568539f16a2b3459d4793749463ed9e324f3d05945a928608b05aaa7b1bf538d3e4ec98887c14058177c2876b77675eeaa2b44382618ba30f584b9
7
+ data.tar.gz: d5acb2dd96a3aa81f67a854971e3f377d7e9ff6203de7cc6a872b0cfd6238442d624cfcb9e1c33ed6236a0a5fbc7f1c23141725e7a3f9978baf19b85fcebe475
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  [![Gem Version](https://img.shields.io/gem/v/lolcommits-tumblr.svg?style=flat)](http://rubygems.org/gems/lolcommits-tumblr)
4
4
  [![Travis Build Status](https://travis-ci.org/lolcommits/lolcommits-tumblr.svg?branch=master)](https://travis-ci.org/lolcommits/lolcommits-tumblr)
5
- [![Maintainability](https://img.shields.io/codeclimate/maintainability/lolcommits/lolcommits-tranzlate.svg)](https://codeclimate.com/github/lolcommits/lolcommits-tranzlate/maintainability)
6
- [![Test Coverage](https://img.shields.io/codeclimate/c/lolcommits/lolcommits-tranzlate.svg)](https://codeclimate.com/github/lolcommits/lolcommits-tumblr/test_coverage)
5
+ [![Maintainability](https://img.shields.io/codeclimate/maintainability/lolcommits/lolcommits-tumblr.svg)](https://codeclimate.com/github/lolcommits/lolcommits-tumblr/maintainability)
6
+ [![Test Coverage](https://img.shields.io/codeclimate/c/lolcommits/lolcommits-tumblr.svg)](https://codeclimate.com/github/lolcommits/lolcommits-tumblr/test_coverage)
7
7
  [![Gem Dependency Status](https://gemnasium.com/badges/github.com/lolcommits/lolcommits-tumblr.svg)](https://gemnasium.com/github.com/lolcommits/lolcommits-tumblr)
8
8
 
9
9
  [lolcommits](https://lolcommits.github.io/) takes a snapshot with your webcam
@@ -1,5 +1,5 @@
1
1
  module Lolcommits
2
2
  module Tumblr
3
- VERSION = "0.0.2".freeze
3
+ VERSION = "0.0.3".freeze
4
4
  end
5
5
  end
@@ -24,7 +24,7 @@ describe Lolcommits::Plugin::Tumblr do
24
24
  def runner
25
25
  # a simple lolcommits runner with an empty configuration Hash
26
26
  @runner ||= Lolcommits::Runner.new(
27
- main_image: Tempfile.new("main_image.jpg"),
27
+ main_image: Tempfile.new("main_image.jpg").path,
28
28
  config: OpenStruct.new(
29
29
  read_configuration: {},
30
30
  loldir: File.expand_path("#{__dir__}../../../images")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolcommits-tumblr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Hutchinson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-06 00:00:00.000000000 Z
11
+ date: 2017-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tumblr_client