Sha256: 816887746ee462d6306ff9f85e10d75aed65730ef369d0a064aa646b9aca65e8

Contents?: true

Size: 806 Bytes

Versions: 6

Compression:

Stored size: 806 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "trustygems/version"

Gem::Specification.new do |s|
  s.name        = "trustygems"
  s.version     = Trustygems::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Eric Sipple"]
  s.email       = ["sipple@trustarts.org"]
  s.homepage    = "https://github.com/pgharts/trustygems"
  s.summary     = %q{Standaridizing gem deploy commands, regardless of destination.}
  s.description = %q{Standaridizing gem deploy commands, regardless of destination.}

  s.add_dependency "rake"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

6 entries across 5 versions & 2 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.1.0/gems/trustygems-0.2.1/trustygems.gemspec
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/trustygems-0.2.1/trustygems.gemspec
trustygems-0.2.1 trustygems.gemspec
trustygems-0.2.0 trustygems.gemspec
trustygems-0.1.0 trustygems.gemspec
trustygems-0.0.7 trustygems.gemspec