1
0
Fork 0

Add one_gadget

This commit is contained in:
Carlos Mogas da Silva 2021-05-21 14:18:36 +01:00
parent cc81f3aa22
commit f72b9631d6
7 changed files with 135 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,12 @@
diff -u a/bindata.gemspec b/bindata.gemspec
--- a/bindata.gemspec 2021-05-21 13:29:34.158562502 +0100
+++ b/bindata.gemspec 2021-05-21 13:42:00.930029375 +0100
@@ -12,7 +12,7 @@
s.require_path = 'lib'
s.extra_rdoc_files = ['NEWS.rdoc']
s.rdoc_options << '--main' << 'NEWS.rdoc'
- s.files = `git ls-files`.split("\n")
+ s.files = Dir['lib/**/*.rb'] + %w(README.md)
s.license = 'Ruby'
s.add_development_dependency('rake')