Sha256: 40ea6e7eae323d65c134060f9ce3d01a6e246a2846df55e0cd4efa9d6af4d9fd
Contents?: true
Size: 748 Bytes
Versions: 1
Compression:
Stored size: 748 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/lotion/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Jeremy Ruppel"] gem.email = ["jeremy.ruppel@gmail.com"] gem.description = %q{Silky smooth helpers for RubyMotion} gem.summary = %q{Silky smooth helpers for RubyMotion} gem.homepage = "" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "lotion" gem.require_paths = ["lib"] gem.version = Lotion::VERSION gem.add_dependency 'rake', '>= 0.9.2.2' gem.add_development_dependency 'rspec', '>= 2.10.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lotion-0.0.1 | lotion.gemspec |