octopress-pullquote-tag 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/octopress-pullquote-tag.rb +2 -2
- data/lib/octopress-pullquote-tag/version.rb +1 -1
- data/octopress-pullquote-tag.gemspec +1 -1
- data/{.clash.yml → test/_clash.yml} +0 -0
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de8714f8f5066ba7b73a6d6b85b01cc07cc45b7a
|
4
|
+
data.tar.gz: 2abea8f8369200ad22d539837c08feb68f605206
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cef422718276e0959a40b9dc13c254594775a1c4b537dd97fcc70800b187bf42a099681bd618c3b00d494e25f340aac6487fd34a326083d07c242c2ac3c0ef6f
|
7
|
+
data.tar.gz: 226868e6596f15160b7a4566b6a7f80ceaedc3c0f0310d7d10e44c53a7fe5a2acb5a6f094a9528504d62db94907e5553068d66515ee67467f4950c30921adcd6
|
data/CHANGELOG.md
ADDED
@@ -43,8 +43,8 @@ if defined? Octopress::Docs
|
|
43
43
|
gem: "octopress-pullquote-tag",
|
44
44
|
description: "Elegant pullquotes for Jekyll site site",
|
45
45
|
path: File.expand_path(File.join(File.dirname(__FILE__), "../")),
|
46
|
-
source_url: "https://github.com/octopress/
|
47
|
-
version: Octopress::Tags::
|
46
|
+
source_url: "https://github.com/octopress/pullquote-tag",
|
47
|
+
version: Octopress::Tags::PullQuote::VERSION
|
48
48
|
})
|
49
49
|
end
|
50
50
|
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octopress-pullquote-tag
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -81,7 +81,7 @@ dependencies:
|
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
|
-
name:
|
84
|
+
name: octopress-debugger
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - ">="
|
@@ -101,9 +101,9 @@ executables: []
|
|
101
101
|
extensions: []
|
102
102
|
extra_rdoc_files: []
|
103
103
|
files:
|
104
|
-
- ".clash.yml"
|
105
104
|
- ".gitignore"
|
106
105
|
- ".travis.yml"
|
106
|
+
- CHANGELOG.md
|
107
107
|
- Gemfile
|
108
108
|
- LICENSE.txt
|
109
109
|
- README.md
|
@@ -112,6 +112,7 @@ files:
|
|
112
112
|
- lib/octopress-pullquote-tag/utils.rb
|
113
113
|
- lib/octopress-pullquote-tag/version.rb
|
114
114
|
- octopress-pullquote-tag.gemspec
|
115
|
+
- test/_clash.yml
|
115
116
|
- test/_config.yml
|
116
117
|
- test/_expected/index.html
|
117
118
|
- test/_site/index.html
|
@@ -141,6 +142,7 @@ signing_key:
|
|
141
142
|
specification_version: 4
|
142
143
|
summary: Elegant pullquotes for Jekyll site site.
|
143
144
|
test_files:
|
145
|
+
- test/_clash.yml
|
144
146
|
- test/_config.yml
|
145
147
|
- test/_expected/index.html
|
146
148
|
- test/_site/index.html
|