We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb63d1 commit 87da469Copy full SHA for 87da469
History.markdown
@@ -1,8 +1,9 @@
1
-## HEAD
+## 1.3.2 / 2016-08-19
2
3
* Re-add support for Ruby 1.9.3. Fixes #11 for 1.9.3 (#14)
4
+ * Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11)
5
-## 1.3.1 / 2015-08-16
6
+## 1.3.1 / 2015-08-16 (yanked)
7
8
* Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11)
9
lib/jekyll-gist/version.rb
@@ -1,5 +1,5 @@
module Jekyll
module Gist
- VERSION = "1.3.1"
+ VERSION = "1.3.2"
end
0 commit comments