Sha256: 1cc00efe0d2981c8d5b91d3a878cc031edf4f7abde6aa7b8ecdce3d6d0ef860d

Contents?: true

Size: 648 Bytes

Versions: 58

Compression:

Stored size: 648 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/app_gem/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Florian Gilcher"]
  gem.email         = ["florian.gilcher@asquera.de"]
  gem.description   = %q{TODO: Write a gem description}
  gem.summary       = %q{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

58 entries across 58 versions & 3 rubygems

Version Path
padrino-core-0.15.3 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.15.2 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.15.1 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.15.0 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.14.4 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.14.3 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.12.9 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.14.2 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.13.3.4 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.14.1.1 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.14.1 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.14.0.2 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.14.0.1 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.14.0 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.14.0.rc2 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.14.0.rc1 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.13.3.3 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.13.3.2 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.12.8.1 test/fixtures/app_gem/app_gem.gemspec
padrino-core-0.13.3.1 test/fixtures/app_gem/app_gem.gemspec