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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 01ba816f9c2f68573bf7caad21c696065c9cd8b2
4
- data.tar.gz: 20a8b73ccde4955f4d78519f831187c4ab39b9c5
3
+ metadata.gz: 3e41c23443367df55f217c361ed3971f54089182
4
+ data.tar.gz: 15beaba1d15b3664c50b70cf7d1f3a3ac6b91306
5
5
  SHA512:
6
- metadata.gz: f0c3dbd1f5299c61a9860ad334dd903e421a0fddf094d838a3f933b632b14dd873f5736750f3081e1a28d27abf2133288c9459f7ba866ab815ea9118708604c4
7
- data.tar.gz: fead87e4e8ac4a8542b0f98fba62f35780c4980ff7039ea5dc5757a49cbc2cdbe926c4e46505e6c30f69b269668de9f5d8a6c3d8e019d7ce34088c6d34a3e65b
6
+ metadata.gz: 26a69d08df8f655f20f6999b204edfc76ccf6b367b4d399fda1a2a93073920b2e03736adc096b54e87ce62cf4f680543fb52e57f76fefac45c0d5665da4031a8
7
+ data.tar.gz: 2bb1c5318958cec377daaf40974c29593aee39730724a77ed0ba74f61b7bb88cc91ba5293f88a56031b41fb9f16b5f01a8116c532200aeeb0f2e2fc6ad112ee8
@@ -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 tyopgraphy plugin.}
13
- spec.description = %q{A Jekyll plugin that bring the fuctions of typogruby.}
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"
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Typogrify
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
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 fuctions of typogruby.
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 tyopgraphy plugin.
127
+ summary: A Jekyll plugin that bring the functions of typogruby.
114
128
  test_files: []