Commit graph

230664 commits

Author SHA1 Message Date
taca
27a1a951a9 Note update of net/ruby-addressable package to 2.3.7. 2015-03-13 15:07:48 +00:00
taca
558cce9bf3 Update ruby-addressable to 2.3.7.
# Addressable 2.3.7
- fix scenario in which invalid URIs don't get an exception until inspected
- handle hostnames with two adjacent periods correctly
- upgrade of RSpec
2015-03-13 15:07:22 +00:00
taca
4285f903c6 Note update of misc/ruby-parallel package to 1.4.1. 2015-03-13 15:06:27 +00:00
taca
96fcf09c11 Update ruby-parallel to 1.4.1.
No changes available, please refer commit log:
https://github.com/grosser/parallel/commits/master.
2015-03-13 15:05:50 +00:00
taca
b1efd2c606 Note update of misc/ruby-ohai package to 8.1.1. 2015-03-13 15:03:34 +00:00
taca
4337a51daa Update ruby-ohai to 8.1.1.
* pkgsrc change: add pkg_alternatives support.

No changes available.
2015-03-13 15:02:59 +00:00
taca
8ef64f4518 Note update of misc/ruby-memoizable package to 0.4.2. 2015-03-13 14:53:59 +00:00
taca
4585b46ea8 Update ruby-memoizable to 0.4.2.
* A few big fixes and improvements.
* Use resolution-independent SVG badges [ci skip].
2015-03-13 14:53:30 +00:00
taca
1c6fddfa4d Update ruby-commander to 4.3.0.
* pkgsrc change: add pkg_alternatives support.

=== 4.3.0 / 2015-02-07

* Drops support for Ruby 1.8. Please use 4.2.1 if you still need Ruby 1.8 compatibility.
* Fixed a bug with `always_trace` (#91) (@KrauseFx)
* Renamed `commands` to `defined_commands` for better compatibility with Pry

=== 4.2.1 / 2014-09-28

* Improve `choose` compatibility with HighLine's version (#79)

=== 4.2.0 / 2014-04-29

* Add ability to use commander without importing into the global namespace (#61) (@krissi)
2015-03-13 14:48:44 +00:00
taca
0cdb82974a Note update of misc/ruby-descendants_tracker package to 0.0.4. 2015-03-13 14:46:20 +00:00
taca
416fe59bf6 Update ruby-descendants_tracker to 0.0.4.
No changes available but several improvements and bug fixes.
2015-03-13 14:45:47 +00:00
taca
f385dd8104 Note update of misc/ruby-thread_safe package to 0.3.5. 2015-03-13 14:42:15 +00:00
taca
c5b18ff0b6 Update misc/ruby-thread_safe to 0.3.5.
Various bug fixes and improvement.
2015-03-13 14:41:31 +00:00
taca
38984fffe9 Note update of misc/ruby-daemons package to 1.2.1. 2015-03-13 14:36:46 +00:00
taca
ada518fd7f Update ruby-daemons to 1.2.1.
== Release 1.2.1: March 10, 2015

* increase version number to be able to re-push to rubygems

== Release 1.2.0: March 8, 2015

* add options for custum log file names.
* change pid file name scheme to "#progname_num#{number}.pid" for multiple instances.
* fix call_as_daemon not saving the PID (thanks Roberto Plancarte)
* allow for custom statis messages (thanks to Joseph Haig)
* fix Pid.running? rescuing timeout exceptions (thanks to Geraud Boyer)
* monitor.rb/application.rb/application_group.rb: handle :monitor and :multiple in combination correctly
  (thanks to Prakash Murthy).
* pidfile.rb: Handle invalid or empty pid files instead of returning pid 0 (thanks to Aaron Stone)
* run the whole gem through Rubocop (thanks to Aaron Stone)
* gem cleanup (thanks to Aaron Stone)
2015-03-13 14:36:09 +00:00
taca
83ff6768bb Note update of misc/ruby-bundler package to 1.8.5. 2015-03-13 14:34:49 +00:00
taca
a241232259 Update ruby-bundler to 1.8.5.
* pkgsrc change: add support for pkg_alternatives.

## 1.8.5 (2015-03-11)

Bugfixes:

  - remove MIT license from gemspec when removing license file (@indirect)
  - respect 'no' immediately as well as saving it in `gem` config (@kirs)

## 1.8.4 (2015-03-05)

Bugfixes:

  - document --all-platforms option (#3449, @moeffju)
  - find gems from all sources on exec after install (#3450, @TimMoore)

## 1.8.3 (2015-02-24)

Bugfixes:

  - handle boolean values for gem settings (@EduardoBautista)
  - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore)
## 1.8.2 (2015-02-14)

Bugfixes:

  - allow config settings for gems with 'http' in the name again (#3398, @tmoore)

## 1.8.1 (2015-02-13)

Bugfixes:

  - synchronize building git gem native extensions (#3385, @antifuchs & @indirect)
  - set gemspec bindir correctly (#3392, @tmoore)
  - 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)

## 1.8.0 (2015-02-10)

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)

## 1.8.0.rc (2015-01-26)

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)

## 1.8.0.pre (2015-01-26)

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)

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)

## 1.7.13 (2015-02-07)

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)
2015-03-13 14:34:12 +00:00
taca
7d4ec22b8e Note update of math/ruby-spreadsheet package to 1.0.3. 2015-03-13 14:32:17 +00:00
taca
8d1c948c0f Update ruby-spreadsheet to 1.0.3.
### 1.0.3 / 10.03.2015

Author: Robert Eshleman <c.robert.eshleman@gmail.com>
Date:   Mon Mar 9 09:47:59 2015 -0400

* Update `ruby-ole` to `1.2.11.8`
** `ruby-ole` <= `1.2.11.7` throws a duplicated key warning in Ruby 2.2.
** This commit updates `ruby-ole` to `1.2.11.8`, which fixes this warning.
** Related discussion: [aquasync/ruby-ole#15] - [aquasync/ruby-ole#15]: https://github.com/aquasync/ruby-ole/issues/15

### 1.0.2 / 05.03.2015

Author: cantin <cantin2010@gmail.com>
Date:   Thu Mar 5 16:13:59 2015 +0800

* add Rational support
* add rational requirement
* use old rational syntax in test
2015-03-13 14:31:38 +00:00
taca
01af6c42e3 Note update of lang/ruby-execjs package to 2.4.0. 2015-03-13 14:27:01 +00:00
taca
1e6c2fc6ce Update ruby-execjs to 2.4.0.
A few bug fixes.
2015-03-13 14:26:36 +00:00
taca
fd3c8b040c Note update of lang/ruby-coffee-script-source package to 1.9.1. 2015-03-13 14:24:03 +00:00
taca
79908ef0b3 Update ruby-coffee-script-source to 1.9.1.
No changes available.
2015-03-13 14:23:17 +00:00
taca
c4527a5150 Note update of graphics/ruby-mini-magick package to 4.1.0. 2015-03-13 14:18:01 +00:00
taca
1e1132405e Update ruby-mini-magick to 4.1.0.
4.1.0

* Added MiniMagick::Tool#stack for building ImageMagick stacks:

	MiniMagick::Tool::Convert.new do |convert|
	  convert << "wand.gif"
	  convert.stack do |stack|
	    stack << "wand.gif"
	    stack.rotate(30)
	  end
	  convert << "images.gif"
	end

	convert wand.gif \( wand.gif -rotate 90 \) images.gif

4.0.4

* Allow filenames with colon in their names (thanks to @agorf)
2015-03-13 14:17:13 +00:00
taca
6b04881163 Note update of these packages:
devel/ruby-uglifier		2.7.1
	graphics/ruby-chunky_png	1.3.4
2015-03-13 14:13:30 +00:00
taca
e261f8cff4 Update graphics/ruby-chunky_png to 1.3.4.
=== 1.3.4 - 2015-02-16

- Assert compatibility with Ruby 2.2
- Improved documentation using RDoc, so it is included on http://www.rubydoc.info/gems/chunky_png
- Update chunkypng.com website; migrate some stuff from the wiki.
2015-03-13 14:12:24 +00:00
taca
9f1abf3ef3 Update ruby-uglifier to 2.7.1.
## 2.7.1 (27 February 2015)

- fix compatibility with experimental Alaska ExecJS runtime
2015-03-13 14:08:46 +00:00
taca
7bd1203f9f Note update of devel/ruby-tins package to 1.3.5. 2015-03-13 14:07:55 +00:00
taca
0c10620199 Update ruby-tins to 1.3.5.
* 2015-03-03 Release 1.3.5
  - Don't automatically include #to method into Object, this can lead to some
    confusion.
2015-03-13 14:07:04 +00:00
taca
0419db5ccc Note update of Ruby Simplecov package:
devel/ruby-simplecov-html	0.9.0
	devel/ruby-simplecov		0.9.2
2015-03-13 14:01:28 +00:00
taca
9cd76c1827 License changed to MIT. 2015-03-13 14:00:10 +00:00
taca
6590f5d51c Update ruby-simplecov to 0.9.2.
## Bugfixes

0.9.2, 2015-02-18 ([changes](https://github.com/colszowka/simplecov/compare/v0.9.1...v0.9.2))
====================

This is a minor bugfix release for simplecov-html, released as `0.9.0`. Due to the tight version constraint in the gemspec
a new release of simplecov had to be shipped to allow using simplecov-html `~> 0.9.0`.

  * The browser back / forward button should now work again. See [#36](https://github.com/colszowka/simplecov-html/pull/36) and
    [#35](https://github.com/colszowka/simplecov-html/pull/35). Thanks @whatasunnyday and @justinsteele for submitting PRs to fix this.
  * Fix "warning: possibly useless use of a variable in void context" See [#31](https://github.com/colszowka/simplecov-html/pull/31). Thanks @cbandy
  * Always use binary file format. See [#32](https://github.com/colszowka/simplecov-html/pull/32). Thanks @andy128k
  * Avoid slow file output with JRuby/Windows. See [#16](https://github.com/colszowka/simplecov-html/pull/16). Thanks @pschambacher

Other than the release includes a bunch of mostly documentation improvements:

  * Update Rails path for Rails 4+. See [#336](https://github.com/colszowka/simplecov/pull/336). Thanks @yazinsai
  * Encourage use of .simplecov to avoid lost files. See [#338](https://github.com/colszowka/simplecov/pull/338). thanks @dankohn
  * Specified in the gemspec that simplecov needs ruby 1.8.7. See [#343](https://github.com/colszowka/simplecov/pull/343). thanks @iainbeeston
  * Fix mispointed link in CHANGELOG.md. See [#353](https://github.com/colszowka/simplecov/pull/353). Thanks @dleve123
  * Improve command name docs. See [#356](https://github.com/colszowka/simplecov/pull/356). Thanks @gtd
2015-03-13 13:58:13 +00:00
taca
e021a28b06 Update ruby-simplecov-html to 0.9.0.
* License changed to MIT.
* A few improvements.
2015-03-13 13:57:21 +00:00
taca
08ff1c82bb Note update of devel/ruby-sexp-processor package to 4.5.0. 2015-03-13 13:51:44 +00:00
taca
b1f9a43bb4 Update ruby-sexp-processor to 4.5.0.
=== 4.5.0 / 2015-03-09

* 1 minor enhancement:

  * Added SexpProcessor::expand_dirs_to_files as a utility to cmdline tools.
2015-03-13 13:51:18 +00:00
taca
52dfc655d9 Note update of devel/ruby-rspec-rails package to 3.2.1. 2015-03-13 13:49:33 +00:00
taca
5b8251a8ed Update ruby-rspec-rails to 3.2.1.
### 3.2.1 / 2015-02-23
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.0...v3.2.1)

Bug Fixes:

* Add missing `require` to RSpec generator root fixing an issue where Rail's
  autoload does not find it in some environments. (Aaron Kromer, #1305)
* `be_routable` matcher now has the correct description. (Tony Ta, #1310)
* Fix dependency to allow Rails 4.2.x patches / pre-releases (Lucas Mazza, #1318)
* Disable the `test-unit` gem's autorunner on projects running Rails < 4.1 and
  Ruby < 2.2 (Aaron Kromer, #1320)
2015-03-13 13:49:03 +00:00
taca
e99d265c38 Note update of devel/ruby-rspec-support package to 3.2.2. 2015-03-13 13:48:30 +00:00
taca
8246dd7371 Update ruby-rspec-support to 3.2.2.
### 3.2.2 / 2015-02-23

Bug Fixes:

* Fix an encoding issue with `EncodedString#split` when encountering an
  invalid byte string. (Benjamin Fleischer, #1760)
2015-03-13 13:47:40 +00:00
taca
0e43a7f338 Note update of devel/ruby-rspec-mocks package to 3.2.1. 2015-03-13 13:47:09 +00:00
taca
063901fcdb Update ruby-rspec-mocks to 3.2.1.
### 3.2.1 / 2015-02-23
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.2.0...v3.2.1)

Bug Fixes:

* Add missing `rspec/support/differ` require so that rspec-mocks can be
  used w/o rspec-expectations (which also loads the differ and hided the
  fact we forgot to require it). (Myron Marston, #893)
* Revert tracking of received arg mutation (added in 3.2.0 to provide an
  error in a situation we can't support) as our implementation has side
  effects on non-standard objects and there's no solution we could come
  up with that always works. (Myron Marston, #900)
2015-03-13 13:46:44 +00:00
taca
d09cbc17b8 Note update of devel/ruby-rspec-core package to 3.2.2. 2015-03-13 13:46:04 +00:00
taca
5798deb367 Update ruby-rspec-core to 3.2.2.
### 3.2.2 / 2015-03-11
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.1...v3.2.2)

Bug Fixes:

* Fix regression in 3.2.0 that allowed tag-filtered examples to
  run even if there was a location filter applied to the spec
  file that was intended to limit the file to other examples.
  (#1894, Myron Marston)

### 3.2.1 / 2015-02-23
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.0...v3.2.1)

Bug Fixes:

* Notify start-of-run seed _before_ `start` notification rather than
  _after_ so that formatters like Fuubar work properly. (Samuel Esposito, #1882)
2015-03-13 13:45:35 +00:00
taca
16c1874023 Note update of devel/ruby-parser package to 3.6.5. 2015-03-13 13:42:26 +00:00
taca
da6266d205 Update ruby-parser to 3.6.5.
pkgsrc change: Add pkg_alternatives support.

=== 3.6.5 / 2015-03-12

* 1 minor enhancement:

  * Add line numbers from block comments =begin/=end. (presidentbeef)
2015-03-13 13:41:27 +00:00
taca
64dc91381b Add and enable ruby-celluloid. 2015-03-13 13:38:55 +00:00
taca
3b3861f2d8 Note update of devel/ruby-i18n package to 0.7.0. 2015-03-13 13:38:33 +00:00
taca
077db2f785 Update ruby-i18n to 0.7.0.
0.7.0
* Drop support to Ruby 1.8.7 / REE
* Drop support to Rails 2.3 / 3.0 / 3.1
* Remove deprecated stuff:
   - Setting :default_exception_hander Symbol to I18n.exception_handler.
   - normalize_translation_keys in favor of normalize_keys.
   - :rescue_format option on the exception handler.
   - enforce_available_locales now defaults to true with no deprecation message.
2015-03-13 13:38:08 +00:00
taca
01ec800dc4 Note update of devel/ruby-docile package to 1.1.5. 2015-03-13 13:34:38 +00:00