Sha256: c39c51bde50f1bbcdb0914193d6affc108190fc99efb884a68884952799b0fb3

Contents?: true

Size: 787 Bytes

Versions: 2

Compression:

Stored size: 787 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)

require 'intuition/version'

Gem::Specification.new do |s|
  s.name        = 'intuition'
  s.version     = Intuition::VERSION
  s.platform    = Gem::Platform::RUBY

  s.summary     = 'Reporting'
  s.description = 'Reporting'
  s.authors     = ['Anton Zhavoronkov']
  s.email       = 'anton.zhavoronkov@gmail.com'
  s.homepage    = 'https://github.com/AntonZh/intuition'

  s.add_development_dependency 'bundler', '>= 1.0.0'
  s.add_development_dependency 'rspec', '~> 3.4.0'
  s.add_development_dependency 'simplecov', '~> 0.10.0'
  s.add_development_dependency 'guard-rspec', '~> 4.6.4'
  s.add_development_dependency 'ffaker', '~> 2.1.0'

  s.files        = `git ls-files`.split("\n")
  s.require_path = 'lib'

  s.license     = 'MIT'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
intuition-0.0.1.alpha2 intuition.gemspec
intuition-0.0.1.alpha1 intuition.gemspec