Commit 60cfa872 by ivan Lan

Fix gemspec

parent 2fcaeb0f
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'weather/model/version'
require 'weather-model/version'
Gem::Specification.new do |spec|
spec.name = "weather-model"
spec.version = Weather::Model::VERSION
spec.version = WeatherModel::VERSION
spec.authors = ["Ivan Lan"]
spec.email = ["mumumumushu@gmail.com"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment