couchrest_model/lib/couchrest/model.rb

11 lines
125 B
Ruby

module CouchRest
module Model
VERSION = File.read(File.expand_path('../../../VERSION', __FILE__)).strip
end
end