Sha256: 3d7b035e8dc2e884fb0a5b0ceba2b0a917488a76d772da19a066985cd247dc9b
Contents?: true
Size: 780 Bytes
Versions: 4
Compression:
Stored size: 780 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/humanize-bytes/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Paulo Henrique Lopes Ribeiro"] gem.email = %q{plribeiro3000@gmail.com} gem.description = %q{Convert Byte, Kbyte, MByte, Gbyte into each other} gem.summary = %q{Humanize bytes Gem} gem.homepage = "" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "humanize-bytes" gem.require_paths = %w(lib) gem.version = Humanize::Bytes::VERSION gem.add_development_dependency "rake" gem.add_development_dependency "rspec", ">= 2.0.0" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
humanize-bytes-1.0.0 | humanize-bytes.gemspec |
humanize-bytes-0.1.0 | humanize-bytes.gemspec |
humanize-bytes-0.0.2 | humanize-bytes.gemspec |
humanize-bytes-0.0.1 | humanize-bytes.gemspec |