Commit 9c014bbc authored by Ashton Williams's avatar Ashton Williams

`pod spec create` will use `"v#{s.version}"` too. Note the 'v'

parent 67ceecc1
......@@ -101,6 +101,7 @@ module Pod
data[:ref_type] = ':tag'
data[:ref] = versions_tags[version]
data[:ref] = '#{s.version}' if "#{version}" == versions_tags[version]
data[:ref] = 'v#{s.version}' if "v#{version}" == versions_tags[version]
end
data
end
......
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