Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More liberal builder dependency | Łukasz Strzałkowski | 2013-12-12 | 1 | -1/+1 |
| | | | | Allowing us to get 3.2.x versions if needed. | ||||
* | observers are not part of ActiveModel [ci skip] | Arun Agrawal | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Revert "instruct RDoc to only parse Ruby files under lib [Fixes #9779]" | Xavier Noria | 2013-03-18 | 1 | -1/+1 |
| | | | | This reverts commit c24528fbc94dea9946a563be3bed9559583bdc57. | ||||
* | instruct RDoc to only parse Ruby files under lib [Fixes #9779] | Xavier Noria | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | Revert "Omit directories from gemspec.files for RubyGems 2 compat." | Jeremy Kemper | 2012-12-09 | 1 | -1/+1 |
| | | | | | | Obviated by rubygems/rubygems@486ed83cc8e706069213c5d406122f4cfcca9e7f This reverts commit bb8923dee093b615615cdfb83b34d1b0bb254f25. | ||||
* | Omit directories from gemspec.files for RubyGems 2 compat. | Jeremy Kemper | 2012-12-08 | 1 | -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 gemspecs | Vinny Diehl | 2012-11-08 | 1 | -6/+8 |
| | | | | | | | | | | 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 builder dependencies in Active Model and Action Pack | Carlos Antonio da Silva | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | Add license field to gemspecs, by Matt Griffin | Matt Griffin | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | Remove Active Resource source files from the repository | Prem Sichanugrist | 2012-03-13 | 1 | -1/+1 |
| | | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu. | ||||
* | Updated gemspec for ruby 1.9.3 | Rahul P. Chaudhari | 2011-12-21 | 1 | -1/+1 |
| | |||||
* | Remove i18n dependencies from AP and AMo since they are in AS. | José Valim | 2011-12-20 | 1 | -1/+0 |
| | |||||
* | Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.md | Franck Verrot | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | Remove hard dependency on bcrypt. | Guillermo Iguaran | 2011-09-02 | 1 | -1/+0 |
| | |||||
* | bumping bcrypt-ruby requirement | Aaron Patterson | 2011-08-24 | 1 | -1/+1 |
| | |||||
* | Fix I18n dependency as final is out. | José Valim | 2011-05-22 | 1 | -1/+1 |
| | |||||
* | Not updating rubyforge for new versions. Result of "gem list -d rails" is ↵ | Arun Agrawal | 2011-05-20 | 1 | -1/+0 |
| | | | | not useful. | ||||
* | bump the i18n gem to 0.6.0beta1 and update docs for the i18n exception ↵ | Sven Fuchs | 2011-04-26 | 1 | -1/+1 |
| | | | | | | handler [#6739 state:committed] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0 | Santiago Pastorino | 2011-04-02 | 1 | -2/+0 |
| | |||||
* | Bump up bcrypt-ruby dependency to 2.1.4 | Santiago Pastorino | 2011-01-09 | 1 | -2/+1 |
| | |||||
* | Switch from SHA2 to BCrypt (easy Windows compatibility is coming shortly ↵ | David Heinemeier Hansson | 2010-12-18 | 1 | -0/+2 |
| | | | | with new compiled gem) | ||||
* | bump i18n gem | Sven Fuchs | 2010-12-04 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Bump builder to 3.0.0 | Santiago Pastorino | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | Use latest I18n. | José Valim | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | Change some missing README -> README.rdoc | Santiago Pastorino | 2010-07-22 | 1 | -1/+1 |
| | |||||
* | Bump i18n to 0.4.1 | Jeremy Kemper | 2010-06-05 | 1 | -1/+1 |
| | |||||
* | Unforce builder from AS | Santiago Pastorino | 2010-06-01 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Unforce i18n from AS | Santiago Pastorino | 2010-05-31 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Neat and tidy, I say | David Heinemeier Hansson | 2010-04-01 | 1 | -6/+7 |
| | |||||
* | Make your bed and clean up your gemspecs! | David Heinemeier Hansson | 2010-04-01 | 1 | -10/+10 |
| | |||||
* | Load RAILS_VERSION relative to the gemspec file. | Stefan Penner | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | Read Rails version from a file instead of modifying the load path and doing ↵ | Bryan Helmkamp | 2010-03-04 | 1 | -4/+3 |
| | | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Stray line. Typo. | Jeremy Kemper | 2010-03-02 | 1 | -1/+0 |
| | |||||
* | Wordsmith gem descriptions | Jeremy Kemper | 2010-03-02 | 1 | -2/+3 |
| | |||||
* | Leverage VERSION constants from gemspecs to avoid tedious updates when releasing | Bryan Helmkamp | 2010-03-02 | 1 | -2/+5 |
| | |||||
* | Adding ruby version spec to all gemspec files to at least 1.8.7 | Mikel Lindsaar | 2010-02-08 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Bump git versions to 3.0.0.beta1 since we've released | Jeremy Kemper | 2010-02-05 | 1 | -2/+2 |
| | |||||
* | Move to 3.0.0.beta | David Heinemeier Hansson | 2010-02-03 | 1 | -2/+2 |
| | |||||
* | Make gemspecs the authoritative source instead of generating them from the ↵ | Joshua Peek | 2009-09-25 | 1 | -26/+14 |
| | | | | Rakefile | ||||
* | Add required dependencies on activemodel | Carl Lerche | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Add rake gemspec and gemspecs to the repo | Yehuda Katz | 2009-08-31 | 1 | -0/+31 |