[DRE-commits] [SCM] ruby-extlib.git branch, upstream, created. f4195105a0f60f9912a96037d25d62ad88998299

Dan Kubb dan.kubb at gmail.com
Mon Apr 30 18:44:06 UTC 2012


The branch, upstream has been created
        at  f4195105a0f60f9912a96037d25d62ad88998299 (commit)

- Shortlog ------------------------------------------------------------
commit f4195105a0f60f9912a96037d25d62ad88998299
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Sat Feb 19 00:54:15 2011 -0800

    Updated Rakefile to use jeweler 1.5.2

commit 7513f6ff6083e4d522cc78c4578e971383c27644
Author: snusnu <gamsnjaga at gmail.com>
Date:   Fri Nov 26 12:18:13 2010 +0100

    Ignore all Gemfile variants apart from the original

commit 42bb7ba6d269351bfc4a5566e981ec22a34cbce0
Author: snusnu <gamsnjaga at gmail.com>
Date:   Fri Nov 26 12:18:07 2010 +0100

    The Rakefile needs no execute permissions

commit f54d775f868941ceb2c43d154e719c73e9366596
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Fri Jun 4 19:16:15 2010 -0700

    Explicitly require "uri" for 1.9.2-preview3+
    
    * The URI namespace is not automatically loaded in 1.9.2-preview3 and above
    * Moved constant declaration to the top of the class
    * Froze constant (in general constants should be frozen)
    * Reordered require statements for core libs to be alphabetical
    
    [#1304 state:resolved]

commit 53055ee072bfa39640d6eee9713378bca3cde833
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Wed Jun 2 11:01:48 2010 -0700

    Added specs for extra singularization rules
    
    * The words cactuses and indexes can't be round-tripped, and there are
      no specs for them. I want to ensure that no future changes break these
      singularizations.

commit 3dc07e6305e3957053a24eaf2d71da99a9e862c2
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Wed Jun 2 10:55:59 2010 -0700

    Fixed incorrect spec names

commit f392832ff15787a36a90db615f358e6ae6a736f7
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Wed Jun 2 10:55:45 2010 -0700

    Updated gemspec

commit 0516ecb64d9b82b79dd928878e1456719e7e45bc
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Wed Jun 2 10:43:29 2010 -0700

    Added exception for inflection of drive <-> drives
    
    * The pluralization of drive -> drives worked fine, but singularization
      of drives -> drive did not.

commit 268063f2d558ab6f914aade9844fdac711a9c931
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Wed Jun 2 10:41:40 2010 -0700

    Fixed incorrect spec name
    
    * Removed extra whitespace from specs

commit 573577effb9abc5c4cc753ead13a99669c5d2c62
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Wed Jun 2 10:37:44 2010 -0700

    Sorted inflection word exceptions alphabetically
    
    * No rules were changed/added/removed in this commit

commit 4652aae751760a71a2af8e22584ad2a1ee484c70
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Wed Jun 2 10:33:13 2010 -0700

    Minor formatting change to inflection rule definitions
    
    * No rules were changed/added/removed in this commit

commit 4f9d475cdeda40b4ecd2c6b188abd65c3e7ddd3e
Author: Brad Greenlee <brad at wesabe.com>
Date:   Thu Apr 8 17:38:21 2010 -0700

    Fix Hash#to_params to URI encode query keys and values
    
    Signed-off-by: Dan Kubb <dan.kubb at gmail.com>

commit f1ee5a5f2950512ee7680501a89f48c35406f837
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Wed May 26 12:05:54 2010 -0700

    Updated rake/rcov tasks to match other DM gems

commit 25c50e38aefb5e601cfac6a85d5ccf581e4a8a1a
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Wed May 26 12:05:19 2010 -0700

    Added paths to ignore in coverage reports

commit bdb8b8f919118258907dc2f82b997a7fc7c875f8
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Wed May 26 11:53:36 2010 -0700

    Update the copyright date

commit 72078047fffca84dffbd6f5eceb4765c66007fa5
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Wed May 26 11:50:31 2010 -0700

    Changed usage of be_true and be_false to be(true) and be(false) in specs
    
    * This is due to a somewhat recent change in rspec, where be_true now
      passes if the value is anything other than nil or false. Previously
      it would only pass if the value was a TrueClass instance; but now it's
      based on whether the object would return true in boolean context.
    
      Likewise be_false now passes if the value is nil or false, and previously
      it would only pass if the value was a FalseClass instance.
    
      I'm not a big fan of methods that are expected to return boolean
      returning anything other than those values. It's not enough that
      it return something that evaluates to true or false in boolean
      context.

commit b182171602c61e52ffd758e896b1c8b8a7d164f9
Author: Dan Kubb <dan.kubb at gmail.com>
Date:   Tue May 18 22:57:37 2010 -0700

    Bumped version to 0.9.16

-----------------------------------------------------------------------

-- 
ruby-extlib.git



More information about the Pkg-ruby-extras-commits mailing list