Commit graph

228411 commits

Author SHA1 Message Date
taca
3a85bdce25 Note update of www/ruby-actionpack32 package to 3.2.21nb1. 2015-02-04 15:40:08 +00:00
taca
21d1acccd4 Refelect change of ruby-sprockets22's PKGBASE.
Bump PKGREVISION.
2015-02-04 15:39:14 +00:00
taca
d1b03f6564 Change PKGBASE name from ruby-sprockets to ruby-sprockets22 and avoid
conflicts with ruby-sprockets package.
2015-02-04 15:37:58 +00:00
taca
a10ee5ff11 Note update of misc/ruby-pry package to 0.10.1. 2015-02-04 15:33:40 +00:00
taca
f9ffb6c9c8 Update ruby-pry to 0.10.1.
Changes are too many to write here, please refer CHANGELOG.md file.
2015-02-04 15:33:12 +00:00
taca
1b4e8fd1ea Note update of misc/ruby-mini_portile package to 0.6.2. 2015-02-04 15:29:20 +00:00
taca
abd56e66d0 Update ruby-mini_portile to 0.6.2.
=== 0.6.2 / 2014-12-30

* Updated gemspec, license and README to reflect new maintainer.
2015-02-04 15:28:36 +00:00
taca
ff86a4d3cd Note update of misc/ruby-launchy package to 2.4.3. 2015-02-04 15:27:38 +00:00
taca
842e2780ce Update ruby-launchy to 2.4.3.
## Version 2.4.3 - 2014-11-03
* Update documentation - <https://github.com/copiousfreetime/launchy/pull/81> - supremebeing7
* Fix launching of `exo-open` for XFCE - <https://github.com/copiousfreetime/launchy/issues/82> - dsandstrom
* Add iceweasel as a fallback browser - <https://github.com/copiousfreetime/launchy/pull/92> -  jackturnbull
* Reopen $stderr in really bad situation - <https://github.com/copiousfreetime/launchy/pull/77> - infertux
2015-02-04 15:27:06 +00:00
taca
263e75c290 Note update of misc/ruby-hashie package to 3.4.0. 2015-02-04 15:26:14 +00:00
taca
9936dfe7d6 Update ruby-hashie to 3.4.0.
## 3.4.0 (02/02/2014)

* [#271](https://github.com/intridea/hashie/pull/271): Added ability to define defaults based on current hash - [@gregory](https://github.com/gregory).
* [#247](https://github.com/intridea/hashie/pull/247): Fixed #stringify_keys and #symbolize_keys collision with ActiveSupport - [@bartoszkopinski](https://github.com/bartoszkopinski).
* [#249](https://github.com/intridea/hashie/pull/249): SafeAssignment will now also protect hash-style assignments - [@jrochkind](https://github.com/jrochkind).
* [#251](https://github.com/intridea/hashie/pull/251): Added block support to indifferent access #fetch - [@jgraichen](https://github.com/jgraichen).
* [#252](https://github.com/intridia/hashie/pull/252): Added support for conditionally required Hashie::Dash attributes - [@ccashwell](https://github.com/ccashwell).
* [#256](https://github.com/intridia/hashie/pull/256): Inherit key coercions - [@Erol](https://github.com/Erol).
* [#259](https://github.com/intridia/hashie/pull/259): Fixed handling of default proc values in Mash - [@Erol](https://github.com/Erol).
* [#260](https://github.com/intridia/hashie/pull/260): Added block support to Extensions::DeepMerge - [@galathius](https://github.com/galathius).
* [#254](https://github.com/intridea/hashie/pull/254): Added public utility methods for stringify and symbolize keys - [@maxlinc](https://github.com/maxlinc).
* [#261](https://github.com/intridea/hashie/pull/261): Fixed bug where Dash.property modifies argument object - [@d_tw](https://github.com/d_tw).
* [#264](https://github.com/intridea/hashie/pull/264): Methods such as abc? return true/false with Hashie::Extensions::MethodReader - [@Zloy](https://github.com/Zloy).
* [#269](https://github.com/intridea/hashie/pull/269): Add #extractable_options? so ActiveSupport Array#extract_options! can extract it - [@ridiculous](https://github.com/ridiculous).
* Your contribution here.

## 3.3.2 (11/26/2014)

* [#233](https://github.com/intridea/hashie/pull/233): Custom error messages for required properties in Hashie::Dash subclasses - [@joss](https://github.com/joss).
* [#231](https://github.com/intridea/hashie/pull/231): Added support for coercion on class type that inherit from Hash - [@gregory](https://github.com/gregory).
* [#228](https://github.com/intridea/hashie/pull/228): Made Hashie::Extensions::Parsers::YamlErbParser pass template filename to ERB - [@jperville](https://github.com/jperville).
* [#224](https://github.com/intridea/hashie/pull/224): Merging Hashie::Mash now correctly only calls the block on duplicate values - [@amysutedja](https://github.com/amysutedja).
* [#221](https://github.com/intridea/hashie/pull/221): Reduce amount of allocated objects on calls with suffixes in Hashie::Mash - [@kubum](https://github.com/kubum).
* [#245](https://github.com/intridea/hashie/pull/245): Added Hashie::Extensions::MethodAccessWithOverride to autoloads - [@Fritzinger](https://github.com/Fritzinger).

## 3.3.1 (8/26/2014)

* [#183](https://github.com/intridea/hashie/pull/183): Added Mash#load with YAML file support - [@gregory](https://github.com/gregory).
* [#195](https://github.com/intridea/hashie/pull/195): Ensure that the same object is returned after injecting IndifferentAccess - [@michaelherold](https://github.com/michaelherold).
* [#201](https://github.com/intridea/hashie/pull/201): Hashie::Trash transforms can be inherited - [@fobocaster](https://github.com/fobocaster).
* [#189](https://github.com/intridea/hashie/pull/189): Added Rash#fetch - [@medcat](https://github.com/medcat).
* [#200](https://github.com/intridea/hashie/pull/200): Improved coercion: primitives and error handling - [@maxlinc](https://github.com/maxlinc).
* [#204](https://github.com/intridea/hashie/pull/204): Added Hashie::Extensions::MethodOverridingWriter and Hashie::Extensions::MethodAccessWithOverride - [@michaelherold](https://github.com/michaelherold).
* [#205](http://github.com/intridea/hashie/pull/205): Added Hashie::Extensions::Mash::SafeAssignment - [@michaelherold](https://github.com/michaelherold).
* [#206](http://github.com/intridea/hashie/pull/206): Fixed stack overflow from repetitively including coercion in subclasses - [@michaelherold](https://github.com/michaelherold).
* [#207](http://github.com/intridea/hashie/pull/207): Fixed inheritance of transformations in Trash - [@fobocaster](https://github.com/fobocaster).
* [#209](http://github.com/intridea/hashie/pull/209): Added Hashie::Extensions::DeepFind - [@michaelherold](https://github.com/michaelherold).
* [#69](https://github.com/intridea/hashie/pull/69): Fixed regression in assigning multiple properties in Hashie::Trash - [@michaelherold](https://github.com/michaelherold), [@einzige](https://github.com/einzige), [@dblock](https://github.com/dblock).

## 3.2.0 (7/10/2014)

* [#164](https://github.com/intridea/hashie/pull/164), [#165](https://github.com/intridea/hashie/pull/165), [#166](https://github.com/intridea/hashie/pull/166): Fixed stack overflow when coercing mashes that contain ActiveSupport::HashWithIndifferentAccess values - [@numinit](https://github.com/numinit), [@kgrz](https://github.com/kgrz).
* [#177](https://github.com/intridea/hashie/pull/177): Added support for coercing enumerables and collections - [@gregory](https://github.com/gregory).
* [#179](https://github.com/intridea/hashie/pull/179): Mash#values_at will convert each key before doing the lookup - [@nahiluhmot](https://github.com/nahiluhmot).
* [#184](https://github.com/intridea/hashie/pull/184): Allow ranges on Rash to match all Numeric types - [@medcat](https://github.com/medcat).
* [#187](https://github.com/intridea/hashie/pull/187): Automatically require version - [@medcat](https://github.com/medcat).
* [#190](https://github.com/intridea/hashie/issues/190): Fixed `coerce_key` with `from` Trash feature and Coercion extension - [@gregory](https://github.com/gregory).
* [#192](https://github.com/intridea/hashie/pull/192): Fixed StringifyKeys#stringify_keys! to recursively stringify keys of embedded ::Hash types - [@dblock](https://github.com/dblock).

## 3.1.0 (6/25/2014)

* [#169](https://github.com/intridea/hashie/pull/169): Hash#to_hash will also convert nested objects that implement to_hash - [@gregory](https://github.com/gregory).
* [#171](https://github.com/intridea/hashie/pull/171): Include Trash and Dash class name when raising `NoMethodError` - [@gregory](https://github.com/gregory).
* [#172](https://github.com/intridea/hashie/pull/172): Added Dash and Trash#update_attributes! - [@gregory](https://github.com/gregory).
* [#173](https://github.com/intridea/hashie/pull/173): Auto include Dash::IndifferentAccess when IndiferentAccess is included in Dash - [@gregory](https://github.com/gregory).
* [#174](https://github.com/intridea/hashie/pull/174): Fixed `from` and `transform_with` Trash features when IndifferentAccess is included - [@gregory](https://github.com/gregory).

## 3.0.0 (6/3/2014)

**Note:** This version introduces several backward incompatible API changes. See [UPGRADING](UPGRADING.md) for details.

* [#150](https://github.com/intridea/hashie/pull/159): Handle nil intermediate object on deep fetch - [@stephenaument](https://github.com/stephenaument).
* [#146](https://github.com/intridea/hashie/issues/146): Mash#respond_to? inconsistent with #method_missing and does not respond to #permitted? - [@dblock](https://github.com/dblock).
* [#152](https://github.com/intridea/hashie/pull/152): Do not convert keys to String in Hashie::Dash and Hashie::Trash, use Hashie::Extensions::Dash::IndifferentAccess to achieve backward compatible behavior - [@dblock](https://github.com/dblock).
* [#152](https://github.com/intridea/hashie/pull/152): Do not automatically stringify keys in Hashie::Hash#to_hash, pass `:stringify_keys` to achieve backward compatible behavior - [@dblock](https://github.com/dblock).
* [#148](https://github.com/intridea/hashie/pull/148): Consolidated Hashie::Hash#stringify_keys implementation - [@dblock](https://github.com/dblock).
* [#149](https://github.com/intridea/hashie/issues/149): Allow IgnoreUndeclared and DeepMerge to be used with undeclared properties - [@jhaesus](https://github.com/jhaesus).
2015-02-04 15:25:37 +00:00
taca
c13a2a2b64 Note remove of mail/ruby-mail24 package. 2015-02-04 15:24:13 +00:00
taca
92e6714ade Remove ruby-mail24 since no package depends it any more. 2015-02-04 15:23:49 +00:00
taca
4c376ce850 Remove ruby-mail24. 2015-02-04 15:23:31 +00:00
taca
a6a328cc4c Note update of mail/ruby-mail package to 2.6.3. 2015-02-04 15:21:07 +00:00
taca
8849c84575 Update ruby-mail to 2.6.3.
== Version 2.6.3 - Mon Nov 3 23:53 +1100 2014 Mikel Lindsaar <mikel@reinteractive.net>

* #796 support uu encoding (grosser)

== Version 2.6.2 (Unreleased) - Wed Oct 22 13:42 -0500 2014 Benjamin Fleischer <github@benjaminfleischer.com>

Performance:
* #681 - fewer hotspot object allocations (srawlins)
* #815 - autoload parsers for load-time speed and memory usage (grosser)

Bugs:
* #736 - Mail.new copes with non-UTF8 messages marked as UTF8 (jeremy)

== Version 2.6.1 - Sun Jun 8 15:34 +1100 2014 Mikel Lindsaar <mikel@reinteractive.net>

Features:
* Silence warnings on loading ragel-generated parsers (bf4)

== Version 2.6.0 - Mon Jun 2 22:49 +1100 2014 Mikel Lindsaar <mikel@reinteractive.net>

Features:
* Allow interceptors and observers to be unregistered (zuhao)
* Added feature to find the mail in uid (taketin)
* Save settings passed to TestMailer#new (svanderbleek)
* Allow the setting of envelope from directly (jeremy)
* Accept other IETF/IANA-registered Content-Types and Content-Transfer-Encodings (jeremy)
* Alias shift-jis charset to Shift_JIS Ruby encoding (jeremy)
* Add support for ks_c_5601-1987 charset, aliased to CP949 Ruby encoding (jeremy)
* Don't allow colons in header names (jeremy)
* Can assign arrays of Message-IDs to References and In-Reply-To (jeremy)
* Setting the html_ or text_part sets a default text/html or text/plain content type (jeremy)
* Setting the html_ or text_part to nil removes it (jeremy)
* Addresses without a parsable email or display name still format as their raw text (jeremy)
* Close pull request 504 - Alias GB2312 charset to GB18030 Ruby encoding (bpot)
* Close pull request 399 - Accept :ca_path and :ca_file options for SMTP delivery (ndbroadbent)
* Close pull request 389 - Don't add superfluous message headers to MIME parts (djmaze, jeremy)

Performance:
* Migrate to RAGEL based parser, awesome work by (bpot)
* Performance improvements for people parsing email headers (ConradIrwin)
* Close pull request 488 - Speed up field construction & comparison (bpot)

Bugs:
* Fix for when content looks like field name (kjg)
* Don't change original when you change a copy (TylerRick)
* Don't include separating semicolon in paramter value when sanitizing (bpot)
* Fix fencepost encoding problem with binhex strings and only one token (drasch)
* Fix sendmail delivery to addresses with a leading hyphen (lifo, jeremy)
* Correctly format mbox From headers per RFC4155 (bpot, jeremy)
* Fix bogus '=' at the end of some quoted-printable messages (jeremy)
* Shouldn't be fooled into encoding strings on 1.8 by unrelated Encoding constant (emiellohr, jeremy)
* Header encoding should be US-ASCII, not the default external encoding (jeremy)
* Address elements should return decoded display names by default (jeremy)
* Fix up tests that depend on utf-8 external encoding; read fixtures as binary (jeremy)
* Capture stderr from Sendmail and Exim deliveries (jeremy)
* RFC2822 quoted_string content may be empty (jeremy)
* Calling #to_s on a field with a nil value returns an empty string instead of nil (jeremy)
* The Received header may contain zero name/value pairs, qmail-style (jeremy)
* Fix that setting an attachment with a :mime_type and :encoding would override the :encoding (jeremy)
* Fix that declaring an html_part but no text_part would use multipart/alternative anyway (jeremy)
* Close pull request 508 - Don't add an extra CRLF to MIME parts; split MIME parts on correct CRLF boundaries (Aalanar)
* Close pull request 506 - Escape backslashes in quoted strings (ConradIrwin)
* Close pull request 496 - Correctly handle quoted-printable line breaks (jeremy)
* Close pull request 493 - Repair misencoded quoted-printable line breaks (jeremy)
* Close pull request 487 - Extract comments from group email addresses (bpot)
* Close pull request 481 - Correctly quote filename attributes (bpot)
* Close pull request 480 - Support mixed encodings in a single header body (adamvaughan)
* Close pull request 471 - Fix Ruby 1.8 build when UTF16/32 default to little-endian (kennyj)

Coping with third-party bugs:
* Parse multipart boundary from Content-Type headers containing extra semicolons (jeremy)
* Close pull request 389 - Only add Content-ID to inline attachments to appease Outlook (djmaze, jeremy)

Housekeeping:
* Add development gem dependency on rdoc (jeremy)
* Refresh Bundler dependencies & setup (jeremy)
* Remove i18n dependency and last vestiges of activesupport dependency in specs (jeremy)
* Clarify that Sender is a single address, not an address list (jeremy)
* Add an MIT-LICENSE file to make licensing clear & obvious; update to 2013 (jeremy)
* Close pull request 501 - Tighten up header/body whitespace splitting (ConradIrwin)
* Close pull request 499 - Clean up some dead code (ConradIrwin)
* Close pull request 489, 495 - Docs typos (JackDanger, francois)
* Close pull request 485 - Be explicit about unsupported address parsing (bpot)
* Close pull request 484 - Remove #tree specs in preparation for deprecation removal (bpot)
* Close pull request 482 - Update address field specs to reflect to #initialize API (bpot)
* Close pull request 475 - Shush warning on Object#blank? redefinition (amatsuda)
* Close pull request 472 - Clean up UTF8/UTF-8 internals (kennyj)
2015-02-04 15:20:39 +00:00
taca
4f07986260 Note update of mail/ruby-mime-types package to 2.4.3. 2015-02-04 15:17:36 +00:00
taca
10ab0524c0 Update ruby-mime-types to 2.4.3.
Changes are too many to write here, please refer History.rdoc file.
2015-02-04 15:17:04 +00:00
taca
826c6bac0b Note Updated www/heel package to 3.1.3nb1. 2015-02-04 15:14:00 +00:00
taca
e1b7b23a94 Switch to use mail/ruby-mime-types1 package.
Bump PKGREVISION.
2015-02-04 15:13:28 +00:00
taca
7c55f704c1 Remove last update of misc/ruby-commander pacakge. 2015-02-04 15:08:15 +00:00
taca
6971aece6c Revert ruby-commander from 4.2.1 to 4.1.6. ruby-jekyll is not ready yet. 2015-02-04 15:07:02 +00:00
taca
e7ceb4f477 Note update of www/ruby-padrino-contrib package to 0.2.0. 2015-02-04 15:02:48 +00:00
taca
4b80d4390d Update padrino-contrib to 0.2.0.
Changes are not available, please refer GitHub commit log:
<https://github.com/padrino/padrino-contrib>.
2015-02-04 15:02:17 +00:00
taca
c5ea7afab8 Note update of ruby-padrino packages to 0.12.4.
www/ruby-padrino
	www/ruby-padrino-cache
	www/ruby-padrino-core
	www/ruby-padrino-gen
	www/ruby-padrino-helpers
	www/ruby-padrino-mailer
2015-02-04 14:59:51 +00:00
taca
b56860a90f Update ruby-padrino to 0.12.4.
Changes are too many to write here, please refer
<https://github.com/padrino/padrino-framework/blob/master/CHANGES.rdoc>.
2015-02-04 14:58:34 +00:00
taca
ba83b0f7ea Update ruby-padrino-mailer to 0.12.4. Switch to depend ruby-mail25.
Changes are too many to write here, please refer
<https://github.com/padrino/padrino-framework/blob/master/CHANGES.rdoc>.
2015-02-04 14:57:44 +00:00
taca
23cf2f0793 Update ruby-padrino-gen to 0.12.4.
Changes are too many to write here, please refer
<https://github.com/padrino/padrino-framework/blob/master/CHANGES.rdoc>.
2015-02-04 14:56:57 +00:00
taca
55a92ecf32 Update ruby-padrino-cache to 0.12.4.
Changes are too many to write here, please refer
<https://github.com/padrino/padrino-framework/blob/master/CHANGES.rdoc>.
2015-02-04 14:56:24 +00:00
taca
9feb26ab67 Update ruby-padrino-admin to 0.12.4.
Changes are too many to write here, please refer
<https://github.com/padrino/padrino-framework/blob/master/CHANGES.rdoc>.
2015-02-04 14:55:44 +00:00
taca
091003ab98 Update ruby-padrino-core to 0.12.4.
Changes are too many to write here, please refer
<https://github.com/padrino/padrino-framework/blob/master/CHANGES.rdoc>.
2015-02-04 14:54:53 +00:00
taca
246efaf9c4 Update ruby-padrino-helpers to 0.12.4.
Changes are too many to write here, please refer
<https://github.com/padrino/padrino-framework/blob/master/CHANGES.rdoc>.
2015-02-04 14:53:55 +00:00
taca
855d1077d5 Note update of www/ruby-sinatra package to 1.4.5. 2015-02-04 14:47:49 +00:00
taca
bc7284b5b6 Update ruby-sinatra to 1.4.5.
= 1.4.5 / 2014-04-08

 * Improve tests and documentation. (Seiichi Yonezawa, Mike Gehard, Andrew
   Deitrick, Matthew Nicholas Bradley, GoGo tanaka, Carlos Lazo, Shim Tw,
   kyoendo, Roman Kuznietsov, Stanislav Chistenko, Ryunosuke SATO, Ben Lewis,
   wuleicanada, Patricio Mac Adden, Thais Camilo)

 * Fix Ruby warnings. (Vipul A M, Piotr Szotkowski)

 * Fix template cache memory leak. (Scott Holden)

 * Work around UTF-8 bug in JRuby. (namusyaka)

 * Don't set charset for JSON mime-type (Sebastian Borrazas)

 * Fix bug in request.accept? that might trigger a NoMethodError. (sbonami)
2015-02-04 14:47:20 +00:00
taca
5b12d51775 Note addition of www/ruby-padrino-support package version 0.12.4. 2015-02-04 14:45:38 +00:00
taca
bedd8fa762 Add and enable ruby-padrino-support. 2015-02-04 14:45:14 +00:00
taca
505af96544 Add ruby-padrino-support package version 0.12.4.
A number of support methods and extensions for Padrino framework.
2015-02-04 14:44:42 +00:00
taca
ac459eda69 Note remove of textproc/ruby-json-utils package. 2015-02-04 14:34:57 +00:00
taca
88a5749aa0 Remove ruby-json-utils package which was broken more than a year and
no package has dependency to it.
2015-02-04 14:34:36 +00:00
taca
b68ae2dcf2 Remove ruby-json-utils. 2015-02-04 14:33:29 +00:00
taca
8b960d1448 + GNUMail-1.2.2, SOGo-2.2.15, SOPE-2.2.15, gnustep-back-0.24.0,
gnustep-base-1.24.7, gnustep-examples-1.4.0, gnustep-gui-0.24.0,
  gnustep-make-2.6.6, gnustep-objc-1.7.
2015-02-04 14:29:55 +00:00
taca
a07b13ad27 Note update of print/ruby-pdf-core package to 0.4.0 and print/ruby-prawn
pacakge to 1.3.0.
2015-02-04 14:27:37 +00:00
taca
02a0af9fc2 Update ruby-prawn package to 1.3.0.
Changes are not available, please refer commit log on
<https://github.com/prawnpdf/prawn>.
2015-02-04 14:26:47 +00:00
taca
a5181d26ab Update pdf-core to 0.4.0. Although latest version is 0.5.0, latest
ruby-prawrn require prior to 0.5.

Changes are not available, please refer commit log on
<https://github.com/prawnpdf/pdf-core>.
2015-02-04 14:25:23 +00:00
taca
0f7c78212d Note update of net/ruby-addressable package to 2.3.6. 2015-02-04 14:20:05 +00:00
taca
6d27f67fdd Update ruby-addressable to 2.3.6.
* Set HOMEPAGE to GitHub since rubyforge.org is not available any more.
* Changes are not available.
2015-02-04 14:19:32 +00:00
jperkin
21e83cae18 Support the override libgcc specs for the cwrappers case. 2015-02-04 14:16:23 +00:00
jperkin
495c6fbe8e Support the as override specs for cwrappers too. 2015-02-04 14:13:29 +00:00
jperkin
02cde34c40 Ensure additional C99 flags are passed via cwrappers too. 2015-02-04 14:11:50 +00:00
taca
cf1720a634 Note update of sysutils/ruby-chef-zero package to 3.2.1nb1. 2015-02-04 14:11:20 +00:00