jekyll-typogrify 0.1.0 → 0.1.1
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/jekyll-typogrify.gemspec +4 -2
- data/lib/jekyll/typogrify/version.rb +1 -1
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e41c23443367df55f217c361ed3971f54089182
|
4
|
+
data.tar.gz: 15beaba1d15b3664c50b70cf7d1f3a3ac6b91306
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26a69d08df8f655f20f6999b204edfc76ccf6b367b4d399fda1a2a93073920b2e03736adc096b54e87ce62cf4f680543fb52e57f76fefac45c0d5665da4031a8
|
7
|
+
data.tar.gz: 2bb1c5318958cec377daaf40974c29593aee39730724a77ed0ba74f61b7bb88cc91ba5293f88a56031b41fb9f16b5f01a8116c532200aeeb0f2e2fc6ad112ee8
|
data/jekyll-typogrify.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Myles Braithwaite"]
|
10
10
|
spec.email = ["me@mylesbraithwaite.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{A Jekyll
|
13
|
-
spec.description = %q{A Jekyll plugin that bring the
|
12
|
+
spec.summary = %q{A Jekyll plugin that bring the functions of typogruby.}
|
13
|
+
spec.description = %q{A Jekyll plugin that bring the functions of typogruby.}
|
14
14
|
spec.homepage = "https://github.com/myles/jekyll-typogrify"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
@@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
20
20
|
spec.require_paths = ["lib"]
|
21
21
|
|
22
|
+
spec.add_runtime_dependency "typogruby"
|
23
|
+
|
22
24
|
spec.add_development_dependency "bundler", "~> 1.7"
|
23
25
|
spec.add_development_dependency "rspec", "~> 3.0"
|
24
26
|
spec.add_development_dependency "rake", "~> 10.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-typogrify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Myles Braithwaite
|
@@ -10,6 +10,20 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2015-04-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: typogruby
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '>='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
13
27
|
- !ruby/object:Gem::Dependency
|
14
28
|
name: bundler
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,7 +80,7 @@ dependencies:
|
|
66
80
|
- - '>='
|
67
81
|
- !ruby/object:Gem::Version
|
68
82
|
version: '0'
|
69
|
-
description: A Jekyll plugin that bring the
|
83
|
+
description: A Jekyll plugin that bring the functions of typogruby.
|
70
84
|
email:
|
71
85
|
- me@mylesbraithwaite.com
|
72
86
|
executables: []
|
@@ -110,5 +124,5 @@ rubyforge_project:
|
|
110
124
|
rubygems_version: 2.4.6
|
111
125
|
signing_key:
|
112
126
|
specification_version: 4
|
113
|
-
summary: A Jekyll
|
127
|
+
summary: A Jekyll plugin that bring the functions of typogruby.
|
114
128
|
test_files: []
|