lolcommits-protonet 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: ccf80abf39ee5154cafea89424ae584216103332
4
- data.tar.gz: b52fc7bc8225865cb6e9f8c5df45c59e355959ca
3
+ metadata.gz: 10ea184082c909baf4a87e3f8c4b788e4671ec3c
4
+ data.tar.gz: 3188f2b91ba7645c6b09b16cfb7e296088c19f02
5
5
  SHA512:
6
- metadata.gz: 5c44d256b04b3bcbd0eaa3c60adc1a8f124e3004276221238d7f358c3e8d97fc5f783857de9b45a164e0f4ec5bc5ae68853e219ac16f19821fc9f18d5a614d84
7
- data.tar.gz: 9b5643307b5db2292c2fec305bae5693335603f7d46aa967c62457c0473943a2274214cda0a930d4b047bec92873d1ebf399669c952174b2915c1e3a8e8247a2
6
+ metadata.gz: 1b7093593ae2b91500060f2e90e57cc1eaf76940d8d7ff351001cc797240a2e54fb4275a2a3cbbbf5bc9b80b4d829d5357a7f0ae69389c4d834dbe2736c5909b
7
+ data.tar.gz: 80647d9f8c1b785c7fff6b355987fd4dd1586394686c72eab7645af6acfe0a5876131a0f35939d1721c463667f3e08bcc7700fef14652500be763c46b1396cb1
data/.travis.yml CHANGED
@@ -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=d4f619e1b965d1f20d30863766651e6ff56ec35cdfda0c2188c9db9c1ff9cc74
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  [![Gem Version](https://img.shields.io/gem/v/lolcommits-protonet.svg?style=flat)](http://rubygems.org/gems/lolcommits-protonet)
4
4
  [![Travis Build Status](https://travis-ci.org/lolcommits/lolcommits-protonet.svg?branch=master)](https://travis-ci.org/lolcommits/lolcommits-protonet)
5
- [![Test Coverage](https://api.codeclimate.com/v1/badges/5754a7b62824fe86a9e4/test_coverage)](https://codeclimate.com/github/lolcommits/lolcommits-protonet/test_coverage)
6
- [![Code Climate](https://api.codeclimate.com/v1/badges/5754a7b62824fe86a9e4/maintainability)](https://codeclimate.com/github/lolcommits/lolcommits-protonet/maintainability)
5
+ [![Maintainability](https://img.shields.io/codeclimate/maintainability/lolcommits/lolcommits-protonet.svg)](https://codeclimate.com/github/lolcommits/lolcommits-protonet/maintainability)
6
+ [![Test Coverage](https://img.shields.io/codeclimate/c/lolcommits/lolcommits-protonet.svg)](https://codeclimate.com/github/lolcommits/lolcommits-protonet/test_coverage)
7
7
  [![Gem Dependency Status](https://gemnasium.com/badges/github.com/lolcommits/lolcommits-protonet.svg)](https://gemnasium.com/github.com/lolcommits/lolcommits-protonet)
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 Protonet
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-protonet
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-12-02 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: rest-client
@@ -147,7 +147,6 @@ files:
147
147
  - lolcommits-protonet.gemspec
148
148
  - test/lolcommits/plugin/protonet_test.rb
149
149
  - test/test_helper.rb
150
- - vendor/fonts/Impact.ttf
151
150
  homepage: https://github.com/lolcommits/lolcommits-protonet
152
151
  licenses:
153
152
  - LGPL-3
Binary file