calc_sun.gemspec in calc_sun-1.2.6 vs calc_sun.gemspec in calc_sun-1.2.7
- old
+ new
@@ -19,10 +19,10 @@
require 'English'
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
require 'rake'
- spec.extensions << 'ext/calc_sun/extconf.rb'
+ spec.extensions << 'ext/calc_sun/extconf.rb' << 'ext/side_time/extconf.rb'
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.platform = Gem::Platform::RUBY
end