Commit graph

278920 commits

Author SHA1 Message Date
khorben
ad0014e4ab Add py-claripy 2018-03-15 02:25:13 +00:00
khorben
b425c9a85f Import py-claripy version 7.8.2.21 from wip
Claripy is an abstracted constraint-solving wrapper.
It is maintained by the angr organization on GitHub.

General usage is similar to z3.
2018-03-15 02:24:18 +00:00
minskim
d3bc02ac8f doc: Added devel/R-rlang version 0.2.0 2018-03-14 23:48:07 +00:00
minskim
40c23fda67 devel/Makefile: Add R-rlang 2018-03-14 23:48:02 +00:00
minskim
63908ae8e1 devel/R-rlang: Import version 0.2.0
A toolbox for working with base types, core R features like the
condition system, and core 'Tidyverse' features like tidy evaluation.
2018-03-14 23:47:58 +00:00
leot
9e11312896 doc: Updated misc/moreutils to 0.60nb1 2018-03-14 20:35:35 +00:00
leot
3094e38f8e moreutils: Install parallel' and its man page to moreutils-parallel'
This avoid a possible conflict with `parallel' provided by
parallel/parallel package.

PKGREVISION++

Pointed out by Dr. Thomas Orgis via tech-pkg@.
2018-03-14 20:35:23 +00:00
wiz
0d7d06a6be py-mercurial: revert unintended commit 2018-03-14 17:42:28 +00:00
wiz
38b3b756a7 devel/Makefile: + p5-PerlX-Maybe 2018-03-14 17:41:28 +00:00
wiz
a6b18115a7 doc: Updated sysutils/dupeguru to 4.0.3nb2 2018-03-14 17:11:36 +00:00
wiz
8a1ab709e1 dupeguru: fix build with sphinx-1.7.1
Bump PKGREVISION.
2018-03-14 17:11:26 +00:00
tsutsui
4206401615 doc: Updated multimedia/adobe-flash-player to 29.0.0.113 2018-03-14 16:41:34 +00:00
tsutsui
934e28e77e adobe-flash-player: update to 29.0.0.113.
Upstream announcement:

 https://helpx.adobe.com/security/products/flash-player/apsb18-05.html

Adobe Security Bulletin
 Security updates available for Flash Player | APSB18-05

 Summary
  Adobe has released security updates for Adobe Flash Player for Windows,
  Macintosh, Linux and Chrome OS. These updates address critical
  vulnerabilities in Adobe Flash Player 28.0.0.161 and earlier versions.
  Successful exploitation could lead to arbitrary code execution in the
  context of the current user.
2018-03-14 16:33:33 +00:00
taca
92c3efe565 doc: Updated textproc/ruby-plist to 3.4.0 2018-03-14 15:53:15 +00:00
taca
b2c8a129c2 textproc/ruby-plist: update to 3.4.0
=== 3.4.0 (2017-12-08)

https://github.com/patsplat/plist/compare/v3.3.0...v3.4.0

* Support custom indent string (https://github.com/patsplat/plist/pull/44)
2018-03-14 15:52:57 +00:00
taca
87ac963452 doc: Updated textproc/ruby-multi_json to 1.13.1 2018-03-14 15:51:43 +00:00
taca
1533c78211 textproc/ruby-multi_json: update to 1.13.1
1.13.1
------

* [Fix missing stdlib set dependency in oj adapter](c4ff66e7be)

1.13.0
-----

* [Make Oj adapter handle JSON::ParseError correctly](275e3ffd81)
2018-03-14 15:51:13 +00:00
taca
59a16e53c1 doc: Added meta-pkgs/php72-extensions version 7.2.3 2018-03-14 15:50:22 +00:00
taca
22b8fe56c6 meta-pkgs: add and enable php72-extensions 2018-03-14 15:50:07 +00:00
taca
aec268def6 meta-pkgs/php72-extensions: add version 7.2.3 package
This package does not contain anything by itself -- it is a
"meta-package" that depends on other PHP packages.  Its sole purpose is
to require dependencies so users can install this package only and
have all the PHP stuff pulled in by the package dependency mechanism.
2018-03-14 15:49:38 +00:00
taca
44c34adbaa doc: Updated textproc/ruby-markaby to 0.9.0 2018-03-14 15:47:29 +00:00
taca
603f81bc66 textproc/ruby-markaby: update to 0.9.0
No nifty changes are available, please refer commit log:
<https://github.com/markaby/markaby/commits/master>.
2018-03-14 15:47:03 +00:00
taca
bff6b70cfb doc: Updated textproc/ruby-libxml to 3.1.0 2018-03-14 15:42:57 +00:00
taca
ae01e9d9e9 textproc/ruby-libxml: update to 3.1.0
= Release History

== 3.1.0 / 2018-02-03 Charlie Savage

* Fix segmentation fault when adding one node to another node (Charlie Savage)
* Fix deprecated "assert_equal(nil, expected)" calls. #148 and #151. (utilum)
* Remove assigned but unused variables. #150 (utilum)
* Add Gemfile. #146. (Dorian Marié)
* Remove duplicate hash key in setup.rb. #147. (Dorian Marié)
* Fix gemspec by requiring Date. #149 (utilum)
* Restore default internal encoding after tests are completed. #123 (Charlie Savage)
* Remove duplicate method definitions. #145. (Charlie Savage)
* Remove SchemaElement#minOccurs and SchemaElement#maxOccurs since they actually did not work (Charlie Savage)
* Rename test files to follow Ruby conventions (Charlie Savage)
* Fix handling of node returned by Reader#expand. #142. (Charlie Savage)
* Add Travis Build support (Charlie Savage)
* Fix Fixnum deprecation (Charlie Savage)
* Cleanup schema code (Charlie Savage)
* Update Visual Studio project to 2017 (Charlie Savage)
2018-03-14 15:42:36 +00:00
taca
8fce921dac doc: Updated textproc/ruby-haml to 5.0.4 2018-03-14 15:41:56 +00:00
taca
e7653beaa2 textproc/ruby-haml: update to 5.0.4
## 5.0.4

Released on October 13, 2017
([diff](https://github.com/haml/haml/compare/v5.0.3...v5.0.4)).

* Fix `haml -c --stdin` regression in 5.0.2. [#958](https://github.com/haml/haml/pull/958) (thanks [Timo Göllner](https://github.com/TeaMoe))
* Ruby 2.5 support (it wasn't working due to Ripper API change). (Akira Matsuda)
2018-03-14 15:41:36 +00:00
taca
040a7548bf doc: Updated textproc/ruby-classifier-reborn to 2.2.0 2018-03-14 15:40:32 +00:00
taca
d15b4781ee textproc/ruby-classifier-reborn: update to 2.2.0
2.2.0 / 2017-12-14

* JRuby Support, thanks to @mach-kernel (#168)
* Add support to reset trained classifiers to their initial state (#143)
* Classifier evaluation and validation (#142)
* Abbility to add custom stopwords at classifier initialization (#129)
* Don't train/untrain the Bayesian classifier with empty word hashes (#132)
* Enable auto categorization if no initial categories (#128)
* Bayes integration test of Memory and Redis backends with real data (#92)
* Memory and Redis backend support (#84)

Minor Enhancements

* improved turkish stopwords (#159)
* Set Redis keys only if they don't exist (#156)
* Require bayes_redis_backend (#157)
* Validation documentation improvements (#150)
* Updated Dokcer image to Ruby 2.4 (#149)
* Classifier validation user documenation (#145)
* Fixed persistance for BayesMemoryBackend (#147)
* Fixed error on requiring 'classifier-reborn' without using Redis (#146)
* Removed magic train untrain methods from docs, (#141)
* Links corrected to point to the new domain (#139)
* Minor docs improvements (#138)
* Return the status of the training/untraining when run (#137)
* Refactoring of backend tests to move duplicate login in the common file (#134)
* Deal with Infinity score in test (#133)
* README file cleaned up to point to the documentation site (#121)
* Added and corrected RDoc for ceratin classes and methods (#122)
* Added favicon link and forced display (#120)
* Updated the truncated LICENSE file (#116)
* Docs visual improvement and refactoring (#119)
* Fixed relative URL issue on nav links and added benchmark data (#118)
* Added custom layout with navigation (#117)
* Created a static site for documentation (#115)
* Removed redis gem from Dockerfile as it is added in gemspec (#113)
* Speed up Docker image rebilding (#112)
* Improved Docker based development documentation (#106)
* Benchmark refactoring, improving efficiency, enhanced reporting (#107)
* Add Vietnamese stopwords (#110)
* Added stop words for Arabic, Bengali, Chinese, Hindi, and Russian (#105)
* Dockerfile and documentation (#104)
* Remove hard dep on Redis and update bin (#96)
* Documented Redis backend performance (#103)
* Rename Bayes memory test class (#102)
* Added Bayes backend benchmarks (#98)
* Disabled Redis disc persistence and refactored integration test (#97)
* Removed useless intermediate variables (#90)
2018-03-14 15:40:07 +00:00
taca
2fe4089603 doc: Updated sysutils/capistrano to 3.10.1 2018-03-14 15:36:00 +00:00
taca
95c717b270 sysutils/capistrano: update to 3.10.1
## [`3.10.1`] (2017-12-08)

[`3.10.1`]: https://github.com/capistrano/capistrano/compare/v3.10.0...v3.10.1

### Breaking changes:

* None

### Fixes:

* [#1954](https://github.com/capistrano/capistrano/pull/1954): Fix Host filtering when multi-host strings contain `0`

## [`3.10.0`] (2017-10-23)

[`3.10.0`]: https://github.com/capistrano/capistrano/compare/v3.9.1...v3.10.0

As of this release, version 2.x of Capistrano is officially End of Life. No further releases of 2.x series are planned, and pull requests against 2.x are no longer accepted. The maintainers encourage you to upgrade to 3.x if possible.

### Breaking changes:

* None

### New features:

* [#1943](https://github.com/capistrano/capistrano/issues/1943): Make 'releases' and 'shared' directory names configurable from deployment target
* [#1922](https://github.com/capistrano/capistrano/pull/1922): Prevents last good release from being deleted during cleanup if there are too many subsequent failed deploys
* [#1930](https://github.com/capistrano/capistrano/issues/1930): Default to locking the version using the pessimistic version operator at the patch level.

### Fixes:

* [#1937](https://github.com/capistrano/capistrano/pull/1937): Clarify error message when plugin is required in the wrong config file.
2018-03-14 15:35:40 +00:00
taca
d32fddfee4 doc: Updated security/ruby-sshkit to 1.16.0 2018-03-14 15:33:51 +00:00
taca
ee58255071 security/ruby-sshkit: update to 1.16.0
## [1.16.0][] (2018-02-03)

  * [#417](https://github.com/capistrano/sshkit/pull/417): Cache key generation for connections becomes slow when `known_hosts` is a valid `net/ssh` options and `known_hosts` file is big. This changes the cache key generation and fixes performance issue - [@ElvinEfendi](https://github.com/ElvinEfendi).
## [1.15.1][] (2017-11-18)

This is a small bug-fix release that fixes problems with `upload!` and `download!` that were inadvertently introduced in 1.15.0.

### Breaking changes

  * None

### Bug fixes

  * [#410](https://github.com/capistrano/sshkit/pull/410): fix NoMethodError when using upload!/download! with Pathnames - [@UnderpantsGnome](https://github.com/UnderpantsGnome)
  * [#411](https://github.com/capistrano/sshkit/pull/410): fix upload!/download! when using relative paths outside of `within` blocks -  [@Fjan](https://github.com/Fjan)

## [1.15.0][] (2017-11-03)

### New features

  * [#408](https://github.com/capistrano/sshkit/pull/408): upload! and download! now respect `within` - [@sj26](https://github.com/sj26)

### Potentially breaking changes

  * `upload!` and `download!` now support remote paths which are
    relative to the `within` working directory. They were previously documented
    as only supporting absolute paths, but relative paths still worked relative
    to the remote working directory. If you rely on the previous behaviour you
    may need to adjust your code.
2018-03-14 15:33:33 +00:00
taca
cc3290ed99 doc: Updated print/ruby-pdf-reader to 2.1.0 2018-03-14 15:31:50 +00:00
taca
28448f9975 print/ruby-pdf-reader: update to 2.1.0
pkgsrc change:

* Add missing ALTERNATIVES forgot from 2015.

v2.1.0 (15th Februar 2018)
- Support extra encrypted PDF variants (thanks to Gyuchang Jun)
- various bug fixes
2018-03-14 15:31:31 +00:00
taca
e2af25ce24 doc: Updated net/ruby-netaddr to 2.0.1 2018-03-14 15:28:56 +00:00
taca
6c93c8a529 net/ruby-netaddr: update to 2.0.1
pkgsrc change:
* update HOMEPAGE.
* LICENSE is apache-2.0 for netaddr 2.x.

Version 2.x

A complete rewrite and totally incompatible with 1.x. My main motivation now
is to reduce bug reports resulting from the poor code quality of 1.x.
2018-03-14 15:28:22 +00:00
taca
6da1194b57 doc: Updated net/ruby-net-ping to 2.0.3 2018-03-14 15:23:12 +00:00
taca
964d0d4196 net/ruby-net-ping: update to 2.2.0
2.0.1						2016/08/08

o Update changelog for missing latest version  …
o in case of running on busybox the external command don't set -i argument
o detect if it's running in busybox
o Fixing test running:
	* development dependencies
	* adding pry-byebug for being able to debug
o Adding set_cap check


2.0.2						2018/03/06

o Improved readability + exception set to sting prob
o Fixed tests after adding setcap check feature
o Changed Gemfile source to use https
o Correct the gem version...
o Use port from location uri for http redirection. Reset start_time on
  redirect request
2018-03-14 15:20:16 +00:00
taca
f5b5a01ec3 doc: Updated net/ruby-net-ldap to 0.16.1 2018-03-14 15:14:55 +00:00
taca
e5fb17634c net/ruby-net-ldap: update to 0.16.1
=== Net::LDAP 0.16.1

* Send DN and newPassword with password_modify request {#271}[https://github.com/ruby-ldap/ruby-net-ldap/pull/271]
2018-03-14 15:14:33 +00:00
taca
e2e35fbf8f doc: Updated net/ruby-em-socksify to 0.3.2 2018-03-14 15:14:02 +00:00
taca
0b586e88c6 net/ruby-em-socksify: update to 0.3.2
0.3.2						2018/01/02

* Stop overly eager rescue in `connect_parse_response`
* fixed connection problem when authorization provided
* Remove space between method call and parentheses.
2018-03-14 15:13:38 +00:00
taca
0886e6ee91 doc: Updated net/ruby-amqp to 1.8.0 2018-03-14 15:11:16 +00:00
taca
fed194344e net/ruby-amqp: update to 1.8.0
Changes Between 1.7.0 and 1.8.0 (Jan 2nd, 2018)

* Ruby 2.4 Warnings Squashed

  Contributed by utilum.

  GitHub issues: #233, #229.

* amq-protocol Update

  Minimum amq-protocol version is now 2.2.0.
2018-03-14 15:10:47 +00:00
taca
72a04af066 doc: Updated net/ruby-amq-protocol to 2.3.0 2018-03-14 15:07:49 +00:00
taca
fd7bf828e7 net/ruby-amq-protocol: update to 2.3.0
## Changes between 2.2.0 and 2.3.0 (Jan 8th, 2018)

### Support for Additional URI Query Parameters

GitHub issue: [#67](https://github.com/ruby-amqp/amq-protocol/issues/67), [#68](https://github.com/ruby-amqp/amq-protocol/issues/68), [#69](https://github.com/ruby-amqp/amq-protocol/issues/69).

Contributed by Andrew Babichev.
2018-03-14 15:07:31 +00:00
taca
d63464a9d3 doc: Updated misc/ruby-slop to 4.6.2 2018-03-14 15:06:48 +00:00
taca
f9e3a9dfbc misc/ruby-slop: update to 4.6.2
v4.6.2 (2018-03-12)

Bug fixes/Enhancements
  * Fix equals character (=) being parsed incorrectly in some cases. #226

v4.6.1 (2017-11-20)
-------------------

Bug fixes/Enhancements
  * Fix separator so it doesn't mutate user data. #223 (Marc-André Lafortune)
  * Add additional tests for `Options#separator` and fix issue where
    the last separator was ignored. #222

v4.6.0 (2017-10-06)
-------------------

Features
  * Add support for required options. #218 (William Woodruff)

v4.5.0 (2017-05-22)
-------------------

Features:
  * Added config option to avoid translating flags-with-dashes into
  underscores. #206 (@lbriais)

v4.4.3 (2017-05-02)
-------------------

Bug fixes:
  * Ruby 2.0.0 support broken in v4.4.2

v4.4.2 (2017-04-29)
-------------------

Bug fixes:
  * Fix support for parsing -x5 or -nfoo. #199
  * Fix removing arguments after `--`. #194

v4.4.1 (2016-08-21)
-------------------

Bug fixes:
  * Handle bad constant names in `Slop.option_defined?`. #198
    (Ellen Marie Dash)

v4.4.0 (2016-08-15)
-------------------

Features
  * Support parsing arguments prefixed with dashes. #192 (Andrew Clemons)

Bug fixes:
  * Retain sort order inside tail sort. #193 (Caio Chassot)

v4.3.0 (2016-03-19)
-------------------

Features
  * Allow disabling array delimiter. #189 (Mike Pastore)
  * Allow passing custom banner as config. #191 (Philip Rees)

v4.2.1 (2015-11-25)
-------------------

Features:
  * Better handling of option names with multiple words. #169 (Tim Rogers)

Minor enhancements:
  * add ARGF notes to Arguments (README). #173 (Rick Hull)

Bug fixes:
  * Fix arguments removed with option arguments. #182 (Naoki Mizuno)
  * Fix bug where true is passed to BoolOption block regardless
    of --no- prefix. #184 (Ben Brady)
  * only raise MissingArgument if not `default_value`. #163 (Ben Brady)

v4.2.0 (2015-04-18)
-------------------

Features:
  * Support for Regexp option type #167 (Laurent Arnoud)
  * Support prefixed `--no-` for explicitly setting boolean options
    to `false` #168
  * Better handling of flags with multiple words #169 (Tim Rogers)

v4.1.0 (2015-04-18)
-------------------

Features:
  * Support for FloatOption #156 (Rick Hull)
  * Support for `limit` config to ArrayOption.
  * Support for `tail` config to add options to the bottom of
    the help text.
  * Add explicit setter (#[]=) to Result class. #162
  * Implement flag gettings for UnknownOption and MissingArgument
    error classes. #165 (sigurdsvela)

Minor enhancements:
  * Reset parser every time `parse` is called.

Bug fixes:
  * Remove "--" from unprocessed arguments #157 (David Rodríguez).

v4.0.0 (2014-12-27)
-------------------

Features:
  * Rebuilt from the ground up. See the v3 changelog for all existing
    changes: https://github.com/leejarvis/slop/blob/v3/CHANGES.md
2018-03-14 15:06:22 +00:00
taca
a9495f7e01 doc: Updated misc/ruby-pry to 0.11.3 2018-03-14 15:05:16 +00:00
taca
101ad09856 misc/ruby-pry: update to 0.11.3
pkgsrc change: add support for pkg_alternatives

### HEAD

#### Features

* Add Pry::Testable, an improved modular replacement for PryTestHelpers.
  **breaking change**.

See pull request [#1679](https://github.com/pry/pry/pull/1679).

* Add a new category module: "Pry::Platform". Loosely related to #1668 below.

See pull request [#1670](https://github.com/pry/pry/pull/1670)

* Add `mac_osx?` and `linux?` utility functions to Pry::Helpers::BaseHelpers.

See pull request [#1668](https://github.com/pry/pry/pull/1668).

* Add utility functions for drawing colorised text on a colorised background.

See pull request [#1673](https://github.com/pry/pry/pull/1673).

#### Bug fixes

* Fix a case of infinite recursion in `Pry::Method::WeirdMethodLocator#find_method_in_superclass`
  that users of the [Hanami](http://hanamirb.org/) web framework experienced and
  reported since 2015.

See pull request [#1639](https://github.com/pry/pry/pull/1689).

* Fix a bug where Method objects were not returned for setters inherited
  from a default (Pry::Config::Default). Eg, this is no longer an error:

      pry(main)> d = Pry::Config.from_hash({}, Pry::Config::Default.new)
      pry(main)> d.method(:exception_whitelist=) # Error

See pull request [#1688](https://github.com/pry/pry/pull/1688).

* Do not capture unused Proc objects in Text helper methods `no_color` and `no_paging`,
  for performance reasons. Improve the documentation of both methods.

See pull request [#1691](https://github.com/pry/pry/pull/1691).

* Fix `String#pp` output color.

See pull request [#1674](https://github.com/pry/pry/pull/1674).

### 0.11.0

* Add alias 'whereami[?!]+' for 'whereami' command. ([#1597](https://github.com/pry/pry/pull/1597))
* Improve Ruby 2.4 support ([#1611](https://github.com/pry/pry/pull/1611)):
  * Deprecated constants are hidden from `ls` output by default, use the `-d` switch to see them.
  * Fix warnings that originate in Pry while using the repl.
* Improve completion speed in large applications. ([#1588](https://github.com/pry/pry/pull/1588))
* Pry::ColorPrinter.pp: add `newline` argument and pass it on to PP. ([#1603](https://github.com/pry/pry/pull/1603))
* Use `less` or system pager pager on MS Windows if it is available. ([#1512](https://github.com/pry/pry/pull/1512))
* Add `Pry.configure` as an alternative to the current way of changing configuration options in `.pryrc` files. ([#1502](https://github.com/pry/pry/pull/1502))
* Add `Pry::Config::Behavior#eager_load!` to add a possible workaround for issues like ([#1501](https://github.com/pry/pry/issues/1501))
* Remove Slop as a runtime dependency by vendoring v3.4 as Pry::Slop.
  People can depend on Slop v4 and Pry at the same time without running into version conflicts. ([#1497](https://github.com/pry/pry/issues/1497))
* Fix auto-indentation of code that uses a single-line rescue ([#1450](https://github.com/pry/pry/issues/1450))
* Remove "Pry::Config#refresh", please use "Pry::Config#clear" instead.
* Defining a method called "ls" no longer breaks the "ls" command ([#1407](https://github.com/pry/pry/issues/1407))
* Don't raise when directory permissions don't allow file expansion ([#1432](https://github.com/pry/pry/issues/1432))
* Syntax highlight &lt;tt&gt; tags in documentation output.
* Add support for BasicObject subclasses who implement their own #inspect (#1341)
* Fix 'include RSpec::Matchers' at the top-level (#1277)
* Add 'gem-readme' command, prints the README file bundled with a rubygem
* Add 'gem-search' command, searches for a gem with the rubygems.org HTTP API
* Fixed bug in the `cat` command where it was impossible to use line numbers with files ([#1349](https://github.com/pry/pry/issues/1349))
* Fixed uncaught Errno::EOPNOTSUPP exception when $stdout is a socket ([#1352](https://github.com/pry/pry/issues/1352))
* Display a warning when you cd'ed inside a C object and executed 'show-source' without arguments ([#691](https://github.com/pry/pry/issues/691))
* Make the stagger_output method more reliable by reusing possibly available Pry instance ([#1364](https://github.com/pry/pry/pull/1364))
* Make the 'gem-install' message less confusing by removing backticks ([#1350](https://github.com/pry/pry/pull/1350))
* Fixed error when Pry was trying to load incompatible versions of plugins ([#1312](https://github.com/pry/pry/issues/1312))
* Fixed bug when `hist --clear` led to ArgumentError ([#1340](https://github.com/pry/pry/pull/1340))
* Fixed the "uninitialized constant Pry::ObjectPath::StringScanner" exception during autocomplete ([#1330](https://github.com/pry/pry/issues/1330))
* Secured usage of colours with special characters (RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE) in Pry::Helpers::Text ([#493](https://github.com/pry/pry/issues/493#issuecomment-39232771))
* Fixed regression with `pry -e` when it messes the terminal ([#1387](https://github.com/pry/pry/issues/1387))
* Fixed regression with space prefixes of expressions ([#1369](https://github.com/pry/pry/issues/1369))
* Introduced the new way to define hooks for commands (with `Pry.hooks.add_hook("{before,after}_commandName")`). The old way is deprecated, but still supported (with `Pry.commands.{before,after}_command`) ([#651](https://github.com/pry/pry/issues/651))
* Removed old API's using `Pry::Hooks.from_hash` altogether
* Removed hints on Foreman support (see [this](https://github.com/ddollar/foreman/pull/536))
* Fixed support for the tee command ([#1334](https://github.com/pry/pry/issues/1334))
* Implemented support for CDPATH for ShellCommand ([#1433](https://github.com/pry/pry/issues/1433), [#1434](https://github.com/pry/pry/issues/1434))
* `Pry::CLI.parse_options` does not start Pry anymore ([#1393](https://github.com/pry/pry/pull/1393))
* The gem uses CPU-less platforms for Windows now ([#1410](https://github.com/pry/pry/pull/1410))
* Add `Pry::Config::Memoization` to make it easier to implement your own `Pry::Config::Default` class.([#1503](https://github.com/pry/pry/pull/1503/))
* Lazy load the config defaults for `Pry.config.history` and `Pry.config.gist`.
2018-03-14 15:04:44 +00:00