summaryrefslogtreecommitdiff
path: root/lib/bundler/psyched_yaml.rb
Commit message (Expand)AuthorAgeFilesLines
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Avoid RubyGems psych warning breaking the testsseg-rubygems-psych-warningSamuel Giddins2017-10-101-0/+9
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* YamlLibrarySyntaxError != YamlsyntayxErrorAndre Arko2015-12-131-2/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
* require yaml even if rubygems has defined YAMLAndre Arko2013-03-141-1/+1
* Merge tag 'v1.2.2'Andre Arko2012-11-151-13/+16
|\
| * make sure we require psych if gem failsAndre Arko2012-11-141-8/+11
| * you can have Psych without Psych::SyntaxError :\Andre Arko2012-11-141-1/+5
| * refactor psyched_yamlAndre Arko2012-11-141-17/+13
| * clean up rescue clause, and move comment to appropriate areaTerence Lee2012-11-141-0/+3
| * Fix for Ruby 1.8.7Simon Hengel2012-11-061-0/+6
* | improve comments in psyched_yamlAndre Arko2012-11-131-6/+6
* | defined? instead of rescuing, namespace YamlErrorAndre Arko2012-11-061-10/+12
* | Fix for Ruby 1.8.7Simon Hengel2012-11-061-0/+6
|/
* ensure pysched_yaml works without rubygems loadedAndre Arko2011-10-181-1/+1
* extract the complex Psych-loading processAndre Arko2011-10-181-0/+15