> Looks correct to me. You still might want to provide the check method > as it provides an interface for versioning checks. > > So now you should be able to report the version from within your app > via: > Delish::Version::STRING So if I did end up using the check method would I do something like this Delish::Version::check(GTK::Version, Delish::Version::GTK_VERSION) # Some gtk code here Or something like that? What's the use of this if the gemspec already has dependencies like this? Thanks again for your help! -fREW -- Posted via http://www.ruby-forum.com/.