diff options
| author | Tom Black <[email protected]> | 2021-02-08 23:45:14 -0600 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2021-02-08 23:49:38 -0600 |
| commit | e80f7a44658db4226bac976a2b1af99babbe9e89 (patch) | |
| tree | 9406b05a30b74b871adc9be817ebcea279069631 /ruby2d.gemspec | |
| parent | 925208af8c444939813d89e105ffb31594d78206 (diff) | |
| download | ruby2d-e80f7a44658db4226bac976a2b1af99babbe9e89.tar.gz ruby2d-e80f7a44658db4226bac976a2b1af99babbe9e89.zip | |
Merge Simple 2D into gem
Diffstat (limited to 'ruby2d.gemspec')
| -rw-r--r-- | ruby2d.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby2d.gemspec b/ruby2d.gemspec index 7afa33d..0247802 100644 --- a/ruby2d.gemspec +++ b/ruby2d.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.files = Dir.glob('lib/**/*') + Dir.glob('assets/**/*') + - Dir.glob('ext/**/*.{c,js,rb}') + Dir.glob('ext/**/*.{h,c,rb}') s.extensions = ['ext/ruby2d/extconf.rb'] s.executables << 'ruby2d' end |
