pesapal.gemspec in pesapal-0.2.1 vs pesapal.gemspec in pesapal-1.0.0
- old
+ new
@@ -3,10 +3,10 @@
require "pesapal/version"
Gem::Specification.new do |spec|
spec.name = "pesapal"
spec.version = Pesapal::VERSION
- spec.date = "2013-10-13"
+ spec.date = Time.new.getlocal("+03:00").strftime("%Y-%m-%d")
spec.authors = ["Job King'ori Maina"]
spec.email = ["j@kingori.co"]
spec.description = "Make authenticated Pesapal API calls without the fuss!"
spec.summary = "Make authenticated Pesapal API calls without the fuss! Handles all the oAuth stuff abstracting any direct interaction with the API endpoints so that you can focus on what matters. Building awesome."
spec.homepage = "http://rubydoc.info/gems/pesapal/"
\ No newline at end of file