Sha256: 4e49e47ed9c4fc96873e62587f8167157f956e26ef32cd2a7a33a51fc18a6835
Contents?: true
Size: 739 Bytes
Versions: 5
Compression:
Stored size: 739 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 "mbbx6spp-twitter4r", "0.3.1"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
twibot-0.1.1 | Rakefile |
twibot-0.1.4 | Rakefile |
twibot-0.1.3 | Rakefile |
twibot-0.1.5 | Rakefile |
twibot-0.1.2 | Rakefile |