octopress-solarized 1.0.2 → 1.0.3

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: ccf65eab7024fcefb4de84355697a5a8cf059793
4
- data.tar.gz: fa8003632d5bc0ffea6b86f11678091b38a2dd58
3
+ metadata.gz: 5a89f454a993001d8374f6a1d36d64f156f2a495
4
+ data.tar.gz: 2e455734bab468f29f10004cd7fd154c62b8b072
5
5
  SHA512:
6
- metadata.gz: b5e5d1a0b53ddf7744cbd433730db608a02743ffe2c435ac4dafd84c69ea39e01c03a725260dfa9090e1f6c760dfa6f5d0ddedae4d5892d9ec546df197ae3cbd
7
- data.tar.gz: c0a2d252ab0ec4c3f83ddafb33e599f6510c36a8632d28c7f7e4f5bd1fb0786577f57d34a9bc5fbed0838dd11e64f4b067ab217b2d0aad058355ad592afcd3b6
6
+ metadata.gz: 224a68ecff96300e2605b3ff97df4c14c30e2071302a69b41963f60d0679039447c9db403ddd6284bd3726e3f3c5f067c7122f1b2fd58d1d9da8ae5e40e8d97d
7
+ data.tar.gz: 78d3c2bb917ce0c0edd2182f195d3bbeef50a520850f7c6795182d460710149280bfaa52eb4e2c6d8b78087b613eff955ff8de96c39415fe5bf1c27ef540f4f7
data/CHANGELOG.md CHANGED
@@ -1,7 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.3 - 2015-01-02
4
+ - Added source_url to Octopress Ink metadata.
5
+
3
6
  ## 1.0.2 - 2014-09-14
4
- - Updated Octopress Ink plugin integration
7
+ - Updated Octopress Ink plugin integration.
5
8
 
6
9
  ## 1.0.1 - 2014-06-29
7
10
  - Fix to pre code style.
@@ -6,4 +6,5 @@ Octopress::Ink.add_plugin({
6
6
  description: "Style code snippets with Ethan Schoonover's Solarized theme (tweaked a bit).",
7
7
  path: File.expand_path(File.join(File.dirname(__FILE__), '../')),
8
8
  version: Octopress::Solarized::VERSION,
9
+ source_url: "https://github.com/octopress/solarized"
9
10
  })
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Solarized
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-solarized
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
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-09-14 00:00:00.000000000 Z
11
+ date: 2015-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octopress-ink
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  requirements: []
175
175
  rubyforge_project:
176
- rubygems_version: 2.4.1
176
+ rubygems_version: 2.2.2
177
177
  signing_key:
178
178
  specification_version: 4
179
179
  summary: Ethan Schoonover's solarized theme (with tweaks) for Octopress Ink.