Sha256: 54cdde286498d603677edfad0c4842c6c7d5a7007676701cdad0613af536afab
Contents?: true
Size: 752 Bytes
Versions: 1
Compression:
Stored size: 752 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{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"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roar-0.0.1.alpha1 | roar.gemspec |