Sha256: edbae314aa0fc9faf11abcab9630bbcf16a3be5a837ea60556c33061d96be5c1
Contents?: true
Size: 730 Bytes
Versions: 1
Compression:
Stored size: 730 Bytes
Contents
# Look in the tasks/setup.rb file for the various options that can be # configured in this Rakefile. The .rake files in the tasks directory # are where the options are used. begin require 'bones' Bones.setup rescue LoadError begin load 'tasks/setup.rb' rescue LoadError raise RuntimeError, '### please install the "bones" gem ###' end end ensure_in_path 'lib' require 'twibot' task :default => 'test:run' PROJ.name = 'twibot' PROJ.authors = 'Christian Johansen' PROJ.email = 'christian@cjohansen.no' PROJ.url = 'http://github.com/cjohansen/twibot/' PROJ.version = Twibot::VERSION PROJ.rubyforge.name = 'twibot' PROJ.readme_file = 'Readme.rdoc' PROJ.rdoc.remote_dir = 'twibot' depend_on "twitter4r", "0.3.1"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twibot-0.1.0 | Rakefile |