Sha256: 7b28e517003dcae3b61fafc09eb8b11965d28d697a9dc7751be3c3dee92b1f3d

Contents?: true

Size: 1.21 KB

Versions: 17

Compression:

Stored size: 1.21 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "insxsync"
  spec.version       = InsxSync::VERSION
  spec.authors       = ["Jaremy Hatler"]
  spec.email         = ["jaremy.h@my1hr.com"]
  spec.description   = %q{Synchronizes data and configurations between development machines and My1HR's proprietary insurance exchange platform}
  spec.summary       = %q{Synchronizes data and configurations between development machines and My1HR's proprietary insurance exchange platform}
  spec.homepage      = ""
  spec.license       = "All Rights Reserved"
  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_runtime_dependency 'aws-sdk', '~> 1.0'
  spec.add_runtime_dependency 'nokogiri'
  spec.add_runtime_dependency 'highline'
  spec.add_runtime_dependency 'mysql'
  spec.add_development_dependency 'cucumber'
  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
insxsync-1.1.0 insxsync.gemspec
insxsync-1.0.1 insxsync.gemspec
insxsync-1.0.0 insxsync.gemspec
insxsync-0.0.14 insxsync.gemspec
insxsync-0.0.13 insxsync.gemspec
insxsync-0.0.12 insxsync.gemspec
insxsync-0.0.11 insxsync.gemspec
insxsync-0.0.10 insxsync.gemspec
insxsync-0.0.9 insxsync.gemspec
insxsync-0.0.8 insxsync.gemspec
insxsync-0.0.7 insxsync.gemspec
insxsync-0.0.6 insxsync.gemspec
insxsync-0.0.5 insxsync.gemspec
insxsync-0.0.4 insxsync.gemspec
insxsync-0.0.3 insxsync.gemspec
insxsync-0.0.2 insxsync.gemspec
insxsync-0.0.1 insxsync.gemspec