Sha256: 803ee1111953cbde750ee357b8465c18ca25b6878309d7755c4f036d980501b8
Contents?: true
Size: 1.15 KB
Versions: 4
Compression:
Stored size: 1.15 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'botolo/version' Gem::Specification.new do |spec| spec.name = "botolo" spec.version = Botolo::VERSION spec.authors = ["Paolo Perego"] spec.email = ["thesp0nge@gmail.com"] spec.description = %q{botolo is a bot engine written in ruby} spec.summary = %q{botolo is a bot engine written in ruby. With botolo you can focus on writing a set of actions your bot will execute every amount of seconds, minutes or whatever and implement those actions. The part of executing them and putting babies to sleep will be up to botolo.} spec.homepage = "http://codesake.com" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_dependency "twitter" spec.add_dependency "codesake_commons" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
botolo-0.32.0 | botolo.gemspec |
botolo-0.30.0 | botolo.gemspec |
botolo-0.21.0 | botolo.gemspec |
botolo-0.20.0 | botolo.gemspec |