Skip to content

Commit de3b0db

Browse files
committed
Release 💎 v1.3.3
1 parent 87da469 commit de3b0db

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

History.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.3 / 2015-08-20
2+
3+
* Fix gemspec to allow Ruby 1.9.3 (relates to #14)
4+
15
## 1.3.2 / 2016-08-19
26

37
* Re-add support for Ruby 1.9.3. Fixes #11 for 1.9.3 (#14)

jekyll-gist.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.homepage = "https://github.com/jekyll/jekyll-gist"
1313
spec.license = "MIT"
1414

15-
spec.required_ruby_version = '>= 2.0'
15+
spec.required_ruby_version = '>= 1.9.3'
1616

1717
spec.files = `git ls-files -z`.split("\x0")
1818
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }

lib/jekyll-gist/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jekyll
22
module Gist
3-
VERSION = "1.3.2"
3+
VERSION = "1.3.3"
44
end
55
end

0 commit comments

Comments
 (0)