Sha256: b3d08b6251e3224dabd2615e2aebae5f9c5c49f893f20cf93cd86e30d0c6436f
Contents?: true
Size: 797 Bytes
Versions: 3
Compression:
Stored size: 797 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'lucid/version' Gem::Specification.new do |gem| gem.name = "lucid" gem.version = Lucid::VERSION gem.authors = ["Jeff Nyman"] gem.email = ["jeffnyman@gmail.com"] gem.license = "MIT" gem.description = %q{Execution Wrapper for Cucumber} gem.summary = %q{Execution Wrapper for Cucumber} gem.homepage = "https://github.com/jnyman/lucid" gem.required_ruby_version = '>= 1.9.2' 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.require_paths = ["lib"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lucid-0.0.4 | lucid.gemspec |
lucid-0.0.3 | lucid.gemspec |
lucid-0.0.2 | lucid.gemspec |