Commit graph

163043 commits

Author SHA1 Message Date
taca
2c0e0ddcd4 Update textproc/ruby-redcloth to 4.2.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Remove RUBY_HAS_ARCHLIB.


=== 4.2.3 / March 1, 2010

* Allow quotes in styles so you can do things like listing font-families. [Jason Garber]
* Fix uninitialized constant Gem::Specification::PLATFORM_CROSS_TARGETS in Rails [Jason Garber]
* Allow uppercase letters in class and ID attributes even though it's invalid [Jason Garber]
* Fix compatibility with newer Echoe, by using full-name for Platform [Flameeyes]
* Fixes for PPC/PPC64 [Flameeyes]
* Added a modified copy of 'Textile Reference' to a doc folder [codesponge]
* Add footnote return links [Jonathan Rudenberg]
* Add bug report link to the README

=== 4.2.2 / June 30, 2009

* Fix regression where percent wasn't accepted in style attribute. [Jason Garber]

=== 4.2.1 / June 16, 2009

* Fix regression where period wasn't accepted in style attribute. [Jason Garber]
2010-09-10 08:35:57 +00:00
taca
1733c796a8 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Tweak CONFLICTS pattern.
* Make buildlink3.mk support ruby18 and ruby19.
2010-09-10 08:35:16 +00:00
taca
17a93aa8f7 Update textproc/ruby-plist to 3.1.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.


2010-02-23:
 * Ruby 1.9.x compatibility!

2010-02-16:
 * excise a bunch of unnecessary @@ variables
 * fix up some tests for cross-version compatibility

2010-02-14:
 * generalized cleanup:
   * fix old file headers
   * modernize rakefile
   * clean up rdoc

2010-01-08:
 * move from RubyForge Subversion to GitHub

2007-02-22 (r81):
 * make the plist parser accept strings contain XML or any object that responds to #read (File and StringIO being the intended targets here).  Test and idea contributed by Chuck Remes.

2006-09-20 (r80):
 * tweak a comment in generator.rb to make it clear that we're not using Base64.b64encode because it's broken.
2010-09-10 08:33:30 +00:00
taca
d9682d2298 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add patch to support both ruby18 and ruby19.

No functional change.
2010-09-10 08:32:29 +00:00
taca
e7740292c7 * Add LICENSE.
* Avoid to use "ftools" which has deprecated in ruby19.

No functional change.
2010-09-10 08:30:42 +00:00
taca
2c8d98831a Update textproc/ruby-nokogiri to 1.4.3.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes are too many to write here, please refer CHANGELOG.rdoc.
2010-09-10 08:29:06 +00:00
wiz
f084e10d8c Fix HOMEPAGE. 2010-09-10 08:28:13 +00:00
taca
3b7e33fe5e Update oniguruma to 5.9.2.
* Add LICENSE.

History

2010/01/09: Version 5.9.2

2010/01/05: [bug]  fix utf16be_code_to_mbc() and utf16le_code_to_mbc().
2008/09/16: [bug]  fix memory leaks in parse_exp().
2008/08/01: [bug]  fix memory leaks.
2008/06/17: [bug]  invalid type of argument was used
                   in onig_st_lookup_strend().
2008/06/16: [bug]  invalid CaseFoldMap entry in ISO-8859-5. 0xdf -> 0xde
2008/02/19: [new]  add: onig_reg_init().
2008/02/19: [new]  add: onig_free_body().
2008/02/19: [new]  add: onig_new_without_alloc().
2008/02/19: [API]  rename onig_alloc_init() to onig_reg_init(),
                   and argument type changed.
2008/01/31: [impl] move UTF16_IS_SURROGATE_XXX() to regenc.h.
2008/01/30: [bug]  (thanks akr)
                   fix euctw_islead().
2008/01/23: [bug]  update enc/koi8.c.
2010-09-10 08:26:38 +00:00
taca
34628602de * Add a patch to support both ruby18 and ruby19.
* Remove RUBY_HAS_ARCHLIB.

No functional change.
2010-09-10 08:25:16 +00:00
taca
f45d64a0a2 Remove * Remove RUBY_HAS_ARCHLIB. 2010-09-10 08:22:56 +00:00
taca
b1096882d1 Update textproc/ruby-maruku to 0.6.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes are unknown.
2010-09-10 08:22:12 +00:00
taca
4ec2109942 Update textproc/ruby-markaby to 0.7.1.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.

= 0.7.1 (2010-08-19)

* Rails fixes for form_for called from erb templates

= 0.7.0

* Sinatra 1.0 support
* Full Tilt 1.0+ support, including "yield" support for layouts

= 0.6.10

* Rails fixes for form_for + content_for

= 0.6.9

* Bug fix for url_for.  Previously, you'd need to capture { *_path } instead of
  using the named route directly.  Only affected rails 2.3.4+.

= 0.6.8 (2010-06-03)

* Add a regression for issue Github #17 (for judofyr / Camping)

= 0.6.7 (2010-06-02)

* Add rails support for 2.3.5 - 2.3.8
* Improved rails documentation

= 0.6.6 (2010-06-01)

* ruby 1.9.1 support.  Closes Github Issues #10 & #11.
* Removed Tilt deprecation warnings

= 0.6.4

* Fixed a bug in which direct string values to Markaby::Builder wouldn't evaluate:
    Markaby::Builder.new { 'foo' }.to_s #=> "foo"

* Fix critical bug with form_for, which was raising an error
* Introduce proxy object for form_for:

    form_for :foo do |f|
      f.text_field :bar
      f.text_field :baz
    end

* Remove support for rails 2.1.x series.  We'll accept patches for them, if anyone cares enough.

== 0.6.2 / 0.6.3

* Add basic support for the Tilt templating engine (used with Sinatra):

  require 'markaby'
  require 'markaby/tilt'

== 0.6.1

* Support the following rails versions:
    1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 2.1.0, 2.1.1, 2.1.2, 2.2.0,
    2.2.1, 2.2.2, 2.2.3, 2.3.1, 2.3.2, 2.3.2.1, 2.3.3, 2.3.3.1, 2.3.4
* Only run rails tests when inside a rails plugins
* Run tests of the various versions of rails with garlic
* Start conversion to rspec.  Use test/spec temporarily until conversion is done.

= 0.6
=== 23 August, 2009

* Canonical repo changed to http://github.com/joho/markaby
* Gem moved to Github (using jeweler)
* Rails init process changed to work with rails > 2.1
* Default attributes on the root (<html>) element can now be overidden
* Reworked CssProxy, allowing attributes on hr and br
* Added Kernel#mab convenience method (require 'markaby/kernel_method')
* WhenOnRails: Can now use :locals with render_markaby
* WhenOnRails: Template errors now report line number
2010-09-10 08:21:04 +00:00
taca
607b9fc3cc * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
2010-09-10 08:20:01 +00:00
taca
de2282d95f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
2010-09-10 08:19:16 +00:00
taca
bd3fea233f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
2010-09-10 08:18:49 +00:00
taca
e8c2339e34 Update textproc/ruby-itex2MML to 1.3.25.
* Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
* Add PKG_DESTDIR_SUPPORT.

No exact changes are available.
2010-09-10 08:15:55 +00:00
taca
826e61ee33 Remove redundant PKGNAME. 2010-09-10 08:14:55 +00:00
taca
48af51e7ca No MASTER_SITES nor HOMEPAGE aren't available now. 2010-09-10 08:14:36 +00:00
taca
e64bfb22e8 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 08:13:52 +00:00
taca
33bc46bb6c Update textproc/ruby-hikidoc to 0.0.6.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Ajust new ruby package's framework.


!! Changes 0.0.6 from 0.0.5: 2010-08-28

* fix missing NEWS.ja for packaging
2010-09-10 08:13:23 +00:00
taca
b6e05b1135 Update textproc/ruby-haml to 3.0.18.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes may be too many, please refer http://haml-lang.com/ in detail.
2010-09-10 08:12:14 +00:00
taca
db9cfa491f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove redundant PKGNAME.
2010-09-10 08:10:44 +00:00
taca
7bcc88a618 Update textproc/ruby-feed-normalizer to 1.5.2.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.
2010-09-10 08:09:41 +00:00
taca
28a569e243 Update textproc/ruby-fastercsv to 1.5.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.


== 1.5.3

* A bug fix from Timothy Elliott to return the new parser to its strict quote
  tolerance.

== 1.5.2

* A bug fix to allow IO Exceptions to reach the calling code from Moses Hohman.
* Added support for <tt>:write_headers => false</tt> to Table.to_csv().

== 1.5.1

* A bug fix for deleting blank Table rows from Andy Hartford.
* Added gem build instructions.

== 1.5.0

* The main parser has been rewritten by Timothy Elliott to avoid big input
  issues with Ruby 1.8's regex engine.  This makes FasterCSV handle more inputs
  gracefully.
* FasterCSV will now exit with a notice to upgrade if required in Ruby 1.9.
* Included a missing file so the tests will run in source packages.

== 1.4.0

* Added encoding support patch from Michael Reinsch.
* Improved inspect() messages for better IRb support.
* Fixed header writing bug reported by Dov Murik.
* Use custom separators in parsing header Strings as suggested by Shmulik Regev.
* Added a <tt>:write_headers</tt> option for outputting headers.
* Handle open() calls in binary mode whenever we can to workaround a Windows
  issue where line-ending translation can cause an off-by-one error in seeking
  back to a non-zero starting position after auto-discovery for
  <tt>:row_sep</tt> as suggested by Robert Battle.
* Improved the parser to fail faster when fed some forms of invalid CSV that can
  be detected without reading ahead.
* Added a <tt>:field_size_limit</tt> option to control FasterCSV's lookahead and
  prevent the parser from biting off more data than it can chew.
2010-09-10 08:08:14 +00:00
taca
cd93fce038 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Restrict to RUBY18 only.
2010-09-10 08:07:30 +00:00
taca
b4396f3951 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 08:07:00 +00:00
taca
68ea972b02 Update textproc/ruby-coderay to 0.9.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Enable HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes may be too many please refer http://coderay.rubychan.de/ for
detail.
2010-09-10 08:06:27 +00:00
taca
219f840910 * Remove redundant PKGNAME. 2010-09-10 08:03:39 +00:00
taca
3164c7904f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* pdate HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.
2010-09-10 08:03:08 +00:00
taca
c789fe1067 Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Switch to bluecloth 2.0.7.
Please refer http://www.deveiate.org/projects/BlueCloth for detail.
2010-09-10 08:02:26 +00:00
taca
28ac9b4b22 * Add LICENSE.
* Remove redundant PKGNAME.
2010-09-10 08:00:53 +00:00
taca
bc79f4af2e * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 07:59:29 +00:00
taca
8c7906613f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove RUBY_HAS_ARCHLIB.
* Change PKG_DESTDIR_SUPPORT to user-destdir.
* Update patch to support both ruby18 and ruby19.

No functional change.
2010-09-10 07:58:44 +00:00
taca
2f16199ceb * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 07:57:19 +00:00
taca
4b4eeac723 Update sysutils/ruby-facter to 1.5.8.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Move MASTER_SITES to first section.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.


1.5.8
=====
ca2da36  Updated install.rb and created man page
3671c9f  [#4583] Refactor uptime to use Resolution.exec
fca8861  [#4594] Reintroduce fix for #1291 from original patch
32c0cb0  [#4594] Revert "fixes #2573, #2085, #1291..."
e7df4c0  Updated CHANGELOG for 1.5.8rc2
9c9cabd  Better fix for Bug 4569: Uptime Fact is incorrect on Windows
01a515f  [#4289] operatingsystemrelease fact for oel, ovs
b6c0a6b  Fix for bug #4569
51bcebe  Fixed Rakefile package task version detection
81ccb48  Removed references to Reductive Labs in the Rakefile

1.5.8rc1
========
f280703  Incremented version to 1.5.8
98ef5e8  Updated CHANGELOG for 1.5.8rc1
4398b36  Updated CHANGELOG rake task
e02be1d  [#4156] Updating spec to match Kai's change
bff84c2  [#4156] Applying patch by Kai
b7fe989  [#2330] Update uptime calculation to use /bin/cat
e9a60bc  Facter::Manufacturer - sunos test + simplified regex
be411c0  Facter::Manufacturer - test for SunOS and FreeBSD
67f6604  [#4062] Implement operating system facts for MeeGo
a2bcacd  [#2330] Uptime should not make redundant system calls
ce7bd9f  Refactor rakefile to use spec.ops, separate rcov task
faaa169  Fix #4352 - Support for detecting KVM virtuals on FreeBSD
82286e4  Fix #4352 - Support for detecting virtuals (jails) on FreeBSD
b2c2114  Properly wrapped the windows ipaddress fact in a setcode block.
1bd2ca2  Fixed #3929 - Added user confine to AIX memory facts
8106bc3  Adding HP-UX support to Facter's IP facts
83b3ea6  Fixed #3393 - Updates to Facter for MS Windows
ffcae46  Fixed #3403 - Added fact to query vlans; added spec test
d4b8401  Merged Jos Backus patch to remove requirement for ftools altogether
73dcbb9  Fixed #2355 read hang on /proc/xen/capabilties on RHEL 4.7
d109def  Fix #1365 - load all facts via cli
6c87917  Fixed failing test introduced by previous commit
c5b8d3b  Fixes #3740 - split dmi output on regex
25bf5c2  Fix virtual unit test on non-linux by stubbing kernel
9a00eae  Fixed #2313 - Somewhat essential hardware facts not available on OpenBSD, patch included
e19024b  Fixed #2938 - interfaces that don't match ^\w+[.:]?\d+ are ignored
97879f9  Added support for Slackware in operatingsystem and operatingsystemrelease
802e6c2  Fixed #3542 - Ruby 1.9: broken unittest, String#each no longer exists
2f016f3  Fixed #3541 - Ruby 1.9: broken unittest, unexpected invocation: Process.waitall()
84d3d9f  Fixed #3445 - Facter does not handle solaris branded zones properly
b5a8de0  Fix for #3411 install.rb should not put "." first in the tmp_dirs
8ea33eb  Fixed #3447 - OVS and OEL not matching in operatingsystemrelease
aeee83c  Fixed #3410 - Warnings in rake spec
8bf8cb5  Fixes #3397 - is_virtual fact does not detect Linux-VServer
62b6773  Add kvm support to virtual fact
dca615c  fixes #2573, #2085, #1291 - fixes domain and fqdn facts resolution
86447c8  Revert "use popen3 in Resolution.exec"
7750f03  Fix #2341 - stricter handling of dmidecode split
f4269d9  Fix #2746 - add architecture support for GNU/kFreeBSD
50cef83  Fix missing error case
356cf15  Remove whitespace in DMI facts (#3008, #3011)
feecd39  Only ignore IPs starting with 127.
68fc123  Added package signing task
33fb770  use popen3 in Resolution.exec to catch stderr
8109806  introduce a warn mechanism for debugging
b2c1ca5  Add docs to Mac OS X package creation script and clean out old docs in the preflight
5412eab  Fixed : 2788 - ftools missing in Ruby 1.9
5b95a12  Fixes #2704. Problem finding install.rb three levels up
9aef69e  Removed all ChangeLog
2010-09-10 07:56:40 +00:00
taca
63b6f996e1 Update sysutils/ruby-directory-watcher to 1.3.2.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.


== 1.3.2 / 2010-04-09

* 1 bug fix
  - removing the now defunct "tasks" folder from the deployed gem

== 1.3.1 / 2009-10-26

* 1 bug fix
  - explicitly killing the Rev loop when stopping

== 1.3.0 / 2009-10-21

* 2 major enhancements
  - added support for Rev based notifications
  - added support for EventMachine based notifications

* 1 minor enhancement
  - pulled out the scanner thread into its own class

== 1.2.0 / 2009-04-12

* 2 minor enhancements
  - added an option to persist state to a file [Benjamin Thomas]
  - the option to run the directory watcher scanner manually

== 1.1.2 / 2008-12-14

* 1 minor bugfix
  - fixed directory creation if the watched directory did not exist
2010-09-10 07:54:20 +00:00
taca
a5aa9a267f Update sysutils/ruby-activesambaldap to 0.0.8.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.


== 0.0.8: 2009-09-22

* [#26692] scaffold_active_samba_ldap doesn't work with Rails 2.2.2.
  [Orlando Marquina]
* [#26814] scaffold_active_samba_ldap generates wrong class name.
  [Orlando Marquina]
* Supported ActiveLdap 1.2.0.

== 0.0.7: 2009-07-18

* Supported ActiveLdap 1.1.0.
* Supported gem plugin.
2010-09-10 07:53:14 +00:00
taca
804870a460 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Comment out none existing MASTER_SITES.  gem files are still available.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
2010-09-10 07:52:13 +00:00
taca
a24788f3d1 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
2010-09-10 07:50:03 +00:00
taca
573eb0b264 * Add LICENSE.
* Remove RUBY_HAS_ARCHLIB.
* Chante PKG_DESTDIR_SUPPORT to user-destdir.
* Add patch to support both ruby18 and ruby19.
2010-09-10 07:49:07 +00:00
taca
bc7d38a763 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 07:47:05 +00:00
taca
882aa84fba * Add LICENSE.
* Update dependency according to gemspec.
2010-09-10 07:46:31 +00:00
taca
2f9cb6cd71 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 07:45:12 +00:00
taca
f8874bf937 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.


=== 2.0.23 / 03 Jun 2010

* delay CHANNEL_EOF packet until output buffer is empty [Rich Lane]

Previously, calling #eof! after #send_data would result in the CHANNEL_EOF
packet being sent immediately, ahead of the data in the output buffer. Now
buffer becomes empty.


=== 2.0.22 / 20 Apr 2010

* Fix for: "Parsing the config errors out because it coerces the "1" into an integer and then tries to split it on spaces for multiple host checking." (http://net-ssh.lighthouseapp.com/projects/36253/tickets/10) [Lee Marlow]


=== 2.0.21 / 20 Mar 2010

* Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement is given (http://net-ssh.lighthouseapp.com/projects/36253/tickets/9-identifyfile-in-sshconfig-does-not-work-if-no-host-statement-is-given#ticket-9-5) [xbaldauf, Delano Mandelbaum]

* Fix for client closes a forwarded connection, but the server is reading, net-ssh terminates with IOError socket closed (http://net-ssh.lighthouseapp.com/projects/36253/tickets/7) [Miklós Fazekas]

* Fix for client force closes (RST) a forwarded connection, but server is reading, net-ssh terminates with exception [Miklós Fazekas]

* Fix for server closes the sending side, the on_eof is not handled. [Miklós Fazekas]

* Removed Hanna dependency in Rakefile [Delano Mandelbaum]


=== 2.0.20 / 10 Feb 2010

* Support "ProxyCommand none" directive [Andy Lo-A-Foe]

=== 2.0.19 / 16 Jan 2010

* Support plus sign in sshconfig hostname [Jason Weathered]

=== 2.0.18 / 15 Jan 2010

* Fix related to #recv(1) to #readpartial change in 2.0.16 [Hans de Graaff, Delano Mandelbaum]


=== 2.0.17 / 14 Dec 2009

* Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Reeder, Delano Mandelbaum]
2010-09-10 07:44:40 +00:00
taca
69f1fe4d53 Update security/ruby-net-sftp to 2.0.5.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.


=== 2.0.5 / 19 Aug 2010

* Fixed missing StringIO exception in download! [Toby Bryans, Delano Mandelbaum]
2010-09-10 07:43:45 +00:00
taca
fffb1a76a9 Update security/ruby-net-scp to 1.0.3.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.

=== 1.0.3 / 17 Aug 2010

* replace :sanitize_file_name with a call to String#shellescape [Sung Pae]
* Added gemspec file and removed echoe dependency [Miron Cuperman, Delano Mandelbaum]
* Removed Hanna dependency in Rakefile [Delano Mandelbaum]
2010-09-10 07:42:48 +00:00
taca
ff7742c82a Update security/ruby-ezcrypto to 0.7.2.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.

Changes are unknown.
2010-09-10 07:41:46 +00:00
taca
2e576f5f32 * Ajust new ruby package's framework. 2010-09-10 07:40:32 +00:00
taca
6fc2afdf7d Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 07:40:00 +00:00
taca
eb7ba28e08 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
2010-09-10 07:38:56 +00:00