lolcommits-tumblr 0.0.1 → 0.0.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: 5c34bf23f1dd00883a2f8d7b6a5a24873be1f5d4
4
- data.tar.gz: 21958ad78a48c88a191d40d19c82734be000974d
3
+ metadata.gz: acd1173cee4a17b04d83a4451ad067838401f673
4
+ data.tar.gz: afd1e15934b8dc460c9b8c1bd25af80840762f49
5
5
  SHA512:
6
- metadata.gz: 6b5905a6ba7c404150a5d03bfbc656b1c35e1e107f2b5c9aa51017a042ebf3ebd8a5dca0a8f2be9367b9bdaaa0ae890b937454331e7d9f1ba44d8751afc292ce
7
- data.tar.gz: 214687925f1e3e2e75b05a0204e008447216315cc15bf41be63356ede121f73336829d3df3548c8513b2b053122ef6d9977aed373964a0b73aeac627fcf741d9
6
+ metadata.gz: ae54816d9b05fa921f3a6ae8d858a3aefc9080609ed593145725531f5c1e7928b24e13c0360e28fd4e5f4426ea82a313cf22383febdebc0b901116fddddae29f
7
+ data.tar.gz: 934003818cacfa8c9676d49401751eed1508bbb2c445b6c844578bbcb47e1e240135bbe898a615f2896c5d611cdc85f2a5f80db370e33e37749be515249c3ec7
@@ -19,10 +19,6 @@ matrix:
19
19
  allow_failures:
20
20
  - rvm: ruby-head
21
21
 
22
- branches:
23
- except:
24
- - gh-pages
25
-
26
22
  env:
27
23
  global:
28
24
  - CC_TEST_REPORTER_ID=912a7346d8a46cba51845e16bbc5582a4af4d884830f83b64ab462eee55a0cd7
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
- [![Test Coverage](https://api.codeclimate.com/v1/badges/0c289196d8504223c31a/test_coverage)](https://codeclimate.com/github/lolcommits/lolcommits-tumblr/test_coverage)
6
- [![Maintainability](https://api.codeclimate.com/v1/badges/0c289196d8504223c31a/maintainability)](https://codeclimate.com/github/lolcommits/lolcommits-tumblr/maintainability)
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)
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
@@ -19,6 +19,7 @@ Tumblr access token and secret (the plugin will guide you through this process).
19
19
  * A webcam
20
20
  * [ImageMagick](http://www.imagemagick.org)
21
21
  * [ffmpeg](https://www.ffmpeg.org) (optional) for animated gif capturing
22
+ * A [Tumblr](https://tumblr.com) account
22
23
 
23
24
  ## Installation
24
25
 
@@ -31,9 +32,9 @@ to visit Tumblr to authenticate and allow access.
31
32
 
32
33
  $ lolcommits --config -p tumblr
33
34
  # set enabled to `true`
34
- # You'll be asked to confirm access for this plugin at tumblr.com
35
- # Click 'allow' then return to the console to set your Tumblr name
36
- # Optionally set the plugin to auto-open each created Tumblr post
35
+ # confirm access for this plugin at tumblr.com (link opens automatically)
36
+ # click 'allow' then return to the console to set your Tumblr name
37
+ # optionally set the plugin to auto-open each created Tumblr post
37
38
 
38
39
  That's it! Your next lolcommit will automatically be posted to your Tumblr blog.
39
40
  To disable use:
@@ -1,5 +1,5 @@
1
1
  module Lolcommits
2
2
  module Tumblr
3
- VERSION = "0.0.1".freeze
3
+ VERSION = "0.0.2".freeze
4
4
  end
5
5
  end
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.1
4
+ version: 0.0.2
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-10-14 00:00:00.000000000 Z
11
+ date: 2017-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tumblr_client
@@ -176,7 +176,6 @@ files:
176
176
  - lolcommits-tumblr.gemspec
177
177
  - test/lolcommits/plugin/tumblr_test.rb
178
178
  - test/test_helper.rb
179
- - vendor/fonts/Impact.ttf
180
179
  homepage: https://github.com/lolcommits/lolcommits-tumblr
181
180
  licenses:
182
181
  - LGPL-3
Binary file