minitest version 5.0.2 has been released! Published 2013-05-20 @ 15:46 minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Ki...
hoe version 3.6.1 has been released! Published 2013-05-10 @ 16:06 Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage, maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your us...
minitest version 5.0.0 has been released! Published 2013-05-10 @ 16:02 minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Ki...
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/server/src/main/java/org/apache/xmlrpc/server/RequestProcessorFactoryFactory.java?view=markup just look at that url for a second… (if it doesn’t go off screen, that is) the domain… sure. whatever. viewvc . yeah. k. webservices/xmlr...
minitest version 4.7.4 has been released! Published 2013-05-01 @ 15:42 minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Ki...
zenweb-template version 1.0.1 has been released! Published 2013-04-25 @ 16:27 Simply provides an example zenweb template website. Changes: 1.0.1 / 2013-04-25 1 bug fix: Fixed YAML that works in syck but not psych. home: https://github.com/seattlerb/zenweb-template rdoc: http://docs.se...
ruby2ruby version 2.0.5 has been released! Published 2013-04-25 @ 16:06 ruby2ruby provides a means of generating pure ruby code easily from RubyParser compatible Sexps. This makes making dynamic language processors in ruby easier than ever! Changes: 2.0.5 / 2013-04-25 2 bug fixes: Fix...
RubyGems How-To: Preventing Catastrophe Published 2008-10-01 @ 13:47 I’m about to put out a flood of releases, several of which are “dot-ohs” and are not fully backwards compatible. In doing so, I knew that projects dependent on my projects (including some of my own) might break. Here...
minitest-macruby version 1.0.1 has been released! Published 2013-04-22 @ 19:03 minitest-macruby provides extensions to minitest for macruby UI testing. It provides a framework to test GUI apps in a live instance. Documentation and examples are light at the moment as I’ve just thrown t...
minitest-excludes version 1.0.2 has been released! Published 2013-04-22 @ 19:00 minitest/excludes.rb extends MiniTest::Unit::TestCase to provide a clean API for excluding certain tests you don’t want to run under certain conditions. Changes: 1.0.2 / 2013-04-22 1 bug fix: Fixed depende...
minitest-debugger version 1.0.1 has been released! Published 2013-04-22 @ 18:56 This is a stupid simple example of how easy it is to make a minitest plugin that does something useful. In this case it wraps assert so that failed assertions will drop into the ruby debugger. Changes: 1.0...
minitest version 4.7.3 has been released! Published 2013-04-20 @ 17:59 minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Ki...
zenweb version 3.1.1 has been released! Published 2013-04-18 @ 16:21 Zenweb is a set of classes/tools for organizing and formating a website. It is website oriented rather than webpage oriented, unlike most rendering tools. It is content oriented, rather than style oriented, unlike mo...
ZenTest version 4.9.1 has been released! Published 2013-04-18 @ 16:19 ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby. zentest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker ...
RubyInline version 3.12.2 has been released! Published 2013-04-18 @ 16:17 Inline allows you to write foreign code within your ruby code. It automatically determines if the code in question has changed and builds it only when necessary. The extensions are then automatically loaded into...
minitest version 4.7.2 has been released! Published 2013-04-18 @ 16:16 minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Ki...
flog version 4.0.0 has been released! Published 2013-04-18 @ 16:11 Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in. Changes: 4.0.0 / 2013-04-18 1 major enhancement: Renamed Flog#methods to #method_scores. (makaroni...
hoe version 3.6.0 has been released! Published 2013-04-18 @ 15:54 Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage, maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your us...
makerakeworkwell version 1.0.3 has been released! Published 2013-04-16 @ 17:36 make/rake/work/well provides two simple modifications to rake that make working with file tasks cleaner, easier, and faster. Changes: 1.0.3 / 2013-04-16 1 bug fix: Removed gem activation from the code. No l...
ruby_parser version 3.1.3 has been released! Published 2013-04-09 @ 20:13 ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc–which does by default use a C extension). RP’s output is the same as ParseTree’s output: s-expressions using ruby’s arrays and base types. A...
minitest version 4.7.1 has been released! Published 2013-04-09 @ 20:10 minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Ki...
flay version 2.2.0 has been released! Published 2013-04-09 @ 17:43 Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored. Making this totally rad. Changes: 2.2....
hoe-seattlerb version 1.3.0 has been released! Published 2013-04-09 @ 17:28 Hoe plugins providing tasks used by seattle.rb including minitest, perforce, and email providing full front-to-back release/annouce automation. Changes: 1.3.0 / 2013-04-09 3 minor enhancements: Added history r...
sexp_processor version 4.2.1 has been released! Published 2013-04-09 @ 17:21 sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc… all for your language processing pleasure. Changes: 4.2.1 / 2013-04-09 1 b...
hoe version 3.5.3 has been released! Published 2013-04-09 @ 17:19 Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage, maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your us...
omnifocus-github version 1.4.1 has been released! Published 2013-04-09 @ 16:31 Plugin for omnifocus gem to provide github BTS synchronization. Support for Github Enterprise: In your git config, set the key omnifocus-github.accounts to a space separated list of github accounts. git con...
Save this in ~/Library/Scripts/Applications/Safari/ and name it something like “Split Window at Tab”. It isn’t perfect, as it seems to reopen the url instead of just moving the tab. That might interrupt any transient data in your current session. But it is good enough for me to fire u...
The file this test came from is chock full of tests written just like this one. What exactly is it testing? The test name implies that it is testing remove_column when there is a multi-column index. Does the test ensure that remove_column
I can quickly think of 2 ways to detect that b is similar to a & c . The first is to apply some sort of tree-based distance algorithm to the diagonal matrix of all applicable nodes and reporting any combinations that have a distance under a certain threshold. Quite frankly, I’m hesita...
ruby2ruby version 2.0.4 has been released! Published 2013-03-28 @ 14:43 ruby2ruby provides a means of generating pure ruby code easily from RubyParser compatible Sexps. This makes making dynamic language processors in ruby easier than ever! Changes: 2.0.4 / 2013-03-28 1 bug fix: Fixed...