rubyspec / rubyspec

Executable specification for the Ruby programming language using RSpec syntax.

This URL has Read+Write access

rubyspec / version.rb
100644 4 lines (3 sloc) 0.04 kb
1
2
3
4
module RubySpec
  VERSION = "0.6.1"
end