Sha256: 44ffebba08b4bc3cdfa7f589b422bcee053b8a96be3be4e6dd9f7dbced28764f
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
require_relative "lib/dummy/version" Gem::Specification.new do |spec| spec.name = "dummy" spec.version = Dummy::VERSION spec.authors = ["Scott Young"] spec.email = ["scott.young@getbridge.com"] spec.homepage = "TODO" spec.summary = "TODO: Summary of Dummy." spec.description = "TODO: Description of Dummy." spec.license = "MIT" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host" # to allow pushing to a single host or delete this section to allow pushing to any host. spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here." spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here." spec.files = Dir.chdir(File.expand_path(__dir__)) do Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] end spec.add_dependency "rails", ">= 7.1.3" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bridge_cache-0.4.6 | test/dummy/dummy.gemspec |
bridge_cache-0.4.5 | test/dummy/dummy.gemspec |