Projects tagged ‘ruby’ and ‘rubygems’


[5 total ]

3 Users

awesome gem hosting
Created 3 months ago.

1 Users

Trapeze generates a suite of unit tests or specifications for existing Ruby source code. This is accomplished through dynamic analysis, by reflecting on the public interfaces of classes, modules and ... [More] top-level methods defined in the source. Trapeze then exercises each object, module and method, recording the behavior of the code. This recorded behavior is captured in a suite of test cases or specifications that can be rendered as test code or executable specifications. In essence, Trapeze is a tool for characterizing Ruby source code. Trapeze lets you fly high as you maintain and enhance a Ruby codebase that lacks test or spec coverage, knowing that you have a regression safety net underneath you. [Less]
Created about 1 year ago.

1 Users
 

Tanzanite is an interface for RubyGems and DebPack. It makes it extremely easy to maintain multiple versions of a program, and most importantly, have a RubyGem use a Debian package as a dependancy. ... [More] This way a gem and a Debian package can both require the Ruby-GTK bindings, and the user only has to have one installation of these bindings. DebPack does the grunt work, Tanzanite makes it easy. [Less]
Created about 1 year ago.

1 Users

this is a ruby based music composer software so far I have created a github to work from and within the app i have created a scales system and supports 16 channels of midi along with a chord ... [More] progression system that works but in a very rough state.. [Less]
Created about 1 year ago.

0 Users

RStack uses rspec instead of test/unit and integrates with CruiseControl.rb. This is really, really basic. More features will be added as required. Usagerstack fooGenerated Rakefilerequire ... [More] 'rubygems' require 'rstack' require File.join(File.dirname(__FILE__), 'lib', 'foo', 'version') RStack::Configuration.new do |config| config.name = 'foo' config.summary = '[ENTER A SUMMARY]' config.author = 'jeremy burks' config.email = '[ENTER YOUR EMAIL]' config.url = '[ENTER A PROJECT URL]' config.version = Foo::Version::STRING endRStack::Configuration Defaultsconfig.name = '[ENTER A NAME]' config.summary = '[ENTER A SUMMARY]' config.author = '[ENTER A AUTHOR]' config.email = '[ENTER YOUR EMAIL]' config.url = '[ENTER A PROJECT URL]' config.version = '0.1.0' config.platform = Gem::Platform::RUBY config.spec_globs = FileList['spec/**/*_spec.rb'] config.package_globs = FileList['[a-zA-Z]*', 'bin/**/*', 'lib/**/*', 'spec/**/*'] config.require_path = 'lib' config.has_rdoc = false config.out_path = ENV["CC_BUILD_ARTIFACTS"] || 'out' config.executables = [] config.extra_dependencies = [] [Less]
Created about 1 year ago.