Sha256: 79da3b2fab4cdbeb77e8f0abf9cbaad9808cac2ff6d89f5106d8354b3345d17b
Contents?: true
Size: 1004 Bytes
Versions: 1
Compression:
Stored size: 1004 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", "~> 10.0" spec.add_dependency "spreadsheet", "~> 1.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
excelizer-0.2.0 | excelizer.gemspec |