lolcommits-lolsrv 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: 55abbc07368765beaa074ba3400be5edcf0b58c3
4
- data.tar.gz: 07b91a47f02956088cae95b0c2cc63d051a8c3a0
3
+ metadata.gz: 4bb54f67f47bc65ee2caefe840fbf0bafd94b35d
4
+ data.tar.gz: fabe4b3cb797971fe9143a233274f5a770c7f7b8
5
5
  SHA512:
6
- metadata.gz: 93927974b4bcd3768f26846ff1d81ea3e91d8396023dd9ec15df757a46dff51ca37d6c394e4e50ca5163f8f31e287a1730753e83923495f1ea857510d042765c
7
- data.tar.gz: 5b3fa0cf7e025e25047271136fe16442d92deb6f8373cca4b56d392cfabaa8cc45df194c46aab825d93ff60964dccc6cf3834b12a2faea17afedb023103b7b94
6
+ metadata.gz: 6849216bd9091f8f31ecc2af788fe44d21231b625c202b15a1178553b97624282872150d8ba4635049b59dc85f512201d973967f82e82ea9c330aa9177bbccf7
7
+ data.tar.gz: cf33ba750fc98a2ee35ae968d931d8534241a14fc7c80b1715362433a0709bc72f8bac32be03e662eded578106bef4c2f2f6f4145bb7e89f1ab03c6c81023090
data/.travis.yml CHANGED
@@ -3,10 +3,10 @@ language: ruby
3
3
  cache: bundler
4
4
  rvm:
5
5
  - 2.0.0
6
- - 2.1.7
7
- - 2.2.4
8
- - 2.3.3
9
- - 2.4.1
6
+ - 2.1.10
7
+ - 2.2.8
8
+ - 2.3.5
9
+ - 2.4.2
10
10
  - ruby-head
11
11
 
12
12
  before_install:
@@ -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=bd4ff902b7510abdab3aacd57ceb51a5b2e054fed4100019fcd21e2324a69090
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  [![Gem Version](https://img.shields.io/gem/v/lolcommits-lolsrv.svg?style=flat)](http://rubygems.org/gems/lolcommits-lolsrv)
4
4
  [![Travis Build Status](https://travis-ci.org/lolcommits/lolcommits-lolsrv.svg?branch=master)](https://travis-ci.org/lolcommits/lolcommits-lolsrv)
5
- [![Test Coverage](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv/badges/coverage.svg)](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv/coverage)
6
- [![Code Climate](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv/badges/gpa.svg)](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv)
5
+ [![Maintainability](https://img.shields.io/codeclimate/maintainability/lolcommits/lolcommits-lolsrv.svg)](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv/maintainability)
6
+ [![Test Coverage](https://img.shields.io/codeclimate/c/lolcommits/lolcommits-lolsrv.svg)](https://codeclimate.com/github/lolcommits/lolcommits-lolsrv/test_coverage)
7
7
  [![Gem Dependency Status](https://gemnasium.com/badges/github.com/lolcommits/lolcommits-lolsrv.svg)](https://gemnasium.com/github.com/lolcommits/lolcommits-lolsrv)
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 Lolsrv
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-lolsrv
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-09-17 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
@@ -151,7 +151,6 @@ files:
151
151
  - test/images/sha456.jpg
152
152
  - test/lolcommits/plugin/lolsrv_test.rb
153
153
  - test/test_helper.rb
154
- - vendor/fonts/Impact.ttf
155
154
  homepage: https://github.com/lolcommits/lolcommits-lolsrv
156
155
  licenses:
157
156
  - LGPL-3
Binary file