Sha256: d670db5501511f0980db286d6b4f4af2f08f0ab7318859f39a88cab941d3474b
Contents?: true
Size: 614 Bytes
Versions: 2
Compression:
Stored size: 614 Bytes
Contents
require File.expand_path('lib/app_gem/version', __dir__) Gem::Specification.new do |gem| gem.authors = ["Florian Gilcher"] gem.email = ["florian.gilcher@asquera.de"] gem.description = 'TODO: Write a gem description' gem.summary = 'TODO: Write a gem summary' 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 = "app_gem" gem.require_paths = ["app", "lib"] gem.version = AppGem::VERSION end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
padrino-core-0.16.0.pre3 | test/fixtures/app_gem/app_gem.gemspec |
padrino-core-0.16.0.pre2 | test/fixtures/app_gem/app_gem.gemspec |