diff --git a/cocoapods-deploy.gemspec b/cocoapods-deploy.gemspec index 7eaeb72..87b4fd7 100644 --- a/cocoapods-deploy.gemspec +++ b/cocoapods-deploy.gemspec @@ -1,9 +1,9 @@ # -*- encoding: utf-8 -*- -# stub: cocoapods-deploy 0.0.9 ruby lib +# stub: cocoapods-deploy 0.0.12 ruby lib Gem::Specification.new do |s| s.name = "cocoapods-deploy" - s.version = "0.0.11" + s.version = "0.0.12" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] @@ -11,7 +11,6 @@ Gem::Specification.new do |s| s.date = "2016-03-07" s.description = "Implement's bundler's --deployment functionality in CocoaPods." s.email = ["james@supmenow.com"] - # - Fix this its awful why do we need to declare everything s.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "cocoapods-deploy.gemspec", "lib/cocoapods-deploy/command.rb", "lib/cocoapods-deploy/command/deploy.rb", "lib/cocoapods-deploy/deploy_transformer.rb", "lib/cocoapods-deploy/deploy_analyzer.rb", "lib/cocoapods-deploy/deploy_downloader.rb", "lib/cocoapods-deploy/deploy_installer.rb", "lib/cocoapods-deploy/gem_version.rb", "lib/cocoapods-deploy.rb", "lib/cocoapods_plugin.rb", "spec/spec_helper.rb", "lib/cocoapods-deploy/patches/write_lockfile_patch.rb"] s.homepage = "https://github.com/jcampbell05/cocoapods-deploy" s.licenses = ["MIT"] @@ -19,8 +18,6 @@ Gem::Specification.new do |s| s.summary = "Implement's bundler's --deployment functionality in CocoaPods." s.test_files = ["spec/command/deploy_spec.rb", "spec/spec_helper.rb"] - # - Simplify this - # - Cocoapods 1.0 only if s.respond_to? :specification_version then s.specification_version = 4 diff --git a/lib/cocoapods-deploy/gem_version.rb b/lib/cocoapods-deploy/gem_version.rb index 2febdd3..2f55523 100644 --- a/lib/cocoapods-deploy/gem_version.rb +++ b/lib/cocoapods-deploy/gem_version.rb @@ -1,3 +1,3 @@ module CocoapodsDeploy - VERSION = "0.0.11" + VERSION = "0.0.12" end