Skip to content

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-nz committed Nov 19, 2019
1 parent 8dadf1c commit e5d1390
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ spec/fixtures/.jekyll-cache/
spec/fixtures/_site/
gemfiles/.bundle/
gemfiles/*.gemfile.lock
cloudcannon-jekyll-*.gem
cloudcannon-jekyll-*.gem
pkg/
13 changes: 9 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# 0.0.2
# 1.0.0

* Subsequent testing version
* Initial release
* Dropped support for ruby 2.3

# 0.0.1
# 0.0.5

* Initial testing version
* Support for Ruby 2.3

# 0.0.1 -> 0.0.4

* Initial testing versions
2 changes: 1 addition & 1 deletion cloudcannon-jekyll.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
all_files = `git ls-files -z`.split("\x0")
spec.files = all_files.reject { |f| f.match(%r!^(test|spec|features)/!) }

spec.add_dependency "jekyll", ">= 2.4.0", "< 5"
spec.add_dependency "jekyll", ">= 2.4.0", "< 4"

spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.9"
Expand Down
2 changes: 1 addition & 1 deletion lib/cloudcannon-jekyll/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CloudCannonJekyll
VERSION = "0.0.4"
VERSION = "0.0.5"
end

0 comments on commit e5d1390

Please sign in to comment.