Sha256: aabb7ca93832d67fa35b5547b27f4084cf957c8323878198025b741df726591b

Contents?: true

Size: 1.07 KB

Versions: 42

Compression:

Stored size: 1.07 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'fe_core_ext/version'

Gem::Specification.new do |spec|
  spec.name          = "fe_core_ext"
  spec.version       = FeCoreExt::VERSION
  spec.authors       = ["Tetsu"]
  spec.email         = ['eisensand@gmail.com']

  spec.summary       = %q{Core class extensions}
  spec.description   = %q{Core class extensions that doesn't supported by active_recored core_ext}
  spec.homepage      = 'http://github.com/ironsand/fe_core_ext'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'activesupport'
  spec.add_development_dependency 'bundler', '~> 1.10'
  spec.add_development_dependency 'rake', '~> 10.0'
  #spec.add_development_dependency 'rspec', '~> 0'
  spec.add_development_dependency 'selenium-webdriver', '~> 0'
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
fe_core_ext-0.7.0 fe_core_ext.gemspec
fe_core_ext-0.6.0 fe_core_ext.gemspec
fe_core_ext-0.5.0 fe_core_ext.gemspec
fe_core_ext-0.4.0 fe_core_ext.gemspec
fe_core_ext-0.3.0 fe_core_ext.gemspec
fe_core_ext-0.2.2 fe_core_ext.gemspec
fe_core_ext-0.2.1 fe_core_ext.gemspec
fe_core_ext-0.1.49 fe_core_ext.gemspec
fe_core_ext-0.1.48 fe_core_ext.gemspec
fe_core_ext-0.1.47 fe_core_ext.gemspec
fe_core_ext-0.1.46 fe_core_ext.gemspec
fe_core_ext-0.1.45 fe_core_ext.gemspec
fe_core_ext-0.1.44 fe_core_ext.gemspec
fe_core_ext-0.1.43 fe_core_ext.gemspec
fe_core_ext-0.1.42 fe_core_ext.gemspec
fe_core_ext-0.1.41 fe_core_ext.gemspec
fe_core_ext-0.1.40 fe_core_ext.gemspec
fe_core_ext-0.1.39 fe_core_ext.gemspec
fe_core_ext-0.1.38 fe_core_ext.gemspec
fe_core_ext-0.1.37 fe_core_ext.gemspec