Skip to content

Commit

Permalink
Target Ruby 2.2.1 in gemspecs
Browse files Browse the repository at this point in the history
This is a follow-up to #19257
  • Loading branch information
Peter Suschlik committed Mar 9, 2015
1 parent fb764ba commit f0768eb
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion actionmailer/actionmailer.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'Email composition, delivery, and receiving framework (part of Rails).'
s.description = 'Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.'

s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.2.1'

s.license = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'Web-flow and rendering framework putting the VC in MVC (part of Rails).'
s.description = 'Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.'

s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.2.1'

s.license = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion actionview/actionview.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'Rendering framework putting the V in MVC (part of Rails).'
s.description = 'Simple, battle-tested conventions and helpers for building web pages.'

s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.2.1'

s.license = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion activejob/activejob.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'Job framework with pluggable queues.'
s.description = 'Declare job classes that can be run by a variety of queueing backends.'

s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.2.1'

s.license = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion activemodel/activemodel.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'A toolkit for building modeling frameworks (part of Rails).'
s.description = 'A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.'

s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.2.1'

s.license = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion activerecord/activerecord.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'Object-relational mapper framework (part of Rails).'
s.description = 'Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.'

s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.2.1'

s.license = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.'
s.description = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.'

s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.2.1'

s.license = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion rails.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'Full-stack web application framework.'
s.description = 'Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.'

s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.2.1'
s.required_rubygems_version = '>= 1.8.11'

s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion railties/railties.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'Tools for creating, working with, and running Rails applications.'
s.description = 'Rails internals: application bootup, plugins, generators, and rake tasks.'

s.required_ruby_version = '>= 2.2.0'
s.required_ruby_version = '>= 2.2.1'

s.license = 'MIT'

Expand Down

0 comments on commit f0768eb

Please sign in to comment.