summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.6.1 with changelogv1.6.1Andre Arko2014-04-022-2/+12
|
* try to run less buildsAndre Arko2014-04-021-2/+0
| | | | this probably means we'll have to run Rubygems release checks by hand, but this is going to bitrot so fast anyway that it doesn't seem worth it
* we definitely need to test 1.8 against RG 2 & 2.1Andre Arko2014-04-021-0/+4
|
* move allowed failures to build lastAndre Arko2014-04-021-23/+23
|
* it's only a .bundle on OS X. it's a .so on TravisAndre Arko2014-04-021-4/+3
|
* turns out 2.1 matches 2.1.0 :(Andre Arko2014-04-021-1/+1
|
* what even is that indentationAndre Arko2014-04-021-7/+7
|
* install those gems inside spec:deps, yup yupAndre Arko2014-04-021-0/+5
|
* require things you use sighAndre Arko2014-04-021-0/+1
|
* pry still doesn't work, so this is just slowdownAndre Arko2014-04-021-1/+0
|
* Handle gems without extensions, too ¬_¬Andre Arko2014-04-022-6/+8
|
* don't add a filter, just exclude if too oldAndre Arko2014-04-021-3/+1
|
* raise when Rubygems version doesn't existAndre Arko2014-04-021-1/+1
|
* handle the fact that bundler doesn't get installedAndre Arko2014-04-011-1/+1
|
* only remove paths that are thereAndre Arko2014-04-011-1/+3
|
* don't run RG 2.2 test on older RG versionsAndre Arko2014-04-011-0/+2
|
* build 1.6 branch on TravisAndre Arko2014-04-011-0/+1
|
* slightly less deepAndre Arko2014-04-011-1/+3
|
* 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
| |