mustang.gemspec in mustang-0.0.1 vs mustang.gemspec in mustang-0.1.0
- old
+ new
@@ -1,8 +1,11 @@
# -*- ruby -*-
begin
Ore::Specification.new do |gemspec|
+ gemspec.files += `git ls-files`
+ gemspec.extensions << "ext/mustang/extconf.rb"
+ gemspec.require_paths = ["lib", "ext"]
end
rescue NameError
begin
require 'ore/specification'
retry