Sha256: 9837b317d54a37cc2686feee225e67860f86853ef2e220dcb80adcad879b1ecb

Contents?: true

Size: 1.27 KB

Versions: 2

Compression:

Stored size: 1.27 KB

Contents

Gem::Specification.new do |s|
    s.name        = "storazzo"
    # TOSDO: copy approach from here to dry version calculating: https://github.com/rails/strong_parameters/blob/master/strong_parameters.gemspec#L15
    s.version     = File.read("VERSION").chomp # TODO cat version File.read(@,.VERSION).chomp
    s.summary     = "storazzo is an amazing gem. Code is in https://github.com/palladius/storazzo"
    s.description = "A simple gem to manage your external hard drives and extract MD5 and common stuff from them."
    s.authors     = ["Riccardo Carlesso"]
    s.email       = "name dot surname at popular Google-owned Mail"
    # Autoglob as per https://stackoverflow.com/questions/11873294/determining-the-gems-list-of-files-for-the-specification
    s.files = %w(Gemfile LICENSE README.md Makefile Rakefile storazzo.gemspec VERSION) +  Dir["{bin,lib,test,var}/**/*"] 
    s.test_files = Dir["test/**/*"] + Dir["var/test/**/*"] 
    s.executables = [
        # todo: everything in bin/
        "ricdisk-magic",
        "stats-with-md5",
        "hello-storazzo",
    ]
    s.homepage    = "https://rubygems.org/gems/storazzo" # maybe https://github.com/palladius/storazzo
    s.license       = "MIT"
    #s.add_dependency "activesupport", "~> 3.0"
    s.add_dependency "pry" # , "~> 3.0"
  end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
storazzo-0.4.10 storazzo.gemspec
storazzo-0.4.9 storazzo.gemspec