process_helper 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/README.md +1 -3
- data/lib/process_helper/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43c97ff5250f9529fb45ba6f84107cfbd5d380a7
|
4
|
+
data.tar.gz: 6fa5e4e3fdc84e70e2a6cba5dbc039e7ba5e83d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3475a513be15da0c3ba577b7a7d1cb131fa1061670e66f8b867387af3162a319960a1f12687102d01b1096feb904f61abe6cd1cfcd333763c13c33c51c2d27c9
|
7
|
+
data.tar.gz: cd497e35282b042c5462ee1f76f4427a9ce8238a09f04facc8dc05cca7a357f2391b7f85f5c6aa1e437be4c879cb84873092860ec0cc5bd399c5d00d166f03c9
|
data/README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1
|
-
[![Travis-CI Build Status](https://travis-ci.org/thewoolleyman/process_helper.svg?branch=master)](https://travis-ci.org/thewoolleyman/process_helper)
|
2
|
-
|
3
|
-
[Pivotal Tracker Project](https://www.pivotaltracker.com/n/projects/1117814)
|
1
|
+
[![Travis-CI Build Status](https://travis-ci.org/thewoolleyman/process_helper.svg?branch=master)](https://travis-ci.org/thewoolleyman/process_helper) | [![Code Climate](https://codeclimate.com/github/thewoolleyman/process_helper/badges/gpa.svg)](https://codeclimate.com/github/thewoolleyman/process_helper) | [![Test Coverage](https://codeclimate.com/github/thewoolleyman/process_helper/badges/coverage.svg)](https://codeclimate.com/github/thewoolleyman/process_helper) | [Pivotal Tracker Project](https://www.pivotaltracker.com/n/projects/1117814)
|
4
2
|
|
5
3
|
# process_helper
|
6
4
|
|