Sha256: ea5180b4119cae3afe1094e4ee6965d5cb0f2790f2410d40ef47665f4c913c12

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "percentable"
  spec.version       = Percentable::VERSION
  spec.authors       = ["Eric Roberts"]
  spec.email         = ["ericroberts@gmail.com"]
  spec.summary       = "Small gem to make working with percents easier."
  spec.description   = "Small gem to make working with percents easier. Includes methods to make selected rails attributes return percents."
  spec.homepage      = "https://github.com/ericroberts/percentable"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  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.6"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
percentable-0.0.1 percentable.gemspec