aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Enforce i18n version >= v0.6.4Carlos Antonio da Silva2013-02-271-1/+1
| | | | Keep in sync with 3-2-stable.
* We want i18n >= 0.6.2 but < 1.0Santiago Pastorino2013-02-261-1/+1
|
* Bump i18n version to 0.6.2Guillermo Iguaran2013-02-251-1/+1
|
* Bump up minitest dependency and remove our own reinvented version of ↵Akira Matsuda2013-02-191-1/+1
| | | | ParallelEach
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-0/+1
| | | | | | | | | | | | | | | | Summary of the changes: * Add thread_safe gem. * Use thread safe cache for digestor caching. * Replace manual synchronization with ThreadSafe::Cache in Relation::Delegation. * Replace @attribute_method_matchers_cache Hash with ThreadSafe::Cache. * Use TS::Cache to avoid the synchronisation overhead on listener retrieval. * Replace synchronisation with TS::Cache usage. * Use a preallocated array for performance/memory reasons. * Update the controllers cache to the new AS::Dependencies::ClassCache API. The original @controllers cache no longer makes much sense after @tenderlove's changes in 7b6bfe84f3 and f345e2380c. * Use TS::Cache in the connection pool to avoid locking overhead. * Use TS::Cache in ConnectionHandler.
* 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-9/+10
| | | | | | | | | | 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.
* bump minitest version ~> 4.1.0Francesco Rodriguez2012-10-051-1/+1
|
* Update minitest dependency to ~> 4.0Erik Michaels-Ober2012-09-281-1/+1
|
* activesupport gem dependencies should reflect the versions we actually useAaron Patterson2012-07-041-0/+1
|
* Bump tzinfo gem.kennyj2012-06-171-1/+1
|
* Add license field to gemspecs, by Matt GriffinMatt Griffin2012-05-231-0/+1
|
* Relax multi_json dependency to allow any 1.3 -> 1.x instead of just 1.3.xJeremy Kemper2012-04-161-1/+1
|
* fixed broken build after multi_json upgradeArun Agrawal2012-04-161-1/+1
| | | Multi_json also upgraded.
* Bump tzinfo. 0.3.31 was released on November 6, 2011.kennyj2012-02-101-1/+1
|
* Fix GH #4909. Dependency on TZInfo move from AR to AS.kennyj2012-02-101-0/+1
|
* Fix GH #3743. We must specify rdoc option's encoding.kennyj2012-01-121-0/+2
|
* 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
|
* Add the MIT-LICENSE to the Active Support gemspecFranck Verrot2011-05-251-1/+1
|
* Depend on I18n ~> 0.6José Valim2011-05-221-1/+1
|
* Move I18n dependency back to ActiveSupport.José Valim2011-05-221-3/+4
|
* Not updating rubyforge for new versions. Result of "gem list -d rails" is ↵Arun Agrawal2011-05-201-1/+0
| | | | not useful.
* Relax this dependency a bit.José Valim2011-05-041-1/+1
|
* bump multi_json dependencyJosh Kalderimis2011-04-261-1/+1
|
* remove MultiJson from the Gemfile and instead add the current rc to the AS ↵Josh Kalderimis2011-04-191-0/+2
| | | | gemspec
* Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0Santiago Pastorino2011-04-021-2/+0
|
* Change some missing README -> README.rdocSantiago Pastorino2010-07-221-1/+1
|
* Unforce memcache from ASSantiago Pastorino2010-06-011-2/+0
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Unforce builder from ASSantiago Pastorino2010-06-011-1/+0
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Unforce tzinfo from ASSantiago Pastorino2010-06-011-1/+0
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Unforce i18n from ASSantiago Pastorino2010-05-311-1/+0
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Use I18n 0.4.0José Valim2010-05-271-1/+1
|
* Update I18n gem to 0.4.0.beta1 [#4525 state:resolved].José Valim2010-05-031-1/+1
|
* Depend on the I18n 0.4.0.beta.José Valim2010-04-301-1/+1
|
* Neat and tidy, I sayDavid Heinemeier Hansson2010-04-011-0/+1
|
* Use latest I18n (0.3.6).José Valim2010-03-231-1/+1
|
* Allow memcache-client 1.8.0Jeremy Kemper2010-03-151-1/+1
|
* Optimize and clean up how details key get expired.José Valim2010-03-101-1/+1
|
* Load RAILS_VERSION relative to the gemspec file.Stefan Penner2010-03-061-1/+1
|
* Read Rails version from a file instead of modifying the load path and doing ↵Bryan Helmkamp2010-03-041-3/+2
| | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Stray line. Typo.Jeremy Kemper2010-03-021-1/+1
|
* Wordsmith gem descriptionsJeremy Kemper2010-03-021-2/+2
|
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-1/+4
|
* Bump i18n for new public I18n.normalize_keysJeremy Kemper2010-02-251-1/+1
|
* Adding ruby version spec to all gemspec files to at least 1.8.7Mikel Lindsaar2010-02-081-0/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Bump git versions to 3.0.0.beta1 since we've releasedJeremy Kemper2010-02-051-1/+1
|
* Homogenize gemspecs and remove the deprecated autorequireDavid Heinemeier Hansson2010-02-031-15/+15
|
* Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-031-1/+1
|