mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/ostruct] Move gemspec
This commit is contained in:
parent
48d1acdf25
commit
49d94248eb
1 changed files with 0 additions and 0 deletions
21
lib/ostruct/ostruct.gemspec
Normal file
21
lib/ostruct/ostruct.gemspec
Normal file
|
@ -0,0 +1,21 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "ostruct"
|
||||
spec.version = "0.1.0"
|
||||
spec.authors = ["Marc-Andre Lafortune"]
|
||||
spec.email = ["ruby-core@marc-andre.ca"]
|
||||
|
||||
spec.summary = %q{Class to build custom data structures, similar to a Hash.}
|
||||
spec.description = %q{Class to build custom data structures, similar to a Hash.}
|
||||
spec.homepage = "https://github.com/ruby/ostruct"
|
||||
spec.license = "BSD-2-Clause"
|
||||
|
||||
spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "ostruct.gemspec"]
|
||||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_development_dependency "bundler"
|
||||
spec.add_development_dependency "rake"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue