Sha256: 24bed3da2fa1578c4e24efa920c193b469ed325f6ad87e67e44c9364ef3a4e74

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Ian Whitney"]
  gem.email         = ["ian@ianwhitney.com"]
  gem.description   = %q{Creates objects, converts them to Redis commands and executes the redis commands.}
  gem.summary       = %q{Creates objects, converts them to Redis commands and executes the redis commands.}
  gem.homepage      = "https://github.com/SeniorServiceAmerica/redis_importer"

  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          = "redis_importer"
  gem.require_paths = ["lib"]
  gem.version       = RedisImporter::VERSION

  gem.add_development_dependency "rspec"
  gem.add_dependency('gem_configurator')
  gem.add_dependency('csv_to_object')
  gem.add_dependency('redis_pipeline')
  gem.add_dependency('aws-s3')
  gem.add_dependency('active_support')
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis_importer-0.0.1 redis_importer.gemspec