All Versions
183
Latest Version
Avg Release Cycle
41 days
Latest Release
1572 days ago

Changelog History
Page 9

  • v1.8.2 Changes

    February 14, 2015

    ๐Ÿ›  Bugfixes:

    • allow config settings for gems with 'http' in the name again (#3398, @TimMoore)
  • v1.8.1 Changes

    February 13, 2015

    ๐Ÿ›  Bugfixes:

    • synchronize building git gem native extensions (#3385, @antifuchs & @indirect)
    • set gemspec bindir correctly (#3392, @TimMoore)
    • request lockfile deletion when it is malformed (#3396, @indirect)
    • explain problem when mirror config is missing (#3386, @indirect)
    • explain problem when caching causes permission error (#3390, @indirect)
    • normalize URLs in config keys (#3391, @indirect)
  • v1.8.0 Changes

    February 10, 2015

    ๐Ÿ›  Bugfixes:

    • gemfile github blocks now work (#3379, @indirect)

    ๐Ÿ›  Bugfixes from v1.7.13:

    • look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect)
    • look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
    • request dependencies for no more than 100 gems at a time (#3367, @segiddins)
  • v1.8.0.rc Changes

    January 26, 2015

    ๐Ÿ”‹ Features:

    • add config disable_multisource option to ensure sources can't compete (@indirect)

    ๐Ÿ›  Bugfixes:

    • don't add extra quotes around long, quoted config values (@aroben, #3338)

    ๐Ÿ”’ Security:

    • warn when more than one top-level source is present (@indirect)
  • v1.8.0.pre Changes

    January 26, 2015

    ๐Ÿ”‹ Features:

    • add metadata allowed_push_host to new gem template (#3002, @juanitofatas)
    • adds a --no-install flag to bundle package (@d-reinhold)
    • add bundle config auto_install true to install automatically (@smashwilson)
    • add bundle viz --without to exclude gem groups from resulting graph (@fnichol)
    • prevent whitespace in gem declarations with clear messaging (@benlakey)
    • tries to find a bundler-<command> executable on your path for non-bundler commands (@andremedeiros)
    • tries to find gems.rb and it's new counterpart, gems.locked (@andremedeiros)
    • change the initial version of new gems from 0.0.1 to 0.1.0 (@petedmarsh)
    • add package --all-platforms to cache gems for each known platform (@ccutrer)
    • speed up exec when running commands on the $PATH (@kirs)
    • add gem code of conduct file and option (@kirs)
    • add config settings for gem license and tests (@kirs)
    • add bin/setup and bin/console to new gems (@indirect)
    • include configured user-agent in network requests (@indirect)
    • support github, gist, and bitbucket options on git gems (@indirect)
    • add package --cache-path and config cache_path for cache location (@jnraine)
    • allow config to work even when a Gemfile is not present (@dholdren)
    • add config gemfile /path for other Gemfile locations (@dholdren)
    • add github method alonside the git method (@BenMorganIO)

    ๐Ÿ›  Bugfixes:

    • reduce memory usage with threaded parallel workers (@Who828)
    • support read-only git gems (@pmahoney)
    • various resolver performance improvements (@dubek)
    • untaint git gem paths for Rubygems compatibility (@tdtds)

    ๐Ÿ“š Documentation:

    • add missing Gemfile global path explanation (@agenteo)
  • v1.7.15 Changes

    April 29, 2015

    ๐Ÿ›  Bugfixes:

    • Respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore)
  • v1.7.14 Changes

    March 30, 2015

    ๐Ÿ›  Bugfixes:

    • Keep gems locked when updating another gem from the same source (#3250, @indirect)
    • Don't add extra quotes around long, quoted config values (@aroben, #3338)
  • v1.7.13 Changes

    February 07, 2015

    ๐Ÿ›  Bugfixes:

    • Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect)
    • Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
    • Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
  • v1.7.12 Changes

    January 08, 2015

    ๐Ÿ›  Bugfixes:

    • Always send credentials for sources, fixing private Gemfury gems (#3342, @TimMoore)
  • v1.7.11 Changes

    January 04, 2015

    ๐Ÿ›  Bugfixes:

    • Recognize :mri_22 and :mingw_22, rather than just :ruby_22 (#3328, @myabc)