lolcommits-flowdock 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 229c3fe9dad428db79982b126c86a6077048497d
4
- data.tar.gz: 2743c1ee0e9f5b296bc8f792d76902eaefeb7130
3
+ metadata.gz: da117e289d89581e6e34b7002936eb08ca96917e
4
+ data.tar.gz: 37a28fcc8654a791ffe64d40b9f2d4b24ec19f4c
5
5
  SHA512:
6
- metadata.gz: 43e3b8d827f40c9a05f799b8e4c515deddd7951f19fdbc9c7876ca647639b2c5027e78c9e5d76c33f04ccdf715d01cd4c56313e4fe705d4868650103de62c560
7
- data.tar.gz: 450d05ef2234e6f5c6abfb6b3298ae9e82a6d0f19f7c6260b6d56b987e7bc9205471d7c3ff81dda8b27602568fb08d818959ffbb43edf3274eb2a5e8ef949115
6
+ metadata.gz: 4580e61013b34dd74f1378e3d1a4fda9c5ba81129505bacad136b47938d93ddf5231f57416eb5335cb16bf35e103d8b6c5843653a88530f03ed64d3d590899d5
7
+ data.tar.gz: 53fd8644b307d83c6439c661f0c7eefa72755821834957213931a43f097e6421b90619163a03ac3101798a744a7873762d1c4e63d1004f89edf35736248fdf27
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=d25af1c4cb3517d081d6df66f79b913b7142da989ab733f6d0f556f642558f56
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  [![Gem Version](https://img.shields.io/gem/v/lolcommits-flowdock.svg?style=flat)](http://rubygems.org/gems/lolcommits-flowdock)
4
4
  [![Travis Build Status](https://travis-ci.org/lolcommits/lolcommits-flowdock.svg?branch=master)](https://travis-ci.org/lolcommits/lolcommits-flowdock)
5
- [![Test Coverage](https://api.codeclimate.com/v1/badges/ad7324f710e10daffd52/test_coverage)](https://codeclimate.com/github/lolcommits/lolcommits-flowdock/test_coverage)
6
- [![Maintainability](https://api.codeclimate.com/v1/badges/ad7324f710e10daffd52/maintainability)](https://codeclimate.com/github/lolcommits/lolcommits-flowdock/maintainability)
5
+ [![Maintainability](https://img.shields.io/codeclimate/maintainability/lolcommits/lolcommits-flowdock.svg)](https://codeclimate.com/github/lolcommits/lolcommits-flowdock/maintainability)
6
+ [![Test Coverage](https://img.shields.io/codeclimate/c/lolcommits/lolcommits-flowdock.svg)](https://codeclimate.com/github/lolcommits/lolcommits-flowdock/test_coverage)
7
7
  [![Gem Dependency Status](https://gemnasium.com/badges/github.com/lolcommits/lolcommits-flowdock.svg)](https://gemnasium.com/github.com/lolcommits/lolcommits-flowdock)
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 Flowdock
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-flowdock
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-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: rest-client
@@ -151,7 +151,6 @@ files:
151
151
  - test/readline/config_input.txt
152
152
  - test/readline/config_output.txt
153
153
  - test/test_helper.rb
154
- - vendor/fonts/Impact.ttf
155
154
  homepage: https://github.com/lolcommits/lolcommits-flowdock
156
155
  licenses:
157
156
  - LGPL-3
Binary file