Sha256: 208fded749905b9938dc09d6bd9846a5e017f055c6a5322a2d357da9c4123d2b

Contents?: true

Size: 742 Bytes

Versions: 9

Compression:

Stored size: 742 Bytes

Contents

# encoding: utf-8

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'rake'

require 'jeweler'
Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
  gem.name = "travian_bot"
  gem.homepage = "http://github.com/raskhadafi/travian_bot"
  gem.license = "MIT"
  gem.summary = %Q{Travian bot}
  gem.description = %Q{A little bot for travian.}
  gem.email = "roman.simecek@cyt.ch"
  gem.authors = ["Roman Simecek"]
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
travian_bot-0.3.0 Rakefile
travian_bot-0.2.4 Rakefile
travian_bot-0.2.3 Rakefile
travian_bot-0.2.2 Rakefile
travian_bot-0.2.1 Rakefile
travian_bot-0.2.0 Rakefile
travian_bot-0.1.2 Rakefile
travian_bot-0.1.1 Rakefile
travian_bot-0.1.0 Rakefile