Ruleby / ruleby

the Rules Engine for Ruby
http://www.ruleby.org
Other
327 stars 42 forks source link

Malformed version number string 0.7-SNAPSHOT #15

Open ricpruss opened 14 years ago

ricpruss commented 14 years ago

Rake does not like the letters in the version in the Rakefile. git clone http://github.com/codeaspects/ruleby.git cd ruleby rake -T (in /Users/ric/code/ruleby) rake aborted! Malformed version number string 0.7-SNAPSHOT /Users/ric/code/ruleby/Rakefile:17

Removing the -SNAPSHOT fixes the rake.