tp 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Readme.md +5 -2
- data/lib/tp/version.rb +1 -1
- metadata +1 -1
data/Readme.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
|
-
# tp
|
1
|
+
# tp
|
2
|
+
[![Build Status](https://secure.travis-ci.org/justincampbell/tp.png)](https://secure.travis-ci.org/justincampbell/tp)
|
3
|
+
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/justincampbell/tp)
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/tp.png)](http://badge.fury.io/rb/tp)
|
2
5
|
|
3
|
-
![
|
6
|
+
![Demo](https://s3.amazonaws.com/justincampbell/tp.gif)
|
4
7
|
|
5
8
|
## Installation and Usage
|
6
9
|
|
data/lib/tp/version.rb
CHANGED