Sha256: 01b7821d9db853ef578ac506b9d6d53f947741fdaa41ce7e3994ccbf17bd0b39

Contents?: true

Size: 1.27 KB

Versions: 5

Compression:

Stored size: 1.27 KB

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'light_operations/version'

Gem::Specification.new do |spec|
  spec.name          = 'light_operations'
  spec.version       = LightOperations::VERSION
  spec.authors       = ['Pawel Niemczyk']
  spec.email         = ['pniemczyk.info@.gmail.com']
  spec.summary       = %q{Light operations}
  spec.description   = %q{Light operations for success or fail result}
  spec.homepage      = 'https://github.com/pniemczyk/light_operations'
  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_runtime_dependency 'activesupport', '>= 3.0.2'
  spec.add_development_dependency 'bundler', '>= 1.6'
  spec.add_development_dependency 'rake', '~> 10.4'
  spec.add_development_dependency 'rspec', '~> 3.0'
  spec.add_development_dependency 'guard', '~> 2.12'
  spec.add_development_dependency 'guard-rspec', '~> 4.5'
  spec.add_development_dependency 'guard-rubocop', '~> 1.2'
  spec.add_development_dependency 'coveralls', '~> 0.7'
  spec.add_development_dependency 'awesome_print', '~> 1.6'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
light_operations-0.1.1 light_operations.gemspec
light_operations-0.1.0 light_operations.gemspec
light_operations-0.0.9 light_operations.gemspec
light_operations-0.0.8 light_operations.gemspec
light_operations-0.0.7 light_operations.gemspec