octopress-ink 1.0.0.rc.20 → 1.0.0.rc.21

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed486bb3213b7ddd8920731ab620c538a140e1bb
4
- data.tar.gz: 573c19ef7bccc8713c6464055af7cd320d5fcb4f
3
+ metadata.gz: 9f537a9fba193fcd94d397c8ba99b25c8e7d1b02
4
+ data.tar.gz: c17b345185bf16c0b37b9778afbb6886de3bb4f4
5
5
  SHA512:
6
- metadata.gz: 63cae56453a4f71770fb506e3bc7a7b0f708b8bc734ac2835052af17a1027e2cc74e5a105b55e20878f701e1371be1384940118a008f002dbe43930ae4b4af37
7
- data.tar.gz: 1eb8d270480c0fba04b9c6093cec06e8e94ebc8e4bf2cff1b4e9997d8cbfa444b3d0d362de56d308f9c16d670e5ca90c67e9d46419555d5eac9d6a11a75ceb14
6
+ metadata.gz: c469002b6db39ef5315845dc649cbd6bb77e5d38ca63e050d44d1ee7d952e831450bc3bbc63e8f66e7031ca045a19ea0b1d42ba7e1f5acbe781dbcaadf409f40
7
+ data.tar.gz: 9e3910263a34f3f44a49a2cf340f66266a4fef28cadc982c61b721fd1301d4f9e8e875c1f55d40868fd41a3f347873e77b57e1f48983c1360bd68a9306f2ec95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.0.0 RC21 - 2014-12-13
4
+
5
+ - Documentation fixes
6
+
3
7
  ### 1.0.0 RC20 - 2014-12-13
4
8
 
5
9
  - Improvements to scaffold and docs.
@@ -177,7 +177,7 @@ Here's a example of a simple `default.html` layout.
177
177
  </html>
178
178
  ```
179
179
 
180
- You'll notice the `{% octopress_css %}` and `{% octopress_js %}` tags. These are special tags that come with Octopress Ink and output the `<link>` and `<script>` tags from the Octopress Ink asset pipeline.
180
+ You'll notice the `{% css_asset_tag %}` and `{% js_asset_tag %}` tags. These are special tags that come with Octopress Ink and output the `<link>` and `<script>` tags from the Octopress Ink asset pipeline.
181
181
 
182
182
  A `page.html` or `post.html` might look like this:
183
183
 
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Ink
3
- VERSION = "1.0.0.rc.20"
3
+ VERSION = "1.0.0.rc.21"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-ink
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc.20
4
+ version: 1.0.0.rc.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-13 00:00:00.000000000 Z
11
+ date: 2014-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -231,7 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
231
231
  version: 1.3.1
232
232
  requirements: []
233
233
  rubyforge_project:
234
- rubygems_version: 2.4.1
234
+ rubygems_version: 2.2.2
235
235
  signing_key:
236
236
  specification_version: 4
237
237
  summary: A framework creating Jekyll/Octopress themes and plugins