typeright 0.0.3 → 0.0.5
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.
- checksums.yaml +4 -4
- data/.travis.yml +5 -4
- data/README.md +15 -9
- data/lib/typeright/version.rb +1 -1
- data/spec/typeright_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0cc982b1a31da4987ba28c99d45ee05258fa419
|
|
4
|
+
data.tar.gz: 92676d98e0f2dda6f6fc0f757158c9d594278874
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e79461887c89488d90ff6c13c5a416ba42a2afec596560ce441f0d1f0d523dc61164304dde8be0ba9d0cff9015856c495c5d855ffee722ee4bcf8c80bd28154
|
|
7
|
+
data.tar.gz: ea34c0710fdf43df45ae939dd8bf7bc918fcf3b6d35ff3a09c14baff3520a35c8169513e5179f683b2f0d34451cf5ccc437bca3184166f0bbea2b594ddb3e7c5
|
data/.travis.yml
CHANGED
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
|
+
[](http://badge.fury.io/rb/typeright)
|
|
15
|
+
[](http://travis-ci.org/nofxx/typeright)
|
|
16
|
+
[](https://codeclimate.com/github/nofxx/typeright)
|
|
17
|
+
[](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
|
```
|
data/lib/typeright/version.rb
CHANGED
data/spec/typeright_spec.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|