aboutsummaryrefslogtreecommitdiffstats
path: root/arel.gemspec.erb
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-08-14 02:14:18 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-08-14 20:49:54 +0900
commit2c450acb5e575bf3ae3c84300acca8a6cc932db0 (patch)
tree203f54636d8b0c18a006a9afb594156b67d09ab5 /arel.gemspec.erb
parentcf5dbf0b2d3fbeb1934712ebd584fe26797616a6 (diff)
downloadrails-2c450acb5e575bf3ae3c84300acca8a6cc932db0.tar.gz
rails-2c450acb5e575bf3ae3c84300acca8a6cc932db0.tar.bz2
rails-2c450acb5e575bf3ae3c84300acca8a6cc932db0.zip
Add required_ruby_version to gemspec
Diffstat (limited to 'arel.gemspec.erb')
-rw-r--r--arel.gemspec.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/arel.gemspec.erb b/arel.gemspec.erb
index 15c5a3d758..4698e8bae7 100644
--- a/arel.gemspec.erb
+++ b/arel.gemspec.erb
@@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.description = "Arel Really Exasperates Logicians\n\nArel is a SQL AST manager for Ruby. It\n\n1. Simplifies the generation of complex SQL queries\n2. Adapts to various RDBMSes\n\nIt is intended to be a framework framework; that is, you can build your own ORM\nwith it, focusing on innovative object and collection modeling as opposed to\ndatabase compatibility and query generation."
s.summary = "Arel Really Exasperates Logicians Arel is a SQL AST manager for Ruby"
s.license = %q{MIT}
+ s.required_ruby_version = ">= 2.2.2"
s.rdoc_options = ["--main", "README.md"]
s.extra_rdoc_files = ["History.txt", "MIT-LICENSE.txt", "README.md"]