lint_trap 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/lib/lint_trap/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5da96ecc29117fe9f261fbc71fb1930d7cc45869
4
- data.tar.gz: 854345788d30ce5c60677a78dc8359990203d4a3
3
+ metadata.gz: 102fee7e5dd9f1561dea31f77c9ca4bdc9af05f7
4
+ data.tar.gz: 08e50225dfb7c55fec4c0a5ebda5aca99c20022e
5
5
  SHA512:
6
- metadata.gz: 1f9c5c8f19a2cb08fb97ef0df44c26ffc32c72a5cb792e1d8f5db7bb729a1620f7bbbb85173c0703bc7185ec376872d9cdf599d52644ce75b51f120b059c78e1
7
- data.tar.gz: 504e8acee1251edd2d957ea5066186f3885d9ce605cd256c3b0ffd186c9a3f2d17b2188f899fb584a2945e2b2ff444406851c92c5cde4ab884c30303857f362a
6
+ metadata.gz: 89c8a3654f120450cb3711840ff85430941ee343909cd8b26d16089e2b8274d4e57eca3f7960acf00c6828523e33614e8ebb14f957209dba12787af2e39459ac
7
+ data.tar.gz: b9106db6efb0bb5c851d3a92dba6ea9ebfbba6792e3959268072b7802e81c481c290ffb47f4f5bace510be798cfbc7d70fee80b69ba0902ed811dccc73d327e8
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # LintTrap
2
2
 
3
+ [ ![Codeship Status for lintci/lint_trap](https://codeship.io/projects/2ce67c60-0c55-0132-9858-121f4cfeea24/status)](https://codeship.io/projects/32171)
4
+
3
5
  Parses the output of various linters. Designed for usage with [permpress](https://github.com/lintci/permpress) on [LintCI](http://www.lintci.com).
4
6
 
5
7
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module LintTrap
2
- VERSION = "0.0.1"
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lint_trap
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
  - Allen Madsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-18 00:00:00.000000000 Z
11
+ date: 2014-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler