summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* handle extensions from Rubygems 2.2, with testrubygems22_extsAndre Arko2014-04-012-3/+17
| | | fixes #2847
* Add Rubygems metadata to RSpecAndre Arko2014-04-011-0/+4
|
* only copy files that existAndre Arko2014-04-011-2/+4
|
* make the sudo test env more obviousAndre Arko2014-03-312-5/+1
|
* install to new dir inside root-owned dirAndre Arko2014-03-312-8/+25
|
* pull out repository subdirectories for RG compatAndre Arko2014-03-312-1/+8
|
* use named tmp for path gems tooAndre Arko2014-03-311-4/+8
|
* move ConfigMap into RubygemsIntegrationAndre Arko2014-03-312-1/+5
|
* that was duplicatedAndre Arko2014-03-311-1/+2
|
* per-gem tmp, copy EVERYTHING rubygems installedAndre Arko2014-03-312-8/+9
|
* oh ffs why was that thereAndre Arko2014-03-312-2/+2
|
* er, one tmp per install run. yeah.Andre Arko2014-03-311-2/+3
|
* remove tmp after exceptions, fix security issueAndre Arko2014-03-311-1/+2
| | | what is even happen here
* tmp not in /tmp? are you kidding me?Andre Arko2014-03-311-1/+1
|
* Merge pull request #2948 from dylanahsmith/sha-ext-dirAndre Arko2014-03-313-0/+50
|\ | | | | | | Use git sha as part of extension directory for git referenced gems.
| * Use git sha as part of extension directory for git referenced gems.Dylan Thacker-Smith2014-03-303-0/+50
| | | | | | | | Fixes #2947
| * clone rubygems via httpsAndre Arko2014-03-301-1/+1
| |
| * rubygems 2.2.2 is out nowAndre Arko2014-03-302-4/+4
| |
| * use the newest ruby 2.1 to test withAndre Arko2014-03-301-1/+1
| |
| * Merge pull request #2953 from prathamesh-sonpatki/remove-deprecatio-warningSam Kottler2014-03-301-1/+1
| |\ | | | | | | Remove deprecation warning caused by use of failure_message_for_should
| | * Remove deprecation warning caused by use of failure_message_for_shouldPrathamesh Sonpatki2014-03-301-1/+1
| |/ | | | | | | | | | | - RSpec has replaced failure_message_for_should with failure_message in https://github.com/rspec/rspec-expectations/commit/bfe92020d5569350c1382235feb9b113907fa2db - This change removes deprecation warning caused by https://github.com/rspec/rspec-expectations/commit/cd0d347d3115f8aad801e6dc8fe2a311d75626bd#diff-a51020971ade2c87f1d5b93f20d711c7R207
* | clone rubygems via httpsAndre Arko2014-03-311-1/+1
| |
* | rubygems 2.2.2 is out nowAndre Arko2014-03-312-4/+4
| |
* | use the newest ruby 2.1 to test withAndre Arko2014-03-311-1/+1
| |
* | Remove deprecation warning caused by use of failure_message_for_shouldPrathamesh Sonpatki2014-03-311-1/+1
|/ | | | | | - RSpec has replaced failure_message_for_should with failure_message in https://github.com/rspec/rspec-expectations/commit/bfe92020d5569350c1382235feb9b113907fa2db - This change removes deprecation warning caused by https://github.com/rspec/rspec-expectations/commit/cd0d347d3115f8aad801e6dc8fe2a311d75626bd#diff-a51020971ade2c87f1d5b93f20d711c7R207
* Version 1.6.0 with changelogv1.6.0Andre Arko2014-03-281-1/+1
|
* Merge pull request #2935 from mathonsunday/masterAndré Arko2014-03-241-1/+1
|\ | | | | Link to Freenode's web chat
| * Link to Freenode's web chatVeronica Ray2014-03-241-1/+1
|/
* Merge pull request #2932 from stevecj/tweak-gem-template-spec-descriptionsSam Kottler2014-03-231-2/+2
|\ | | | | Fix redundant and slightly silly descriptions in gem spec template
| * Fix redundant and slightly silly descriptions in gem spec templateSteve Jorgensen2014-03-221-2/+2
|/
* Merge pull request #2929 from as-cii/avoid-threequalsAndré Arko2014-03-2115-20/+21
|\ | | | | Avoid threequals operator where possible
| * Report threequals removal on changelogAntonio Scandurra2014-03-211-0/+1
| |
| * Avoid threequals operator where possibleAntonio Scandurra2014-03-2114-20/+20
| |
* | Merge pull request #2925 from as-cii/update-man-pagesAndré Arko2014-03-193-1/+21
|\ \ | |/ |/| Update man pages with missing switches
| * Remove `--frozen` switch documentationAntonio Scandurra2014-03-181-4/+0
| | | | | | | | ...since it's not user facing.
| * Report docs change in CHANGELOGAntonio Scandurra2014-03-181-0/+4
| |
| * Add missing switches documentation for bundle-update(1)Antonio Scandurra2014-03-181-1/+4
| |
| * Add missing switches documentation for bundle-install(1)Antonio Scandurra2014-03-181-0/+17
|/
* Version 1.6.0.rc2 with changelogv1.6.0.rc2Andre Arko2014-03-082-2/+6
|
* Merge pull request #2918 from bundler/redirect_to_bundlerAndré Arko2014-03-041-1/+15
|\ | | | | Redirect to bundler.rubygems.org if the host is rubygems.org
| * Redirect to bundler.rubygems.org if the host is rubygems.orgSmit Shah2014-03-041-1/+15
| |
* | Merge pull request #2917 from urbanautomaton/fix-bundle-config-documentationAndré Arko2014-03-041-6/+12
|\ \ | |/ |/| Correct bundle-config manpage
| * Correct bundle-config manpageSimon Coffey2014-03-041-6/+12
|/ | | | | It is not possible to set BUNDLE_GEMFILE using bundle-config, so don't tell users that it is. [#1315]
* Fixed failure in bundle gem command spec due to extra newline added in #2891Zachary Scott2014-03-021-0/+2
|
* Throw an error whenever a gem name does not conform to the C extension ↵Andre Medeiros2014-03-021-0/+8
| | | | naming guidelines.
* Git ignore build artifacts.Andre Medeiros2014-03-021-0/+5
|
* Added the --ext option to the gem command. This generates a skeleton for C ↵Andre Medeiros2014-03-0210-7/+70
| | | | extensions.
* Merge pull request #2904 from aitor/masterZachary Scott2014-03-021-14/+14
|\ | | | | Excplit order of `options` to gem command descriptions.
| * Modified descriptions on the bundler utilities that allow extra options to ↵Aitor García2014-02-261-14/+14
| | | | | | | | clarify that they are expected to be added after the command name.
* | Merge pull request #2912 from tbuehlmann/revendoring_net_http_persistentZachary Scott2014-03-021-7/+18
|\ \ | | | | | | Revendored net/http/persistent