Sha256: 00faf75c519c298ac7bbc57328967f2663977781622ef2639754fa892ee0561a
Contents?: true
Size: 924 Bytes
Versions: 2
Compression:
Stored size: 924 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/noodall/version", __FILE__) Gem::Specification.new do |s| s.name = "noodall" s.version = Noodall::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Steve England', 'Beef'] s.email = ['noodall@wearebeef.co.uk'] s.homepage = "http://rubygems.org/gems/noodall" s.summary = "Noodall meta-gem that depends on the other components" s.description = "Noodall meta-gem that depends on the other components. UI and Core data objects." s.required_rubygems_version = ">= 1.3.6" s.add_dependency 'rails', "~> 3.1.1" s.add_dependency 'noodall-core', ">= 0" s.add_dependency 'noodall-ui', ">= 0" s.add_development_dependency "bundler", ">= 1.0.0" s.files = `git ls-files`.split("\n") s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
noodall-0.2.0.pre.2 | noodall.gemspec |
noodall-0.2.0.pre.1 | noodall.gemspec |