cocoapods-trunk.gemspec in cocoapods-trunk-0.4.0 vs cocoapods-trunk.gemspec in cocoapods-trunk-0.4.1
- old
+ new
@@ -1,12 +1,12 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-require 'trunk/version'
+require 'cocoapods_trunk'
Gem::Specification.new do |spec|
spec.name = "cocoapods-trunk"
- spec.version = Cocoapods::Trunk::VERSION
+ spec.version = CocoaPodsTrunk::VERSION
spec.authors = ["Eloy DurĂ¡n"]
spec.email = ["eloy.de.enige@gmail.com"]
spec.summary = "Interact with trunk.cocoapods.org"
spec.homepage = ""
spec.license = "MIT"