aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/dsl.rb
Commit message (Expand)AuthorAgeFilesLines
* Warn if the same gem (same version) is added twiceJen Diamond2013-10-191-3/+7
* Revert "Merge pull request #2569 from fuadsaud/github-https"Andre Arko2013-08-151-1/+1
* Use http:// instead of git:// on GitHub URL'sFuad Saud2013-07-261-1/+1
* Preserve original gemspec pathBen Willis2013-07-031-4/+5
* Don't mutate the gem method options hashAndre Arko2013-05-131-1/+1
* Remove default version on `gem` method calls since it was never being evaluatedSteve Richert2013-02-181-1/+1
* oh good lord. thanks, semver.Andre Arko2013-02-171-1/+1
* warn on deprecated symbol sourceAndre Arko2013-02-131-0/+3
* use https://rubygems.org everywhereMatthew Rudy Jacobs2013-02-131-1/+1
* extract ruby method in Dsl into its own moduleTerence Lee2012-12-261-8/+2
* Revert "Better meaning for slashless :github arg."Andre Arko2012-12-191-1/+1
* use HTTPS for gistsNihad Abbasov2012-12-141-1/+1
* Fix the buildrohit2012-12-111-2/+2
* DslError duplicates GemfileError needlesslyAndre Arko2012-12-101-3/+3
* Merge pull request #1958 from jgaskins/dsl-gistAndre Arko2012-12-081-1/+5
|\
| * Add :gist option for gems embedded in gistsJamie Gaskins2012-06-031-1/+5
* | Better meaning for slashless :github arg.☈king2012-10-011-1/+1
* | linebreaks for easier to read DSL errorsAndre Arko2012-08-261-5/+5
* | allow gemfile contents to be evaled from a stringAndre Arko2012-08-261-2/+3
* | move gemfile error catching into eval_gemfileAndre Arko2012-08-261-5/+5
* | Fix typos in error messagesMani Tadayon2012-06-041-1/+1
|/
* change dsl for ruby_version to rubyTerence Lee2012-05-031-1/+1
* ruby version check for bundle#installYehuda Katz and Terence Lee2012-05-031-1/+1
* refactor ruby version into it's own classTerence Lee2012-05-031-3/+1
* initial work on ruby_version dslTerence Lee2012-05-031-1/+12
* Merge pull request #1514 from francois/masterRohit Arondekar2012-03-171-1/+4
|\
| * Be explicit in what we accept as optionsFrançois Beausoleil2011-11-021-1/+4
* | Merge branch '1-1-stable'Terence Lee2012-03-071-1/+5
|\ \
| * | prevent duplicate sourcesgeemus2012-03-061-1/+5
* | | Merge branch '1-1-stable'Terence Lee2012-03-041-0/+5
|\| |
| * | Be more selective about catching Gemfile errorsAndre Arko2011-12-221-1/+1
| * | make Gemfile errors more sensibleAndre Arko2011-12-221-0/+5
| |/
* | make error more like NameError, since this is oneAndre Arko2012-02-121-8/+3
* | handle Gemfile syntax errorsAndre Arko2012-02-121-2/+9
* | remove completely unused deprecation stuffAndre Arko2012-02-121-18/+0
* | Improved error formatting for missing DSL methodsSebastian Staudt2012-02-131-3/+4
* | Added graceful handling of Gemfile syntax errorsSebastian Staudt2012-02-131-0/+10
|/
* specs for :github DSL optionAndre Arko2011-09-151-0/+2
* fix github option so it actually worksAndre Arko2011-09-151-1/+1
* remove deprecation from DSLTerence Lee2011-08-171-17/+0
* Merge branch '1-0-stable'Terence Lee2011-08-121-10/+24
|\
| * remove this #gemspec lineTerence Lee2011-08-121-1/+0
| * Allow overriding development deps loaded by #gemspecLars Gierth2011-08-091-9/+24
| * support hidden gemspec file7rans2011-07-091-1/+1
| * Revert "Add github to the Gemfile DSL (thx DHH)"Andre Arko2011-04-281-14/+0
| * Add github to the Gemfile DSL (thx DHH)Andre Arko2011-04-181-0/+14
* | dependencies aren't alawys getting passed through, move it back to DefinitionTerence Lee2011-05-281-1/+0
* | add a dependency list attr to Source::RubygemsAndre Arko2011-05-181-2/+2
* | remove now-unused rubygems_source methodAndre Arko2011-05-181-5/+0
* | Merge pull request #1125 from dhh/bundlerAndre Arko2011-04-281-2/+6
|\ \