cocoapods-playgrounds.gemspec in cocoapods-playgrounds-0.0.3 vs cocoapods-playgrounds.gemspec in cocoapods-playgrounds-0.1.0

- old
+ new

@@ -4,13 +4,13 @@ require 'cocoapods-playgrounds/gem_version.rb' Gem::Specification.new do |spec| spec.name = 'cocoapods-playgrounds' spec.version = CocoapodsPlaygrounds::VERSION - spec.authors = ['Boris Bügling'] + spec.authors = ['Boris Bügling'] spec.email = ['boris@icculus.org'] spec.summary = 'Generates a Swift Playground for any Pod.' - spec.homepage = 'https://github.com/EXAMPLE/cocoapods-playgrounds' + spec.homepage = 'https://github.com/neonichu/ThisCouldBeUsButYouPlaying' spec.license = 'MIT' spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})