Sha256: c40fdc79d033fd72e2fd250d7badbd4c08ce11b48349728fc60b3886caee64df

Contents?: true

Size: 816 Bytes

Versions: 1

Compression:

Stored size: 816 Bytes

Contents

require File.expand_path('../lib/teacup/version.rb', __FILE__)
require File.expand_path('../lib/teacup/contributors.rb', __FILE__)

Gem::Specification.new do |gem|

  gem.authors  = Teacup::CONTRIBUTORS
  gem.description = <<-DESC
  Teacup is a community-driven DSL for making CSS-like templates for RubyMotion iOS
  apps.
  DESC

  gem.summary = 'CSS-like templates for RubyMotion.'
  gem.homepage = 'https://github.com/rubymotion/teacup'

  gem.files   = `git ls-files`.lines.map(&:strip)
  
  gem.executables = gem.files.grep(%r(^bin/)).map { |f| File.basename(f) }
  gem.test_files  = gem.files.grep(%r{^(test|spec|features)/})

  gem.name          = 'teacup'
  gem.require_paths = ['lib']
  gem.version       = "#{Teacup::VERSION}.pre"

  gem.add_dependency 'rake'
  gem.add_development_dependency 'rspec'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
teacup-0.0.1.pre teacup.gemspec