summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* and with the taskAndre Arko2013-08-151-1/+1
|
* rubygems 2.0.6 and build against 2.0 stable branchAndre Arko2013-08-151-1/+1
|
* fix travis and tasks to matchAndre Arko2013-07-031-1/+2
|
* latest rubygemsAndre Arko2013-07-031-1/+1
| | | | [ci skip]
* gem list -i omg who knewAndre Arko2013-05-031-1/+1
|
* test against rubygems 2.0.2Andre Arko2013-03-101-1/+1
|
* ruby 2 needs rspec 2.13, apparentlyAndre Arko2013-03-011-1/+1
|
* 2.0 is here and we should test on itAndre Arko2013-03-011-1/+1
|
* fail man tasks without ronnAndre Arko2013-03-011-5/+15
|
* Build man before building gemsv1.3.0.pre.8Andre Arko2013-02-131-0/+1
| | | | [ci skip]
* Merge branch '1-2-stable'Andre Arko2013-02-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .rspec .travis.yml CHANGELOG.md Rakefile lib/bundler.rb lib/bundler/cli.rb lib/bundler/source.rb lib/bundler/version.rb spec/bundler/bundler_spec.rb spec/install/gems/dependency_api_spec.rb spec/other/newgem_spec.rb spec/other/show_spec.rb
| * 1.2.x will never support Ruby 2 or Rubygems 2Andre Arko2012-12-291-2/+2
| |
| * Require RSpec ~> 2.11, simplify gem checkingAndre Arko2012-12-291-2/+4
| |
| * Backport Travis config and spec tasks from masterAndre Arko2012-12-291-24/+1
| |
| * move the travis deps task above the rspec loadAndre Arko2012-12-291-18/+18
| |
| * rebuild ruby-head on travis, because it's so oldAndre Arko2012-12-291-0/+5
| |
| * centralize travis setup into a rake taskAndre Arko2012-12-291-3/+13
| | | | | | | | | | Conflicts: .travis.yml
| * allow PATH through sudo on rails travis workersAndre Arko2012-12-291-6/+6
| |
| * print results from each suiteAndre Arko2012-12-291-1/+9
| |
| * benchmark all the tasks. because we can.Andre Arko2012-12-291-2/+18
| | | | | | | | | | Conflicts: Rakefile
| * awesome. I broke the matrix build, too.Andre Arko2012-12-291-3/+6
| | | | | | | | | | Conflicts: Rakefile
| * show the rubyopt we use to run specsAndre Arko2012-12-291-0/+1
| |
| * update rakefile to allow rg 1.8.24Andre Arko2012-11-131-1/+1
| |
* | install the newest rspecAndre Arko2013-02-071-1/+1
| |
* | rdiscount 2.0 doesn't compile on 1.9.2Andre Arko2013-02-051-2/+4
| |
* | create task to test against rubygems 2 rc1Andre Arko2013-01-221-10/+10
| |
* | use the latest binary of ruby-headAndre Arko2013-01-141-5/+0
| | | | | | | | | | | | Travis has changed to kill builds that don't output anything for five minutes. In addition, Travis now uses rvm-head at all times, so we will now just use the the latest binary build of ruby-head that's available by default, which is fine.
* | Revert "build against 2.0.0-rc1"Andre Arko2013-01-071-2/+0
| | | | | | | | | | | | | | It turns out we have to wait for Travis to roll out a new image. The switch to Ruby version happens before the before_script runs. :( This reverts commit 55f3199e5c3bcef78cd2aa11dbe480a847303744.
* | build against 2.0.0-rc1Andre Arko2013-01-071-0/+2
| |
* | test with the latest RG 2.0 previewv1.3.0.pre.3Andre Arko2012-12-201-1/+1
| |
* | move the travis deps task above the rspec loadAndre Arko2012-12-081-18/+18
| |
* | rebuild ruby-head on travis, because it's so oldAndre Arko2012-12-081-0/+5
| |
* | centralize travis setup into a rake taskAndre Arko2012-12-081-3/+13
| |
* | allow PATH through sudo on rails travis workersAndre Arko2012-12-061-6/+6
| |
* | print results from each suiteAndre Arko2012-12-061-1/+9
| |
* | benchmark all the tasks. because we can.Andre Arko2012-12-031-2/+17
| |
* | awesome. I broke the matrix build, too.Andre Arko2012-12-031-1/+5
| |
* | add 2.0.0-preview2 to the build for now for clarityAndre Arko2012-12-021-4/+3
| | | | | | we should replace preview2 with the latest 2.0 release as appropriate
* | output dependent specs are such a dragAndre Arko2012-11-301-1/+0
| |
* | ensure the rake version by hand, because scumbag rvmv1.3.0.preAndre Arko2012-11-301-1/+0
| |
* | try to force rake 10.0.2 everywhereAndre Arko2012-11-301-0/+1
| |
* | add UI#trace for backtraces without DEBUG infoAndre Arko2012-11-301-1/+1
| |
* | print debug info when running on travisAndre Arko2012-11-291-0/+1
| |
* | show the rubyopt we use to run specsAndre Arko2012-11-291-0/+1
| |
* | at least load Gem::BuilderAndre Arko2012-11-271-1/+1
| |
* | require shellwords in Rakefile to get specs running on Rubiniusrohit2012-11-231-0/+1
| |
* | remove unused jenkins/hudson ci tasksAndre Arko2012-11-201-23/+0
| |
* | update the rakefile to test rubygems 1.8.24Andre Arko2012-11-061-1/+1
|/
* make tests pass under travis.Tim Miller2012-05-021-1/+6
| | | | | | | sudo tests were failing under travis because they were not being run as root. this change runs the root tests as root, and chowns the tests' "tmp" directory back to the original user to allow the subsequent 'realworld' tests to pass.
* Merge branch '1-1-stable'Terence Lee2012-03-041-0/+2
|\ | | | | | | | | | | | | Conflicts: lib/bundler/definition.rb lib/bundler/source.rb spec/bundler/dsl_spec.rb