octopress-social 1.4.2 → 1.4.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: 6f1eccb0867450fa0a689a2a908c3f3bf08c81cf
4
- data.tar.gz: 90f9fdd3427c646bf56e8a07f9a23b4706eaec5c
3
+ metadata.gz: 5b2ca29666fcf999b3bc81ba63004e950881034d
4
+ data.tar.gz: 49825c3448215629103ca117adcbd0f9028b769c
5
5
  SHA512:
6
- metadata.gz: b6538401784377eeabb3ae4257ee259b9ed5f2d3fa726e4b9533c559f771df0c0549c1f2f65032c9a587a0d37a4551824758fcc63327d0a4e63278b9700c6c7a
7
- data.tar.gz: c6d00a7f93cb35aaf298d06bf877918c7b78c2cc524a4b483bc96ffd9d7e00bd77d917b63148facdace68de5fb8db4fddb75cf5db6fc11ec05eb960f4839985f
6
+ metadata.gz: 9559b87a899bc5ef2b2ca4502f4fa2c2d3d3c140c5eaf1b5293263397f9fc711e1b2a549f74b5e3f90e90f2fd69b1326c7d6c5259c41d013d4d87db1a2474883
7
+ data.tar.gz: be649c442aa9e12facf7745785a0ada83fd36877e77fef5be30e40706ad83896a251cf93988d7537e6432865f1c2f77367623b63b85a7d045f613a844bd08c33
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.4.2 (2015-05-11)
4
+ - Minor: Added UTF-8 encoding headers for better Ruby 1.9 support.
5
+
3
6
  ### 1.4.2 (2015-04-01)
4
7
  - Fix: Doesn't break if email address configured as a top level key, e.g. `email: me@example.com`.
5
8
 
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  require 'octopress-social/version'
2
3
  require 'liquid'
3
4
  require 'erb'
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  module Octopress
2
3
  module Social
3
4
  module Disqus
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  module Octopress
2
3
  module Social
3
4
  module Email
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  module Octopress
2
3
  module Social
3
4
  module Facebook
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  module Octopress
2
3
  module Social
3
4
  module GitHub
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  module Octopress
2
3
  module Social
3
4
  module GooglePlus
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  module Octopress
2
3
  module Social
3
4
  module Twitter
@@ -1,5 +1,6 @@
1
+ # encoding: UTF-8
1
2
  module Octopress
2
3
  module Social
3
- VERSION = "1.4.2"
4
+ VERSION = "1.4.3"
4
5
  end
5
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-social
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.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: 2015-04-01 00:00:00.000000000 Z
11
+ date: 2015-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  requirements: []
119
119
  rubyforge_project:
120
- rubygems_version: 2.2.2
120
+ rubygems_version: 2.4.6
121
121
  signing_key:
122
122
  specification_version: 4
123
123
  summary: Easy social network integration for Jekyll sites