mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
Merge pull request #832 from Shopify/drop-ruby-2.0
Drop support for ruby 2.0
This commit is contained in:
+1
-1
@@ -1,9 +1,9 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.0
|
|
||||||
- 2.1
|
- 2.1
|
||||||
- 2.2
|
- 2.2
|
||||||
|
- 2.3.3
|
||||||
- ruby-head
|
- ruby-head
|
||||||
- jruby-head
|
- jruby-head
|
||||||
# - rbx-2
|
# - rbx-2
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
## 4.0.0 / not yet released / branch "master"
|
## 4.0.0 / not yet released / branch "master"
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
* Ruby 2.0 support dropped (#832) [Dylan Thacker-Smith]
|
||||||
* Add to_number Drop method to allow custom drops to work with number filters (#731)
|
* Add to_number Drop method to allow custom drops to work with number filters (#731)
|
||||||
* Add strict_variables and strict_filters options to detect undefined references (#691)
|
* Add strict_variables and strict_filters options to detect undefined references (#691)
|
||||||
* Improve loop performance (#681) [Florian Weingarten]
|
* Improve loop performance (#681) [Florian Weingarten]
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ Gem::Specification.new do |s|
|
|||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
# s.description = "A secure, non-evaling end user template engine with aesthetic markup."
|
# s.description = "A secure, non-evaling end user template engine with aesthetic markup."
|
||||||
|
|
||||||
|
s.required_ruby_version = ">= 2.1.0"
|
||||||
s.required_rubygems_version = ">= 1.3.7"
|
s.required_rubygems_version = ">= 1.3.7"
|
||||||
|
|
||||||
s.test_files = Dir.glob("{test}/**/*")
|
s.test_files = Dir.glob("{test}/**/*")
|
||||||
|
|||||||
Reference in New Issue
Block a user