Sha256: f8093c5859d185b86c0be837fe3217765fad0645489cbe3f8b17f9e9d4acf6a2
Contents?: true
Size: 848 Bytes
Versions: 6
Compression:
Stored size: 848 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/chozo/version', __FILE__) Gem::Specification.new do |s| s.authors = ["Jamie Winsor"] s.email = ["jamie@vialstudios.com"] s.description = %q{A collection of supporting libraries and Ruby core extensions} s.summary = s.description s.homepage = "https://github.com/reset/chozo" s.license = "Apache 2.0" s.files = `git ls-files`.split($\) s.executables = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) } s.test_files = s.files.grep(%r{^(spec)/}) s.name = "chozo" s.require_paths = ["lib"] s.version = Chozo::VERSION s.required_ruby_version = ">= 1.9.1" s.add_runtime_dependency 'activesupport', '>= 3.2.0' s.add_runtime_dependency 'multi_json', '>= 1.3.0' s.add_runtime_dependency 'hashie' end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
chozo-0.6.0 | chozo.gemspec |
chozo-0.5.0 | chozo.gemspec |
chozo-0.4.2 | chozo.gemspec |
chozo-0.4.1 | chozo.gemspec |
chozo-0.4.0 | chozo.gemspec |
chozo-0.3.0 | chozo.gemspec |