parsi-date.gemspec in parsi-date-0.1.pre vs parsi-date.gemspec in parsi-date-0.1

- old
+ new

@@ -8,11 +8,11 @@ s.version = Parsi::Date::VERSION s.platform = Gem::Platform::RUBY s.author = 'Hassan Zamani' s.email = 'hsn.zamani@gmail.com' s.homepage = 'http://github.com/hzamani/parsi-date' - s.summary = 'Parsi (Jalali, Iranian, Persian) date library for Ruby' - s.description = "A Parsi date library for Ruby whitch provides much of Ruby's built-in date class" + s.summary = 'Solar Hijri (Jalali, Persian, Parsi) date library for Ruby' + s.description = "A date library for Ruby based on Iran's standard calandar, whitch provides much of Ruby's built-in date class" # Load Paths... s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")