iso8601-basic.gemspec in iso8601-basic-0.1.1 vs iso8601-basic.gemspec in iso8601-basic-1.0.0
- old
+ new
@@ -1,10 +1,10 @@
$:.push File.expand_path('../lib', __FILE__)
-require 'iso8601/version'
+require 'iso8601_basic/version'
Gem::Specification.new do |s|
s.name = 'iso8601-basic'
- s.version = ISO8601::VERSION
+ s.version = ISO8601Basic::VERSION
s.date = Time.now.strftime('%Y-%m-%d')
s.authors = ['Oliver Morgan']
s.email = 'olly@ticketinghub.com'
s.homepage = 'https://github.com/ticketinghub/iso8601-basic'
s.description = s.summary = "Very basic implementation of the ISO8601 spec - http://en.wikipedia.org/wiki/ISO_8601"
\ No newline at end of file