lolcommits-tranzlate 0.0.4 → 0.0.5

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: 470a5e658373f11d7831d3e98db6990ead739b0a
4
- data.tar.gz: f643d6ae7d363b599b7dfd254e32c9dcb309f1e7
3
+ metadata.gz: 65bb3ffab97d4765d68ec156baa820c73e597e3f
4
+ data.tar.gz: 0160ab5613bd75c63ec46fbcd6ebaa5d4f06ab66
5
5
  SHA512:
6
- metadata.gz: d7a0cfde399b5224d58292d387c1919a664cd90605938bea9dbdd9221facda74c61620108bb1756a62ad3ad3c7580d9f1e5a59683888501506b4451b7013bb64
7
- data.tar.gz: f80369b9b20785eee7fcbbf5813913995fd930b3db8131245a61726f8ec232407618124c81309c383301378c6e3bd26426e19e8a477f6cfe6b8dd2ff4096778c
6
+ metadata.gz: 1d1a7d3daa61d206ed1b29f5789430df058722f8e678a6b84798c2d8a8f31b46179e62307288ad49d467a5b1559450fe2ed24d8844675ccc4d1c9d55a7607083
7
+ data.tar.gz: 35ea166773c09ef060568af2904084c6c907c1b7c3d234a2c77ebe157dcd9f02471cadc80c3743acb615252a3db683cf77253e9471447c0b21e5df7cb109a265
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,6 +19,13 @@ matrix:
19
19
  allow_failures:
20
20
  - rvm: ruby-head
21
21
 
22
- branches:
23
- except:
24
- - gh-pages
22
+ env:
23
+ global:
24
+ - CC_TEST_REPORTER_ID=859471f6845eabf56f67985a6a23ab853f9c15e80c22268c3b1562bd67674043
25
+ - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
26
+ before_script:
27
+ - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
28
+ - chmod +x ./cc-test-reporter
29
+ - ./cc-test-reporter before-build - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
30
+ after_script:
31
+ - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  [![Gem Version](https://img.shields.io/gem/v/lolcommits-tranzlate.svg?style=flat)](http://rubygems.org/gems/lolcommits-tranzlate)
4
4
  [![Travis Build Status](https://travis-ci.org/lolcommits/lolcommits-tranzlate.svg?branch=master)](https://travis-ci.org/lolcommits/lolcommits-tranzlate)
5
- [![Coverage Status](https://coveralls.io/repos/github/lolcommits/lolcommits-tranzlate/badge.svg?branch=master)](https://coveralls.io/github/lolcommits/lolcommits-tranzlate)
6
- [![Code Climate](https://codeclimate.com/github/lolcommits/lolcommits-tranzlate/badges/gpa.svg)](https://codeclimate.com/github/lolcommits/lolcommits-tranzlate)
5
+ [![Maintainability](https://img.shields.io/codeclimate/maintainability/lolcommits/lolcommits-tranzlate.svg)](https://codeclimate.com/github/lolcommits/lolcommits-tranzlate/maintainability)
6
+ [![Test Coverage](https://img.shields.io/codeclimate/c/lolcommits/lolcommits-tranzlate.svg)](https://codeclimate.com/github/lolcommits/lolcommits-tranzlate/test_coverage)
7
7
  [![Gem Dependency Status](https://gemnasium.com/badges/github.com/lolcommits/lolcommits-tranzlate.svg)](https://gemnasium.com/github.com/lolcommits/lolcommits-tranzlate)
8
8
 
9
9
  [lolcommits](https://lolcommits.github.io/) takes a snapshot with your webcam
@@ -91,7 +91,7 @@ The gem is available as open source under the terms of
91
91
  ## Links
92
92
 
93
93
  * [Travis CI](https://travis-ci.org/lolcommits/lolcommits-tranzlate)
94
- * [Test Coverage](https://coveralls.io/github/lolcommits/lolcommits-tranzlate)
94
+ * [Test Coverage](https://codeclimate.com/github/lolcommits/lolcommits-tranzlate/test_coverage)
95
95
  * [Code Climate](https://codeclimate.com/github/lolcommits/lolcommits-tranzlate)
96
96
  * [RDoc](http://rdoc.info/projects/lolcommits/lolcommits-tranzlate)
97
97
  * [Issues](http://github.com/lolcommits/lolcommits-tranzlate/issues)
@@ -1,5 +1,5 @@
1
1
  module Lolcommits
2
2
  module Tranzlate
3
- VERSION = "0.0.4".freeze
3
+ VERSION = "0.0.5".freeze
4
4
  end
5
5
  end
@@ -36,5 +36,4 @@ Gem::Specification.new do |spec|
36
36
  spec.add_development_dependency "rake"
37
37
  spec.add_development_dependency "minitest"
38
38
  spec.add_development_dependency "simplecov"
39
- spec.add_development_dependency "coveralls"
40
39
  end
data/test/test_helper.rb CHANGED
@@ -11,12 +11,7 @@ require 'lolcommits/test_helpers/git_repo'
11
11
  require 'lolcommits/test_helpers/fake_io'
12
12
 
13
13
  if ENV['COVERAGE']
14
- if ENV['TRAVIS']
15
- require 'coveralls'
16
- Coveralls.wear!
17
- else
18
- require 'simplecov'
19
- end
14
+ require 'simplecov'
20
15
  end
21
16
 
22
17
  # plugin gem test libs
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolcommits-tranzlate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
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-07-21 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
@@ -80,20 +80,6 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- - !ruby/object:Gem::Dependency
84
- name: coveralls
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: '0'
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: '0'
97
83
  description: TRANZLATE YOAR LOLCOMMIT MSG TO LOLSPEKK
98
84
  email:
99
85
  - matt@hiddenloop.com
@@ -140,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
126
  version: '0'
141
127
  requirements: []
142
128
  rubyforge_project:
143
- rubygems_version: 2.6.11
129
+ rubygems_version: 2.6.13
144
130
  signing_key:
145
131
  specification_version: 4
146
132
  summary: lolcommits lolspekk tranzlation plugin