little changes: Rakefile
This commit is contained in:
parent
814bdb0061
commit
e59232f993
2
AUTHORS
Normal file
2
AUTHORS
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Justin Balthrop code.at.justinbalthrop.dot.com
|
||||||
|
Denis Knauf denis.dot.knauf.at.gmail.dot.com
|
6
Rakefile
6
Rakefile
|
@ -10,9 +10,9 @@ begin
|
||||||
gem.email = %w[code@justinbalthrop.com Denis.Knauf@gmail.com]
|
gem.email = %w[code@justinbalthrop.com Denis.Knauf@gmail.com]
|
||||||
gem.homepage = "http://github.com/DenisKnauf/bdb"
|
gem.homepage = "http://github.com/DenisKnauf/bdb"
|
||||||
gem.authors = ["Justin Balthrop", "Denis Knauf"]
|
gem.authors = ["Justin Balthrop", "Denis Knauf"]
|
||||||
gem.files = ["README.md", "VERSION", "ext/*.c", "ext/*.h", "lib/**/*.rb", "test/*.rb"]
|
gem.files = %w[AUTHORS README.md VERSION ext/*.c ext/*.h lib/**/*.rb test/*.rb]
|
||||||
gem.extensions = ["ext/extconf.rb"]
|
gem.extensions = %w[ext/extconf.rb]
|
||||||
gem.require_paths = ["ext", "lib"]
|
gem.require_paths = %w[ext lib]
|
||||||
end
|
end
|
||||||
Jeweler::GemcutterTasks.new
|
Jeweler::GemcutterTasks.new
|
||||||
rescue LoadError
|
rescue LoadError
|
||||||
|
|
Loading…
Reference in a new issue