Sha256: 1bdf2bf7619e6a4a031d8cf992b7aebc327cfc18cb4352b64b43251b53abe687
Contents?: true
Size: 1009 Bytes
Versions: 1
Compression:
Stored size: 1009 Bytes
Contents
Gem::Specification.new do |s| s.name = "rpg-tools" s.version = "0.2.3" s.authors = ["Eduardo Casanova Cuesta"] s.summary = "RPG Tools is a compilation of helpful tools when developing a Role Playing Game (RPG). For now the gem has three classes: Die, Throw and CheckRoll. " s.description = "RPG Tools is a compilation of helpful tools when developing a Role Playing Game (RPG). For now the gem has three classes: Die, Throw and CheckRoll." s.email = "ecasanovac@gmail.com" s.homepage = "https://github.com/roendal/rpg-tools" s.files = `git ls-files`.split("\n") # Gem dependencies # s.add_runtime_dependency 'rails', '>= 3.0.0' # Development Gem dependencies # # Testing database s.add_development_dependency 'sqlite3-ruby' # Debugging if RUBY_VERSION < '1.9' s.add_development_dependency 'ruby-debug' end # Specs s.add_development_dependency 'rspec-rails' # Fixtures s.add_development_dependency 'factory_girl' # Integration testing s.add_development_dependency 'capybara' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rpg-tools-0.2.3 | rpg-tools.gemspec |