calc_sun.gemspec in calc_sun-1.2.7 vs calc_sun.gemspec in calc_sun-1.2.8
- old
+ new
@@ -7,14 +7,14 @@
spec.name = 'calc_sun'
spec.version = CalcSun::VERSION
spec.author = 'Douglas Allen'
spec.email = ['kb9agt@gmail.com']
spec.summary = 'Calculates Sun Times ea. rise, noon, set'
- spec.description = 'supply the date yyyy-mm-dd, latitude decimal, and
+ spec.description = 'supply the date as a Julian Day Number, latitude decimal, and
longitude decimal in the calls to each method
- rise(date, lat, lon),
- noon(date, lat, lon), and
- set(date, lat, lon)'
+ rise(jd, lat, lon),
+ noon(jd, lat, lon), and
+ set(jd, lat, lon)'
spec.homepage = 'https://github.com/DouglasAllen/calc_sun'
spec.license = 'MIT'
require 'English'
spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})