Skip to content

Commit

Permalink
Implements fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Campbell committed May 28, 2017
1 parent 2dd54ba commit dd1ddb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions cocoapods-deploy.gemspec
Original file line number Diff line number Diff line change
@@ -1,26 1,23 @@
# -*- 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"]
s.authors = ["James Campbell"]
s.date = "2016-03-07"
s.description = "Implement's bundler's --deployment functionality in CocoaPods."
s.email = ["[email protected]"]
# - 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"]
s.rubygems_version = "2.4.8"
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

Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods-deploy/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
module CocoapodsDeploy
VERSION = "0.0.11"
VERSION = "0.0.12"
end

0 comments on commit dd1ddb1

Please sign in to comment.