jekyll-typogrify 0.3.1 → 0.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c2f645d82ae3fb4f80b359bb4ba77a624b46471
4
- data.tar.gz: 65f0a4b16753ed00f09f428d922e74fbb8dfb502
3
+ metadata.gz: ce31a9b1d9e6acc63c62db986e074ca115af2dfd
4
+ data.tar.gz: b5cdc776bd5c20fa8a3e600f7a615c97f5aaf1c5
5
5
  SHA512:
6
- metadata.gz: bcd5a119bbbc29acecc5d0390c208c010497e2618f6024c0612da5c9f450fc7d400f32a79a601513d36d1b2f30d7029718770db1b73e6b6963ae4b8ced794004
7
- data.tar.gz: d0aaaa84c3d98aeaa95e9bbdc48c7f3a782838eca57240d99149c4fe8d2ca0f456e312a12941c2b2b89f1a1469a3c1a1524fe9fd7575a4a10f16d00d5c512d6e
6
+ metadata.gz: f3d7416811a35901877ade9b523202488c83cc8fd2178139187bcdd23883d13352c5c0a62d6c9a3050b121eeeb002a8828e7b9d51b43876acf803b0aff8da66b
7
+ data.tar.gz: 54c784d7fd842b457415b85df084367ac97d2231355a754258432a52c96a0e0e041384bde0ef8b14112b5d18466bc2adeeecd3202f31897078ce8c4ab44841a8
@@ -0,0 +1,28 @@
1
+ <!-- Jekyll::Typogrify Issue Ticket -->
2
+ <!-- To tackle bugs better, we recommend that you report one issue per ticket -->
3
+
4
+ ### Description:
5
+ <!-- Describe in one or two sentences why you're opening this issue: -->
6
+
7
+
8
+ ### Tell us a bit about yourself:
9
+ * Version of Jekyll::Typogrify I'm using <HINT: use `bundle show` to check>:
10
+ * Version of Jekyll I'm using <HINT: use `bundle show` to check>:
11
+ * Version of Ruby I'm using:
12
+ * Operating System <e.g. Linux, OS X, Windows>:
13
+ * Browser <e.g, Safari, Chrome>:
14
+
15
+ ### Steps to reproduce:
16
+ <!-- List the steps someone else can take to reproduce the conditions you're reporting. -->
17
+
18
+
19
+ ### I expected the following:
20
+ <!-- After you take those steps, what do you expect to happen? -->
21
+
22
+
23
+ ### But got the following, instead:
24
+ <!-- After you take those steps, what actually happens, instead? -->
25
+
26
+
27
+ ### Other details:
28
+ <!-- Anything else you think we should know? Do you have a screenshot? An animated GIF? Can you express the problem using emoji? -->
data/.gitignore CHANGED
@@ -1,6 +1,5 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
- /Gemfile.lock
4
3
  /_yardoc/
5
4
  /coverage/
6
5
  /doc/
data/.travis.yml CHANGED
@@ -1,3 +1,15 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.0.0
3
+ - 2.0
4
+ - 2.1
5
+ - 2.2
6
+ before_install:
7
+ - gem update bundler
8
+ script:
9
+ - bundle exec rake
10
+ after_script:
11
+ - bundle exec codeclimate-test-reporter
12
+ after_success:
13
+ - gem install package_cloud
14
+ - bundle exec rake build
15
+ - package_cloud push myles/jekyll-typogrify pkg/jekyll-typogrify-0.3.2.gem
data/Gemfile CHANGED
@@ -3,4 +3,9 @@ source 'https://rubygems.org'
3
3
  gem 'typogruby'
4
4
  gem 'titlecase'
5
5
 
6
+ group :test do
7
+ gem 'simplecov'
8
+ gem 'codeclimate-test-reporter', '~> 1.0.0'
9
+ end
10
+
6
11
  gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,89 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ jekyll-typogrify (0.3.2)
5
+ titlecase
6
+ typogruby
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ addressable (2.5.0)
12
+ public_suffix (~> 2.0, >= 2.0.2)
13
+ codeclimate-test-reporter (1.0.0)
14
+ colorator (1.1.0)
15
+ diff-lcs (1.2.5)
16
+ docile (1.1.5)
17
+ ffi (1.9.14)
18
+ forwardable-extended (2.6.0)
19
+ jekyll (3.3.0)
20
+ addressable (~> 2.4)
21
+ colorator (~> 1.0)
22
+ jekyll-sass-converter (~> 1.0)
23
+ jekyll-watch (~> 1.1)
24
+ kramdown (~> 1.3)
25
+ liquid (~> 3.0)
26
+ mercenary (~> 0.3.3)
27
+ pathutil (~> 0.9)
28
+ rouge (~> 1.7)
29
+ safe_yaml (~> 1.0)
30
+ jekyll-sass-converter (1.4.0)
31
+ sass (~> 3.4)
32
+ jekyll-watch (1.5.0)
33
+ listen (~> 3.0, < 3.1)
34
+ json (2.0.2)
35
+ kramdown (1.12.0)
36
+ liquid (3.0.6)
37
+ listen (3.0.8)
38
+ rb-fsevent (~> 0.9, >= 0.9.4)
39
+ rb-inotify (~> 0.9, >= 0.9.7)
40
+ mercenary (0.3.6)
41
+ pathutil (0.14.0)
42
+ forwardable-extended (~> 2.6)
43
+ public_suffix (2.0.3)
44
+ rake (10.5.0)
45
+ rb-fsevent (0.9.8)
46
+ rb-inotify (0.9.7)
47
+ ffi (>= 0.5.0)
48
+ rouge (1.11.1)
49
+ rspec (3.5.0)
50
+ rspec-core (~> 3.5.0)
51
+ rspec-expectations (~> 3.5.0)
52
+ rspec-mocks (~> 3.5.0)
53
+ rspec-core (3.5.4)
54
+ rspec-support (~> 3.5.0)
55
+ rspec-expectations (3.5.0)
56
+ diff-lcs (>= 1.2.0, < 2.0)
57
+ rspec-support (~> 3.5.0)
58
+ rspec-mocks (3.5.0)
59
+ diff-lcs (>= 1.2.0, < 2.0)
60
+ rspec-support (~> 3.5.0)
61
+ rspec-support (3.5.0)
62
+ rubypants (0.6.0)
63
+ safe_yaml (1.0.4)
64
+ sass (3.4.22)
65
+ simplecov (0.12.0)
66
+ docile (~> 1.1.0)
67
+ json (>= 1.8, < 3)
68
+ simplecov-html (~> 0.10.0)
69
+ simplecov-html (0.10.0)
70
+ titlecase (0.1.1)
71
+ typogruby (1.0.18)
72
+ rubypants
73
+
74
+ PLATFORMS
75
+ ruby
76
+
77
+ DEPENDENCIES
78
+ bundler (~> 1.7)
79
+ codeclimate-test-reporter (~> 1.0.0)
80
+ jekyll
81
+ jekyll-typogrify!
82
+ rake (~> 10.0)
83
+ rspec (~> 3.0)
84
+ simplecov
85
+ titlecase
86
+ typogruby
87
+
88
+ BUNDLED WITH
89
+ 1.12.5
data/README.md CHANGED
@@ -1,4 +1,8 @@
1
- [![Build Status](https://travis-ci.org/myles/jekyll-typogrify.svg?branch=master)](https://travis-ci.org/myles/jekyll-typogrify) [![Gem Version](https://badge.fury.io/rb/jekyll-typogrify.svg)](http://badge.fury.io/rb/jekyll-typogrify) [![Code Issues](https://www.quantifiedcode.com/api/v1/project/e017e34c1f35482e87e0ea12390ef7cc/badge.svg)](https://www.quantifiedcode.com/app/project/e017e34c1f35482e87e0ea12390ef7cc)
1
+ [![Build Status](https://travis-ci.org/myles/jekyll-typogrify.svg?branch=v0.3.1)](https://travis-ci.org/myles/jekyll-typogrify)
2
+ [![Build Status](https://ci.appveyor.com/api/projects/status/bw6g4akc9x8g1x33/branch/master?svg=true)](https://ci.appveyor.com/project/MylesBraithwaite/jekyll-typogrify/branch/v0.3.1)
3
+ [![Gem Version](https://badge.fury.io/rb/jekyll-typogrify.svg)](http://badge.fury.io/rb/jekyll-typogrify)
4
+ [![Code Climate](https://codeclimate.com/github/myles/jekyll-typogrify/badges/gpa.svg)](https://codeclimate.com/github/myles/jekyll-typogrify)
5
+ [![Test Coverage](https://codeclimate.com/github/myles/jekyll-typogrify/badges/coverage.svg)](https://codeclimate.com/github/myles/jekyll-typogrify/coverage)
2
6
 
3
7
  # Jekyll::Typogrify
4
8
 
@@ -33,9 +37,9 @@ gems:
33
37
 
34
38
  ## Usage
35
39
 
36
- ### Andpercent
40
+ ### Ampersand
37
41
 
38
- Converts an andpercent (ex. `&`) converts a & surrounded by optional whitespace or a non-breaking space to the HTML entity and surrounds it in a span with a styled class.
42
+ Converts an ampersand (ex. `&`) converts a & surrounded by optional whitespace or a non-breaking space to the HTML entity and surrounds it in a span with a styled class.
39
43
 
40
44
  ```html
41
45
  <h1>{{ "Mr. & Mrs. Smith" | amp }}</h1>
@@ -58,7 +62,7 @@ Surrounds two or more consecutive capital letters, perhaps with interspersed dig
58
62
  Converts special characters (excluding HTML tags) to HTML entities.
59
63
 
60
64
  ```html
61
- <p Myles Braithwaite</p>
65
+ <p>{{ Myles Braithwaite" | entities }}</p>
62
66
 
63
67
  <p>&copy; Myles Braithwaite</p>
64
68
  ```
data/appveyor.yml ADDED
@@ -0,0 +1,25 @@
1
+ version: v0.3.2-{build}-{branch}
2
+
3
+ environment:
4
+ matrix:
5
+ - ruby_version: 22
6
+ - ruby_version: 22-x64
7
+ - ruby_version: 21
8
+ - ruby_version: 21-x64
9
+ - ruby_version: 200
10
+ - ruby_version: 200-x64
11
+
12
+ install:
13
+ - set PATH=C:\Ruby%ruby_version%\bin;%PATH%
14
+ - gem install bundler --no-document -v 1.10.5
15
+ - bundle install --retry=3
16
+
17
+ build: off
18
+
19
+ before_test:
20
+ - ruby -v
21
+ - gem -v
22
+ - bundle -v
23
+
24
+ test_script:
25
+ - bundle exec rake
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Typogrify
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-typogrify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myles Braithwaite
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-26 00:00:00.000000000 Z
11
+ date: 2016-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typogruby
@@ -102,15 +102,18 @@ extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
104
  - ".editorconfig"
105
+ - ".github/ISSUE_TEMPLATE.md"
105
106
  - ".gitignore"
106
107
  - ".rspec"
107
108
  - ".travis.yml"
108
109
  - CODE_OF_CONDUCT.md
109
110
  - CONTRIBUTING.md
110
111
  - Gemfile
112
+ - Gemfile.lock
111
113
  - LICENSE.txt
112
114
  - README.md
113
115
  - Rakefile
116
+ - appveyor.yml
114
117
  - bin/console
115
118
  - bin/server
116
119
  - bin/setup