lolcommits-dotcom 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 +4 -4
- data/.travis.yml +4 -8
- data/README.md +4 -4
- data/lib/lolcommits/dotcom/version.rb +1 -1
- metadata +2 -3
- data/vendor/fonts/Impact.ttf +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c26d62730fa7ca1e96b79c5366637f0a9f7fbdf3
|
4
|
+
data.tar.gz: ec06eb2d245009ec5049918d7bf82a912d78c969
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1f18f121c4d2811d5814e200b2d69beb44ddd575ea7d7056a650ead253a0ce2576ac7da64d7cb442d2ba7ef6526a9a35097bbba2ce08e494d576d6825d9cdac
|
7
|
+
data.tar.gz: 0fc7245554214d9ae74e69e35b6e3f5cb4988e49448ce6df71a3420435591f1d0e615ebac5158c42c96624817938007adce31e494f71d20eb7303b7faf5ced7c
|
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
|
-
- 2.2.
|
8
|
-
- 2.3.
|
9
|
-
- 2.4.
|
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=532a74c750c62a8be219553f20773cb091b721dd05b5d7064b506160a0f9c76f
|
data/README.md
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
[![Gem Version](https://img.shields.io/gem/v/lolcommits-dotcom.svg?style=flat)](http://rubygems.org/gems/lolcommits-dotcom)
|
4
4
|
[![Travis Build Status](https://travis-ci.org/lolcommits/lolcommits-dotcom.svg?branch=master)](https://travis-ci.org/lolcommits/lolcommits-dotcom)
|
5
|
-
[![
|
6
|
-
[![
|
5
|
+
[![Maintainability](https://img.shields.io/codeclimate/maintainability/lolcommits/lolcommits-dotcom.svg)](https://codeclimate.com/github/lolcommits/lolcommits-dotcom/maintainability)
|
6
|
+
[![Test Coverage](https://img.shields.io/codeclimate/c/lolcommits/lolcommits-dotcom.svg)](https://codeclimate.com/github/lolcommits/lolcommits-dotcom/test_coverage)
|
7
7
|
[![Gem Dependency Status](https://gemnasium.com/badges/github.com/lolcommits/lolcommits-dotcom.svg)](https://gemnasium.com/github.com/lolcommits/lolcommits-dotcom)
|
8
8
|
|
9
9
|
[lolcommits](https://lolcommits.github.io/) takes a snapshot with your webcam
|
@@ -113,8 +113,8 @@ The gem is available as open source under the terms of
|
|
113
113
|
## Links
|
114
114
|
|
115
115
|
* [Travis CI](https://travis-ci.org/lolcommits/lolcommits-dotcom)
|
116
|
-
* [Code Climate](https://codeclimate.com/github/lolcommits/lolcommits-dotcom)
|
117
|
-
* [Test Coverage](https://codeclimate.com/github/lolcommits/lolcommits-dotcom/
|
116
|
+
* [Code Climate](https://codeclimate.com/github/lolcommits/lolcommits-dotcom/maintainability)
|
117
|
+
* [Test Coverage](https://codeclimate.com/github/lolcommits/lolcommits-dotcom/test_coverage)
|
118
118
|
* [RDoc](http://rdoc.info/projects/lolcommits/lolcommits-dotcom)
|
119
119
|
* [Issues](http://github.com/lolcommits/lolcommits-dotcom/issues)
|
120
120
|
* [Report a bug](http://github.com/lolcommits/lolcommits-dotcom/issues/new)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lolcommits-dotcom
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
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-
|
11
|
+
date: 2017-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -148,7 +148,6 @@ files:
|
|
148
148
|
- lolcommits-dotcom.gemspec
|
149
149
|
- test/lolcommits/plugin/dotcom_test.rb
|
150
150
|
- test/test_helper.rb
|
151
|
-
- vendor/fonts/Impact.ttf
|
152
151
|
homepage: https://github.com/lolcommits/lolcommits-dotcom
|
153
152
|
licenses:
|
154
153
|
- LGPL-3
|
data/vendor/fonts/Impact.ttf
DELETED
Binary file
|