1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Add gem build test to check for removed methods.

c07b9cf4f1
This commit is contained in:
Josef Šimánek 2020-04-19 18:16:41 +02:00 committed by Hiroshi SHIBATA
parent 856cbbdd52
commit 832a7b0458
Notes: git 2020-05-08 07:39:24 +09:00
4 changed files with 33 additions and 1 deletions

View file

@ -0,0 +1,14 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rubyforge"
s.version = "0.0.1"
s.platform = "ruby"
s.require_paths = ["lib"]
s.summary = "A very bar gem"
s.authors = ["unknown"]
s.license = 'MIT'
s.homepage = 'http://example.com'
s.files = ['README.md']
s.rubyforge_project = 'abc'
end