Sha256: 7a59b24ba9018d628e2caaff3bb5d67c1f47a44d7b334adc5d5377ff1e153a90

Contents?: true

Size: 1.7 KB

Versions: 9

Compression:

Stored size: 1.7 KB

Contents

# frozen_string_literal: true

lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'hermes_messenger_of_the_gods/version'

Gem::Specification.new do |spec|
  spec.name          = 'hermes_messenger_of_the_gods'
  spec.version       = HermesMessengerOfTheGods::VERSION
  spec.authors       = ['Brian Malinconico', 'Stevie Vines']
  spec.email         = ['bmalinconico@terminus.com', 'stevievines@gmail.com']

  spec.summary       = 'Create and receive messages like a god!'
  spec.description   = 'Things'

  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
  # to allow pushing to a single host or delete this section to allow pushing to any host.
  if spec.respond_to?(:metadata)
    spec.metadata['allowed_push_host'] = 'https://rubygems.org'
  else
    raise 'RubyGems 2.0 or newer is required to protect against ' \
      'public gem pushes.'
  end

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

  spec.add_dependency 'activemodel', '> 4.2.3'
  spec.add_dependency 'activesupport', '> 4.2.3'
  spec.add_dependency 'aws-sdk-sns', '~> 1.0'
  spec.add_dependency 'aws-sdk-sqs', '~> 1.0'
  spec.add_dependency 'thor'
  spec.add_dependency 'rexml'

  spec.add_development_dependency 'bundler', '~> 2.0'
  spec.add_development_dependency 'memory_profiler'
  spec.add_development_dependency 'pry'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec', '~> 3.0'
  spec.add_development_dependency 'timecop'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hermes_messenger_of_the_gods-2.4.0.pre2 hermes_messenger_of_the_gods.gemspec
hermes_messenger_of_the_gods-2.4.0.pre1 hermes_messenger_of_the_gods.gemspec
hermes_messenger_of_the_gods-2.3.4 hermes_messenger_of_the_gods.gemspec
hermes_messenger_of_the_gods-2.3.3 hermes_messenger_of_the_gods.gemspec
hermes_messenger_of_the_gods-2.3.2 hermes_messenger_of_the_gods.gemspec
hermes_messenger_of_the_gods-2.3.1 hermes_messenger_of_the_gods.gemspec
hermes_messenger_of_the_gods-2.3.0 hermes_messenger_of_the_gods.gemspec
hermes_messenger_of_the_gods-2.2.0 hermes_messenger_of_the_gods.gemspec
hermes_messenger_of_the_gods-2.1.1 hermes_messenger_of_the_gods.gemspec