Sha256: 9c465f7d860e71c9c6f8a4fede8e5a0a97137829b092c8954e4f9d92dbf35db2

Contents?: true

Size: 878 Bytes

Versions: 1

Compression:

Stored size: 878 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "emotion"
  spec.version       = Emotion::VERSION
  spec.authors       = ["Ivan Zarea"]
  spec.email         = ["zarea.ion@gmail.com"]
  spec.description   = %q{Add some emotion to your code. Use English.}
  spec.summary       = %q{Emotion changes the way you express yourself in Ruby. And that's good}
  spec.homepage      = ""
  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_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
emotion-0.0.1 emotion.gemspec