lolcommits-term_output 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: 972d7f72cde9d8e62aa4d01ef280bb1a8702d97e
4
- data.tar.gz: f08d8a5e239ab192417b973262313dc4bba9a5e7
3
+ metadata.gz: 0de4ff8ba029e1067cb2348434bb54f4539589cf
4
+ data.tar.gz: e8acb4d9177f216e789bd69044a8acd2ad1b3028
5
5
  SHA512:
6
- metadata.gz: 8c48ed5b02a96e97924e6b573bb03b90ec7524bc49a607c1ad3de28418acd5daffab5ba85267137707ab62ba03c2670db774967a2c8a6c0bad5e5f1d302e24aa
7
- data.tar.gz: f82c695fa012f383613e5334ca274ea41454c1e39f8ec53d2f440f722e13596641252483aef62d1b6166264936d104e9993225d751e2c1bceed23408b9f3a1a5
6
+ metadata.gz: 4a286a30250b7f53357be0381b7529679744cd5a13a82443cebab6c9d143d86691ca45ef0ec7978d9647bff4549490bb6971da4cd7bc7f27783c93220eedab7d
7
+ data.tar.gz: a257c47326781b2511ee41d3342e060ab00e6619bdbd57ada6a98dd0bf7de397e6ba8e22afb148a96b8329a109baeeba71321ed15efa2ee7825694cd45352ae4
@@ -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=eb8c60bf77e0ed78453285e1d9c0aa4c9c248a4945f077615edb042db7753fb9
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  [![Gem Version](https://img.shields.io/gem/v/lolcommits-term_output.svg?style=flat)](http://rubygems.org/gems/lolcommits-term_output)
4
4
  [![Travis Build Status](https://travis-ci.org/lolcommits/lolcommits-term_output.svg?branch=master)](https://travis-ci.org/lolcommits/lolcommits-term_output)
5
- [![Test Coverage](https://codeclimate.com/github/lolcommits/lolcommits-term_output/badges/coverage.svg)](https://codeclimate.com/github/lolcommits/lolcommits-term_output/coverage)
6
- [![Code Climate](https://codeclimate.com/github/lolcommits/lolcommits-term_output/badges/gpa.svg)](https://codeclimate.com/github/lolcommits/lolcommits-term_output)
5
+ [![Maintainability](https://img.shields.io/codeclimate/maintainability/lolcommits/lolcommits-term_output.svg)](https://codeclimate.com/github/lolcommits/lolcommits-term_output/maintainability)
6
+ [![Test Coverage](https://img.shields.io/codeclimate/c/lolcommits/lolcommits-term_output.svg)](https://codeclimate.com/github/lolcommits/lolcommits-term_output/test_coverage)
7
7
  [![Gem Dependency Status](https://gemnasium.com/badges/github.com/lolcommits/lolcommits-term_output.svg)](https://gemnasium.com/github.com/lolcommits/lolcommits-term_output)
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 TermOutput
3
- VERSION = "0.0.2".freeze
3
+ VERSION = "0.0.3".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolcommits-term_output
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-05 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: lolcommits
@@ -118,7 +118,6 @@ files:
118
118
  - lolcommits-term_output.gemspec
119
119
  - test/lolcommits/plugin/term_output_test.rb
120
120
  - test/test_helper.rb
121
- - vendor/fonts/Impact.ttf
122
121
  homepage: https://github.com/lolcommits/lolcommits-term_output
123
122
  licenses:
124
123
  - LGPL-3
Binary file