aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/psyched_yaml.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | It’s really confusing to have two constants that only differ by capitalization. One is the library error, one is Bundler’s own, so let’s name them that way.
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
|
* require yaml even if rubygems has defined YAMLAndre Arko2013-03-141-1/+1
| | | | fixes #2393, #2394
* Merge tag 'v1.2.2'Andre Arko2012-11-151-13/+16
|\ | | | | | | | | | | | | | | | | | | | | | | Version 1.2.2 Conflicts: .travis.yml lib/bundler.rb lib/bundler/psyched_yaml.rb lib/bundler/version.rb spec/bundler/psyched_yaml_spec.rb spec/other/clean_spec.rb
| * 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
| | | | | | | | | | | | Commit 7ac9df0a4dcff52971f5aa4c62387286e4e62410 introduced a regression. Psych::SyntaxError is undefined, if 'psych' is not available (e.g. on Ruby 1.8.7).
* | 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
|/ | | | | | Commit 7ac9df0a4dcff52971f5aa4c62387286e4e62410 introduced a regression. Psych::SyntaxError is undefined, if 'psych' is not available (e.g. on Ruby 1.8.7).
* ensure pysched_yaml works without rubygems loadedAndre Arko2011-10-181-1/+1
|
* extract the complex Psych-loading processAndre Arko2011-10-181-0/+15