Sha256: da974f5ec9c17ffa8c0b80a6e21009e033037589470999eed99db16dd9cce506
Contents?: true
Size: 974 Bytes
Versions: 7
Compression:
Stored size: 974 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "roar/version" Gem::Specification.new do |s| s.name = "roar" s.version = Roar::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Nick Sutterer"] s.email = ["apotonick@gmail.com"] s.homepage = "http://rubygems.org/gems/roar" s.summary = %q{Resource-oriented architectures in Ruby.} s.description = %q{Streamlines the development of RESTful, resource-oriented architectures in Ruby.} s.rubyforge_project = "roar" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency "representable", ">= 1.2.8" s.add_development_dependency "rake" s.add_development_dependency "test_xml" s.add_development_dependency "minitest", ">= 2.8.1" end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
roar-0.11.11 | roar.gemspec |
roar-0.11.10 | roar.gemspec |
roar-0.11.9 | roar.gemspec |
roar-0.11.8 | roar.gemspec |
roar-0.11.7 | roar.gemspec |
roar-0.11.6 | roar.gemspec |
roar-0.11.5 | roar.gemspec |