1. 30 12月, 2013 1 次提交
  2. 29 12月, 2013 2 次提交
    • P
      Install bundle gems to the system not to vendor/bundle · 15e2eb42
      Piotr Sarnacki 提交于
      Rubinius has problems with bundling when shared gems are disabled (ie.
      when --path or --deployhment is used). There is no real reason to
      install it with --path on TravisCI, so I'm dropping it.
      15e2eb42
    • X
      blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud] · 126dc476
      Xavier Noria 提交于
      The contract of blank? and present? was in principle to return Object, as we
      generally do, the test suite and description was consistent with that, but some
      examples had comments like "# => true".
      
      This cannot be unclear, we either fix the examples, or update the contract.
      
      Since users may be already assuming singletons due to the examples and the fact
      that they were returned before 30ba7ee5, the safest option seems to be to revise
      the contract and the implementation of String#blank?
      
      The motivation for 30ba7ee5 was to improve the performance of the predicate, the
      refactor based on === is on par regarding speed.
      
      With this commit we start documenting return types using YARD conventions. We
      plan to document return types gradually.
      126dc476
  3. 28 12月, 2013 9 次提交
  4. 27 12月, 2013 13 次提交
  5. 26 12月, 2013 15 次提交