Skip to content

Commit

Permalink
Merge pull request #5 from thibaudrobelain/trob_bump_xcodeproj_to_1.6.0
Browse files Browse the repository at this point in the history
Bump to require Xcodeproj >= 1.6.0 < 1.7.0
  • Loading branch information
noahsark769 authored Oct 5, 2018
2 parents 1350354 + d52adc1 commit d67a747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcodeproj-sort.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'xcodeproj-sort'
s.version = '1.0.2'
s.version = '1.0.4'
s.licenses = ['MIT']
s.summary = "Sort your xcodeproj file in a pre-commit hook."
s.description = %(
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/noahsark769/xcodeproj-sort-pre-commit-hook'
s.required_ruby_version = '>= 2.0.0'
s.executables = %w(xcodeproj-sort)
s.add_runtime_dependency 'xcodeproj', '~> 1.5.9'
s.add_runtime_dependency 'xcodeproj', '~> 1.6.0'
s.add_runtime_dependency 'claide', '~> 1.0'
s.metadata = { "source_code_uri" => "https://github.com/noahsark769/xcodeproj-sort" }
end

0 comments on commit d67a747

Please sign in to comment.