ostaptan/self_rateable

View on GitHub
self_rateable.gemspec

Summary

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

Gem::Specification.new do |spec|
  spec.name          = "self_rateable"
  spec.version       = SelfRateable::VERSION
  spec.authors       = ["ostaptan"]
  spec.email         = ["ostap.solomon@gmail.com"]
  spec.description   = %q{Clean, powerful, customizable, simple, configurable, gem for displaying and handling ratings, likes, or stars for ActiveRecord model.}
  spec.summary       = %q{Gem for displaying and handling ratings, likes, or stars for ActiveRecord model.}
  spec.homepage      = "https://github.com/ostaptan/self_rateable"
  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"
  spec.add_development_dependency 'rspec', '~> 3.2'
end