aboutsummaryrefslogtreecommitdiffstats
path: root/railties/railties.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* revises the homepage URL in the gemspecs [ci skip]Xavier Noria2016-03-101-1/+1
| | | | References https://github.com/rails/homepage/issues/46.
* Include MIT-LICENSE in railties gemBrandon Keepers2015-09-011-1/+1
|
* Merge pull request #19753 from jonatack/use-ruby-2-2-2Guillermo Iguaran2015-04-131-1/+1
|\ | | | | Upgrade to Ruby 2.2.2
| * Upgrade to Ruby 2.2.2Jon Atack2015-04-141-1/+1
| | | | | | | | and fix the grammar in the ruby_version_check.rb user message.
* | Rename railties/bin to railties/exeIslam Wazery2015-04-111-2/+2
|/ | | | | | That will match the new Bundler executables convention. Bundler Blog Post: http://bundler.io/blog/2015/03/20/moving-bins-to-exe.html Also updated the necessary tests.
* method_source needs to be a hard dependency on railtiesArthur Neves2015-03-191-0/+1
|
* Target Ruby 2.2.1 in gemspecsPeter Suschlik2015-03-091-1/+1
| | | | This is a follow-up to #19257
* Require Ruby 2.2 for Rails 5.0claudiob2014-12-261-1/+1
| | | | | Stems from [this comment](https://github.com/rails/rails/pull/18203#issuecomment-68138096) by @robin850 and by the blog post http://weblog.rubyonrails.org/2014/12/19/Rails-4-2-final
* Bump required Ruby version to 2.1.0claudiob2014-11-281-1/+1
| | | | | | | | | [This article](http://weblog.rubyonrails.org/2014/8/20/Rails-4-2-beta1/#maintenance-consequences-and-rails-5-0) states that: > Rails 5.0 is in most likelihood going to target Ruby 2.2. Before the exact minimum version is fully decided, @arthurnn [suggests](https://github.com/rails/rails/pull/17830#issuecomment-64940383) that **at least** version 2.1.0 **must** be required by the `gemspec` files.
* Add AV as development dependency for railtiesŁukasz Strzałkowski2013-08-251-0/+2
| | | | It's needed for tests
* Use last released version of thorGuillermo Iguaran2013-03-301-1/+1
|
* adds the API home page to the gemspec, needed for doc:railsXavier Noria2013-03-301-1/+1
|
* rdoc is no longer a gem dependency, sdoc becomes a runtime dependencyXavier Noria2013-03-301-1/+0
|
* Revert "instruct RDoc to only parse Ruby files under lib [Fixes #9779]"Xavier Noria2013-03-181-1/+1
| | | | This reverts commit c24528fbc94dea9946a563be3bed9559583bdc57.
* instruct RDoc to only parse Ruby files under lib [Fixes #9779]Xavier Noria2013-03-181-1/+1
|
* Depend on thor >= 0.17.0Carlos Antonio da Silva2013-01-231-1/+1
|
* Revert "Omit directories from gemspec.files for RubyGems 2 compat."Jeremy Kemper2012-12-091-1/+1
| | | | | | Obviated by rubygems/rubygems@486ed83cc8e706069213c5d406122f4cfcca9e7f This reverts commit bb8923dee093b615615cdfb83b34d1b0bb254f25.
* Omit directories from gemspec.files for RubyGems 2 compat.Jeremy Kemper2012-12-081-1/+1
| | | | | | RG2 packager expects each spec.files path to be a file and bombs when it tries to tarball a dir. May revert if rubygems/rubygems#413 is accepted.
* Clean up gemspecsVinny Diehl2012-11-081-14/+17
| | | | | | | | | | Organized the gemspec files a bit. * Made quotes more consistent (single quotes dominated, so I used that). * Moved license line down a line, separating it logically, and removed the extra whitespace before its = operator. * Minor whitespace fixes.
* Depend on thor 0.15.4José Valim2012-06-291-1/+1
|
* Require thor 0.15.3 onwardsJosé Valim2012-06-181-5/+1
|
* Add license field to gemspecs, by Matt GriffinMatt Griffin2012-05-231-0/+1
|
* Allow Thor 0.15 and 1.0, to be released shortlytomhuda2012-04-281-1/+5
|
* Rack::SSL -> ActionDispatch::SSLRafael Mendonça França2012-03-171-1/+0
|
* moves the guides up to the root directoryXavier Noria2012-03-171-1/+1
|
* Updated gemspec for ruby 1.9.3Rahul P. Chaudhari2011-12-211-1/+1
|
* Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.mdFranck Verrot2011-11-041-1/+1
|
* Update railties.gemspecJosé Valim2011-06-281-0/+3
|
* Fix issue #1598 by adding a dependency to the RDoc gem.Jacob Poulsgaard Tjoernholm2011-06-091-0/+1
|
* Now that we are compatible with Rake 0.9.0, lets allow it back inDavid Heinemeier Hansson2011-05-211-1/+1
|
* Bind to Rake 0.8.7 until a fix for Rake 0.9.0 is releasedDavid Heinemeier Hansson2011-05-211-1/+1
|
* Not updating rubyforge for new versions. Result of "gem list -d rails" is ↵Arun Agrawal2011-05-201-1/+0
| | | | not useful.
* Bump up rack-cache, tzinfo and thorSantiago Pastorino2011-05-041-1/+1
|
* make turn a soft dependency. generate a Gemfile that contains turn and ↵Aaron Patterson2011-04-081-1/+0
| | | | require turn if it is available
* Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0Santiago Pastorino2011-04-021-1/+0
|
* Moved Turn activation/dependency to railtiesDavid Heinemeier Hansson2011-03-311-0/+1
|
* Add `config.force_ssl` configuration which will load `Rack::SSL` middleware ↵Prem Sichanugrist2011-03-271-0/+1
| | | | | | | | if set to true This will allow user to be able to force all requests to be under HTTPS protocol. This commit was a request from DHH. Special thanks to Josh Peek as well for making `Rack::SSL`.
* Update to latest thor.José Valim2010-11-041-1/+1
|
* Update to Thor 0.14.3.José Valim2010-10-041-1/+1
|
* Bump up some depsSantiago Pastorino2010-09-261-1/+1
|
* Bump thor version requirement.José Valim2010-09-241-1/+1
|
* Bump rake dependency to 0.8.4. [#5279 state:resolved]Aaron Suggs2010-08-241-1/+1
| | | | | | | This rake version adds the Rake::RDocTask#rdoc_task_name method, used in railties/lib/rails/tasks/documentation.rake Signed-off-by: José Valim <jose.valim@gmail.com>
* Update to latest thor.José Valim2010-07-261-1/+1
|
* Change some missing README -> README.rdocSantiago Pastorino2010-07-221-1/+1
|
* bump erubis version to 2.6.6 and thor version to 0.13.7Santiago Pastorino2010-07-021-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Update generators to use thor 0.13.6 with simpler source_root handling.José Valim2010-04-301-1/+1
|
* Update thor dependency to 0.13.5José Valim2010-04-291-1/+1
|
* moved rails binary to rails gem, so rubygems can find specific versions of ↵Felipe Rodrigues2010-04-121-3/+0
| | | | | | rails [#4382 state:resolved] Signed-off-by: wycats <wycats@gmail.com>
* Move railties/builtin into libJoshua Peek2010-03-201-1/+1
|
* Load RAILS_VERSION relative to the gemspec file.Stefan Penner2010-03-061-1/+1
|