Sha256: e4bbd6d2c89ddf86e6f99a6a1328efe5bc15452df5f728da05035e2539d3f6c4

Contents?: true

Size: 924 Bytes

Versions: 1

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.0.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

1 entries across 1 versions & 1 rubygems

Version Path
noodall-0.1.0 noodall.gemspec