Skip to content

v0.3.0 (July 11, 2013)

Compare
Choose a tag to compare
@remomueller remomueller released this 11 Jul 13:57
· 412 commits to master since this release

Enhancements

  • Tests now hide passing tests by default
    • To show all tests, use spout tv, or bundle exec rake
  • Tests now include check for variable and domain name uniqueness across folders
    • include Spout::Tests::VariableNameUniqueness
    • include Spout::Tests::DomainNameUniqueness
  • Tests now allow datetime as a valid variable type
  • Exports will now create a folder based on the version specified in the VERSION file located in the root of the data dictionary
    • If a version is specified, spout export 1.0.1 then the command line version is used
    • If no version is specified, and no VERSION file exists, then the default 1.0.0 is used
    • The version must be specified on the first line in the VERSION file
  • Spout can now create a new Spout project in a folder that was cloned from a Git repository
  • Use of Ruby 2.0.0-p247 is now recommended

Bug Fix

  • DomainExistenceValidation tests are now case-insensitive