diff --git a/.slather.yml b/.slather.yml deleted file mode 100644 index 23fc6a402..000000000 --- a/.slather.yml +++ /dev/null @@ -1,6 +0,0 @@ -ci_service: travis_ci -coverage_service: coveralls -xcodeproj: Parse.xcodeproj -ignore: - - Tests/* - - Vendor/* diff --git a/Gemfile b/Gemfile index 7d7bbc762..fe0c2fca6 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,6 @@ source 'https://rubygems.org' gem 'rake' gem 'plist' gem 'naturally', '~> 1.3.2' -gem 'slather' gem 'xcpretty' gem 'xcodeproj' gem 'cocoapods' diff --git a/Gemfile.lock b/Gemfile.lock index e74e1428a..c8606c9c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,6 @@ GEM thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) claide (0.9.1) - clamp (0.6.5) cocoapods (0.38.2) activesupport (>= 3.2.15) claide (~> 0.9.1) @@ -41,20 +40,13 @@ GEM fuzzy_match (2.0.4) i18n (0.7.0) json (1.8.3) - mini_portile (0.6.2) minitest (5.8.0) molinillo (0.3.1) nap (0.8.0) naturally (1.3.2) netrc (0.7.8) - nokogiri (1.6.6.2) - mini_portile (~> 0.6.0) plist (3.1.0) rake (10.4.2) - slather (1.8.1) - clamp (~> 0.6) - nokogiri (~> 1.6.3) - xcodeproj (~> 0.26.2) thread_safe (0.3.5) tzinfo (1.2.2) thread_safe (~> 0.1) @@ -72,7 +64,6 @@ DEPENDENCIES naturally (~> 1.3.2) plist rake - slather xcodeproj xcpretty