gemspec: no need for require_paths
[kcar.git] / lib / kcar.rb
blob055e8da2673533f71bd0d3c660f49b38249cc019
1 # -*- encoding: binary -*-
2 module Kcar
4   # current version, currently 0.1.2
5   VERSION = '0.1.2'
7   autoload :Response, 'kcar/response'
8 end
10 require 'kcar/parser'
11 require 'kcar_ext'