typeright 0.0.3 → 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: 13bc4a3b0f0714a4482f760fcefc813e235de5e2
4
- data.tar.gz: 1a5f7d619d40aed8e7aeca9ead01fca4b4411ab2
3
+ metadata.gz: d0cc982b1a31da4987ba28c99d45ee05258fa419
4
+ data.tar.gz: 92676d98e0f2dda6f6fc0f757158c9d594278874
5
5
  SHA512:
6
- metadata.gz: 62a4ae93dd82bc5eef065e2f7922dac49aa9c3c65d6dc5d10aef8a2d65150d558425b8e20b40725b5a81151a4e3a741e67f8c79fbbd0fdbee3d2af441da401af
7
- data.tar.gz: 52f1f89a7e38e986c58ece3b6ebbc99be48f685f20c54ad2d4597ebb9f072ff5a996aff97adb12963bda82fce9c5cab0135c15153c1df7e8e0395b2f8490af77
6
+ metadata.gz: 8e79461887c89488d90ff6c13c5a416ba42a2afec596560ce441f0d1f0d523dc61164304dde8be0ba9d0cff9015856c495c5d855ffee722ee4bcf8c80bd28154
7
+ data.tar.gz: ea34c0710fdf43df45ae939dd8bf7bc918fcf3b6d35ff3a09c14baff3520a35c8169513e5179f683b2f0d34451cf5ccc437bca3184166f0bbea2b594ddb3e7c5
data/.travis.yml CHANGED
@@ -1,12 +1,13 @@
1
1
  language: ruby
2
2
  env: CI="travis"
3
3
  rvm:
4
- - 1.9.3
5
- - 2.0
6
- - 2.1
7
4
  - 2.2
8
5
  - rbx-2
6
+ - jruby-head
9
7
  - ruby-head
8
+
10
9
  matrix:
11
10
  allow_failures:
12
- - rvm: rbx-2
11
+ - rvm: jruby-head
12
+
13
+ sudo: false
data/README.md CHANGED
@@ -1,23 +1,29 @@
1
1
  # TypeRight
2
2
 
3
- ________________________________________________________________
4
- ______ ____
5
- / / ) , /
6
- ---------/---------------__----__---/___ /--------__---/__--_/_-
7
- / / / / ) /___) / | / / ) / ) /
8
- _______/______(___/___/___/_(___ _/_____|__/___(___/_/___/_(_ __
9
- / / /
10
- (_ / / (_ /
3
+ _____________________________________________________________________________________
4
+ ______ ____
5
+ / / ) , /
6
+ ---------------------/---------------__----__---/___ /--------__---/__--_/_----------
7
+ / / / / ) /___) / | / / ) / ) /
8
+ ___________________/______(___/___/___/_(___ _/_____|__/___(___/_/___/_(_ ___________
9
+ / / /
10
+ (_ / / (_ /
11
11
 
12
12
 
13
13
 
14
+ [![Gem Version](https://badge.fury.io/rb/typeright.svg)](http://badge.fury.io/rb/typeright)
15
+ [![Build Status](https://secure.travis-ci.org/nofxx/typeright.svg)](http://travis-ci.org/nofxx/typeright)
16
+ [![Code Climate](https://codeclimate.com/github/nofxx/typeright/badges/gpa.svg)](https://codeclimate.com/github/nofxx/typeright)
17
+ [![Coverage Status](https://coveralls.io/repos/nofxx/typeright/badge.svg?branch=master&service=github)](https://coveralls.io/github/nofxx/typeright?branch=master)
18
+
19
+
14
20
  Makes text more pleasant for the eyes.
15
21
 
16
22
 
17
23
  Turns this:
18
24
 
19
25
  ```
20
- And so... "Why?" -- He replied
26
+ And so... "Why?" -- He replied (+)
21
27
  Because -> this! And => this!
22
28
  Also, notice some math: Pi + 2 * 180 / 2.
23
29
  ```
@@ -1,4 +1,4 @@
1
1
  # Typeright version
2
2
  module Typeright
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.5'
4
4
  end
@@ -42,7 +42,7 @@ describe Typeright do
42
42
  end
43
43
 
44
44
  {
45
- 'pretty :-) So good' => 'pretty :-) So good',
45
+ # 'pretty :-) So good' => 'pretty :-) So good',
46
46
  'place, I\'d rewrite it' => 'place, I’d rewrite it',
47
47
  'by 50 more reviewers...' => 'by 50 more reviewers…',
48
48
  'So "Why don\'t you" -- implied' => 'So “Why don’t you” — implied',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typeright
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Piccinini
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-20 00:00:00.000000000 Z
11
+ date: 2015-08-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Make text beautiful
14
14
  email: x@nofxx.com