Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
UUIDTools was designed to be a simple library for generating any
of the various types of UUIDs. It conforms to RFC 4122 whenever
possible.
|
|
|
|
Support library for DataMapper and Merb.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.
Changes are too many to write here, please refer History.txt.
|
|
* 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.
=== 2.0.4 / 2010-02-28
* Stubbed out login and logout commands to print a warning and return
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
=== 1.2.5 / 2010-09-01
* 4 minor enhancements:
* Added braces to hash args surrounded if in a binary method call.
* Added rewrite_resbody to double check structure and freak if necessary.
* Added stress task
* rewrite_rescue now detects rescue with multiple arguments.
* 2 bug fixes:
* Fixed dstr/dregex/d* roundtripping problem
* Fixed up call arg processing to be more correct and to work with the new sexp form
|
|
* Correct LICENSE.
* Ajust new ruby package's framework; no need to patch rakefile.rb.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
v0.4.6 Add support for oneway methods.
v0.4.5. Fix broken retries.
v0.4.4. Default to 0 retries rather than the number of servers.
|
|
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
Changes are unknown.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
Changes are unknown.
|
|
* Ajust new ruby package's framework.
|
|
* Add LICENSE (unknown).
* Remove default value of GEM_BUILD.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
=== 3.0.5 / 2010-09-01
* 2 minor enhancements:
* Added in_context to clean up code.
* optimize inspect to avoid needlessly caching @line
=== 3.0.4 / 2010-03-27
* 1 minor enhancement:
* Added line number to pretty_print output if $VERBOSE
|
|
* Update MASTER_SITES.
* Add LICENSE.
* Remove default value of GEM_BUILD.
== 3.4.1 (2005-11-20)
* [CHANGE] do not apply *.rb filter for lib/**.
* [CHANGE] updates "#!/usr/bin/env ruby" on --shebang=ruby (it is default).
* [fix] --shebang option did not work.
* [fix] --without-ext option did not work.
* [fix] default --rubypath value should include file extension. (Thanks U.Nakamura)
* [fix] task SHOW, SETUP, TEST, CLEAN, DISTCLEAN with any argument wrongly caused exception.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both
Changes are too may to write here, please refer:
http://rspec.info/documentation/changes-rspec.html
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
2008-08-28 01:36 javanthropus
* ChangeLog (tags: REL_0_4_0): pre-tag commit
2008-08-28 01:36 javanthropus
* Rakefile (tags: REL_0_4_0): Update rdoc2rf task to use rsync and
more generic remote path specification
2008-08-27 23:30 javanthropus
* lib/rgl/base.rb (tags: REL_0_4_0): Preparing for 0.4.0 release
2008-08-26 20:07 javanthropus
* lib/rgl/dot.rb, lib/rgl/rdot.rb, tests/TestRdot.rb: Move the DOT
module into the RGL module
* This eliminates a class conflict with the DOT module from rdoc
when building RGL's documentation * Also remove the superfluous
DOT prefixes from class names in the DOT module
2008-08-24 06:16 javanthropus
* Rakefile: Remove some comments I accidentally left in while
testing rdoc functionality
2008-08-24 06:03 javanthropus
* Rakefile, lib/rgl/transitiv_closure.rb, lib/rgl/transitivity.rb,
tests/TestTransitiveClosure.rb, tests/TestTransitivity.rb:
Feature 21641: Added transitive reduction functionality
* Updated the gem description to announce this functionality *
Moved the transitive closure functionality into the
transitivity.rb file along with the transitive reduction
funtionality * Modifed the transitiv_closure.rb file to simply
load the transitivity.rb file for backward compatibility * Moved
all transitivity tests into TestTransitivity.rb
2008-08-23 15:45 javanthropus
* lib/rgl/condensation.rb, lib/rgl/transitiv_closure.rb,
tests/TestTransitiveClosure.rb: Defect 21630: Fixed transitive
closure
* The fix is based on the algorithm described in the
documentation for the implementation of transitive closure in
Boost * Along with the fix, performance is improved to O(|V||E|)
* This implementation needs graph condensation, so that function
was added as well * More tests were added to cover more corner
cases
2008-08-23 05:40 javanthropus
* tests/TestGraph.rb: Update basic graph tests to account for
graphs with edgeless vertices Also clean up some minor formatting
and assertion issues
2008-08-23 05:37 javanthropus
* lib/rgl/adjacency.rb: Defect 21609: Fix the to_adjacency method
to preserve edgeless vertices
2008-03-18 15:03 javanthropus
* lib/rgl/rdot.rb, tests/TestRdot.rb: More reliably detect and
handle newlines embedded within IDs and labels
|
|
|
|
No functional change.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
Changes are too may to write here, but it seems to support Ruby 1.9 as well.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2009-11-14 OZAWA Takuma
* version 0.3.0 released.
2009-11-10 OZAWA Takuma
* rbtree.c: applied patches for Ruby 1.9 by Florian Gilcher and
Nobu Nakada. Thanks.
http://redmine.ruby-lang.org/issues/show/2348
* test.rb: ditto.
* extconf.rb: ditto.
* extconf.rb: remove options for only gcc.
* test.rb (test_inspect): correct recursion tests.
* rbtree.c (rbtree_to_s_recursive): should return if recursive.
* test.rb (test_to_s): add recursion tests.
|
|
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
No change are available.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
== 1.6.3 - 2-Oct-2009
* Updated Windows platform handling code to include mingw and cygwin.
* Added the :gem rake task.
* Minor gemspec updates.
* Some minor test suite updates.
== 1.6.2 - 4-Aug-2009
* Now compatible with Ruby 1.9.x.
* License changed to Artistic 2.0.
* Added the Pathname.pwd method as a synonym for Pathname.new(Dir.pwd).
* Modified Pathname#dirname so that you can specify a level that indicates
how many levels up you want to retrieve. For example, if your path was
'/usr/local/bin', then path.dirname(2) would return '/usr'.
* Now compatible with Ruby 1.9.x.
* Bumped required version of the facade library to 1.0.4.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update dependency according to gemspec.
=== 3.0.6 / 2010-09-01
* 1 bug fix:
* fixed requires (e-tobi)
=== 3.0.5 / 2010-03-27
* 1 bug fix:
* Fixed NODE_METHOD but also commented that you shouldn't ever see it naturally (tmm1)
|
|
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
=== 2.0.5 / 2010-09-01
* 1 minor enhancement:
* Started merging like lexical cases to try to squeeze some optimization out
|
|
* Add LICENSE.
* Remove default value of GEM_BUILD.
|
|
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Don't install by gem.
* Add patch to support both ruby18 and ruby19.
|
|
|
|
* Add LICENSE.
* Ajust new ruby package's framework.
|
|
* Update HOMEPAGE.
* Add LICENSE (but unkown).
* Remove default value of GEM_BUILD.
|
|
* Add LICENSE.
* Add a patch to support both ruby18 and ruby19.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
Changes may be too may, please refer http://log4r.rubyforge.org/.
|
|
* Remove default value of GEM_BUILD.
|
|
* Remove default value of GEM_BUILD.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update dependency according to gemspec.
=== 3.8.6 / 2010-09-03
* 1 bug fix:
* Had to fix the ZenTest dependency to work with the whole 4.x series
=== 3.8.5 / 2010-09-01
* 1 bug fix:
* Added DLDFLAGS to compiler flags to fix OSX linking on 1.9.2
=== 3.8.4 / 2009-12-09
* 1 bug fix:
* Clean up example.rb and force removal of ~/.ruby_inline
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
== 1.6.1
* Fixed raw_no_echo_mode so that it uses stty -icanon rather than cbreak
as cbreak does not appear to be the posixly correct argument. It fails
on Solaris if cbreak is used.
* Fixed an issue that kept Menu from showing the correct choices for
disambiguation.
* Removed a circular require that kept Ruby 1.9.2 from loading HighLine.
* Fixed a bug that caused infinite looping when wrapping text without spaces.
* Fixed it so that :auto paging accounts for the two lines it adds.
* On JRuby, improved error message about ffi-ncurses. Before 1.5.3,
HighLine was silently swallowing error messages when ffi-ncurses gem
was installed without ncurses present on the system.
* Reverted Aaron Simmons's patch to allow redirecting STDIN on Windows. This
is the only way we could find to restore HighLine's character reading to
working order.
|
|
* Update dependency according to gemspec.
Bump PKGREVISION.
|
|
|
|
* Ajust new ruby package's framework, changing dependency pattern.
|
|
|
|
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
Changes are unknown.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
Changes for 0.8.6 and 0.8.7 are unknown.
== Version 0.8.5
* Fixed warning about a void context.
* hsh() argument matcher now reports its matching constraints in error
messages.
== Version 0.8.4
* Added support for rails 2.2.x in should_render_view.
|
|
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
== 1.0.4 - 3-Aug-2009
* Fixed a symbol vs string issue for Ruby 1.9.x.
== 1.0.3 - 21-Jul-2009
* License changed to Artistic 2.0.
* Documentation updates.
* Test file renamed to test_facade.rb.
* Some Rakefile and gemspec updates
* One test modified so that it passes with 1.9.x as well.
|
|
* Remove default value of GEM_BUILD.
|
|
* Add LICENSE.
* Ajust new ruby package's framework.
|