Wednesday November 19th, 2008
3.2
From RubyForge Project News, 14 hours ago,
0 comments
Iwget is going well, but... I am probably not going to release any handlers for Rapidshare and alike (sorry guys :/) since those would violate the TOS of the filehosters and well... I don't want to go to jail... However it will be possible for you to write your own plugins, if you want to, even though I don't encourage you to since using those would be illegal as well. But hey, thats totally up to you...
Tuesday November 18th, 2008
5.6
From RubyForge Project News, 1 day ago,
0 comments
Ruby Setup is a fork of Minero Aokoi's setup.rb, as an improved standalone application. This release restores the metaconfig api, and takes a different approach to auto-testing.
4.1
From RubyForge Project News, 1 day ago,
0 comments
This release has more small bug fixes and minor improvements:
* a backtrace now warns when it thinks the callstack is truncated which it gets by comparing with caller()
* fix setting $0.
* fix bug in showing variables in post-mortem
* Document how Debugger.start with a block is intended to be used.
* Move Kernel#debugger from ruby-debug-base into ruby-debug
* Get regression tests working again
* Warn and add a "confirmation" when setting a breakpoint on a file that is not loaded.
5.6
From RubyForge Project News, 1 day ago,
0 comments
Redclothcoderay has been released. Redclothcoderay integrates CodeRay with RedCloth by adding a <source> tag.
More information is available at http://redclothcoderay.rubyforge.org/ .
Monday November 17th, 2008
5.6
From RubyForge Project News, 2 days ago,
0 comments
XDG 0.5.1 has been released. This release makes one minor change, deprecating the #data_work method (which turns out not to make any sense).
5.0
From RubyForge Project News, 2 days ago,
0 comments
* Added C language target
* Added calculator examples for C, Java, Ruby and Scheme
* Changed multi-line comments to /* */ style
* Changed wildcard symbol in grammar tester from *. to *
* Improved error reporting
* Improved build system syntax
* Improved code generation backends
* Upgraded Waxeye codebase to PLT version 4
* GitHub repo at http://github.com/orlandodarhill/waxeye/tree/master
5.0
From RubyForge Project News, 2 days ago,
0 comments
reek version 0.3.1 has been released!
detects smells in Ruby code
Changes:
## 0.3.1 2008-11-17
* Minor enhancements:
* Uncommunicative Name now checks instance variables more thoroughly
* Uncommunicative Name now warns about names of the form 'x2'
* Added check for duplicated calls within a method
* Reduced scope of Feature Envy warnings to cover only overuse of lvars
* Added rdoc comments explaining what each smell is about
* Chained iterators are no longer mis-reported as nested
Sunday November 16th, 2008
5.0
From RubyForge Project News, 3 days ago,
0 comments
Searchlogic has been updated to 1.5.4. Searchlogic is object based ActiveRecord searching, ordering, pagination, and more!
More information is available at http://github.com/binarylogic/searchlogic .
Saturday November 15th, 2008
5.0
From RubyForge Project News, 4 days ago,
0 comments
Eric Farrar from the SQLAnywhere project has independently released a new DBD. You can find it here: http://rubyforge.org/projects/sqlanywhere/.
Friday November 14th, 2008
5.0
From RubyForge Project News, 5 days ago,
0 comments
Authlogic has been updated to 1.1.1. Authlogic is a clean, simple, and unobtrusive ruby authentication solution.
More information is available at http://github.com/binarylogic/authlogic .
5.0
From RubyForge Project News, 5 days ago,
0 comments
Authlogic has been updated to 1.1.2. Authlogic is a clean, simple, and unobtrusive ruby authentication solution.
More information is available at http://github.com/binarylogic/authlogic .
Thursday November 13th, 2008
5.0
From RubyForge Project News, 6 days ago,
0 comments
ispell version 0.1.0 has been released!
This is a ruby interface to the once popular Ispell package.
Please keep in mind, that every instance forks an ispell process.
It was since then mostly superseeded by Aspell, but still remains quite
useful. Especially it has a good support for Russian using ru-ispell
dictionaries.
Ispell is a fast screen-oriented spelling checker that shows you your
errors in the context of the original file, and suggests possible
corrections when it can figure them out. Compared to UNIX spell, it
is faster and much easier to use. Ispell can also handle languages
other than English.
Changes:
### 0.1.0 / 2008-11-13
* Birthday!
5.0
From RubyForge Project News, 6 days ago,
0 comments
Authlogic has been updated to 1.1.0. Authlogic is a clean, simple, and unobtrusive ruby authentication solution.
More information is available at http://github.com/binarylogic/authlogic .
Wednesday November 12th, 2008
5.0
From RubyForge Project News, 7 days ago,
0 comments
TZInfo version 0.3.12 has been released (based on version 2008i of the underlying tz data).
Gem, zip and tar.gz files can be found at http://rubyforge.org/frs/?group_id=894. You can use 'gem update' to upgrade if you already have the tzinfo gem installed.
Changes in this release:
* Updated to tzdata version 2008i (http://article.gmane.org/gmane.comp.time.tz/2440).
5.4
From RubyForge Project News, 7 days ago,
0 comments
rubigen version 1.3.4 has been released!
A framework to allow Ruby applications to generate file/folder stubs (like the rails command does for Ruby on Rails, and the ‘script/generate’ command within a Rails application during development).
Changes:
## 1.3.4 2008-11-12
* ruby_app: fixed reference to non-existent version.rb [jperkins]