Sha256: 0edd823fe67a40094676151c6a97a64b11b83cad01e649dfbfd4aad6e9762a28
Contents?: true
Size: 983 Bytes
Versions: 4
Compression:
Stored size: 983 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'excelizer/version' Gem::Specification.new do |spec| spec.name = "excelizer" spec.version = Excelizer::VERSION spec.authors = ["Arturo Puente"] spec.email = ["arturopuentevc@gmail.com"] spec.description = "An Excel helper for Rails project. It integrates with ActiveRecord models and other space magic." spec.summary = "An Excel helper for Rails project" spec.homepage = "https://github.com/arturopuente/excelizer" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_dependency "spreadsheet" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
excelizer-0.1.0 | excelizer.gemspec |
excelizer-0.0.9 | excelizer.gemspec |
excelizer-0.0.8 | excelizer.gemspec |
excelizer-0.0.7 | excelizer.gemspec |