Skip to content

Commit

Permalink
updated to support danger 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriomazzeo committed Aug 30, 2016
1 parent 459295f commit e29ea67
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
27 changes: 19 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
danger-xcodebuild (0.0.2)
danger (~> 2.1)
danger-xcodebuild (0.0.3)
danger (~> 3.0)

GEM
remote: https://rubygems.org/
Expand All @@ -15,27 +15,31 @@ GEM
open4 (~> 1.3)
coderay (1.1.1)
colored (1.2)
cork (0.1.0)
cork (0.2.0)
colored (~> 1.2)
danger (2.1.1)
danger (3.0.3)
claide (~> 1.0)
claide-plugins (> 0.9.0)
colored (~> 1.2)
cork (~> 0.1)
faraday (~> 0)
faraday (~> 0.9)
faraday-http-cache (~> 1.0)
git (~> 1)
gitlab (~> 3.7.0)
kramdown (~> 1.5)
octokit (~> 4.2)
terminal-table (~> 1)
diff-lcs (1.2.5)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.0)
faraday-http-cache (1.3.1)
faraday (~> 0.8)
ffi (1.9.14)
formatador (0.2.5)
git (1.3.0)
gitlab (3.7.0)
httparty (~> 0.13.0)
terminal-table
guard (2.14.0)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
Expand All @@ -50,12 +54,17 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
kramdown (1.11.1)
httparty (0.13.7)
json (~> 1.8)
multi_xml (>= 0.5.2)
json (1.8.3)
kramdown (1.12.0)
listen (3.0.7)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
lumberjack (1.0.10)
method_source (0.8.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
nap (1.1.0)
nenv (0.3.0)
Expand Down Expand Up @@ -91,8 +100,10 @@ GEM
faraday (~> 0.8, < 0.10)
shellany (0.0.1)
slop (3.6.0)
terminal-table (1.6.0)
terminal-table (1.7.0)
unicode-display_width (~> 1.1)
thor (0.19.1)
unicode-display_width (1.1.0)
yard (0.9.5)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion danger-xcodebuild.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_runtime_dependency 'danger', '~>2.1'
spec.add_runtime_dependency 'danger', '~>3.0'

# General ruby development
spec.add_development_dependency 'bundler', '~> 1.3'
Expand Down
2 changes: 1 addition & 1 deletion lib/xcodebuild/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Xcodebuild
VERSION = "0.0.2".freeze
VERSION = "0.0.3".freeze
end

0 comments on commit e29ea67

Please sign in to comment.