From 1a9dc9486b230c7de85973a5c0e0431b181ddd0a Mon Sep 17 00:00:00 2001 From: Yasuhito Takamiya Date: Fri, 2 Oct 2015 10:17:50 +0900 Subject: [PATCH] Update gems. --- .gitignore | 3 ++- .rubocop.yml | 6 ++++++ Gemfile.lock | 18 +++++++++--------- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index df8f528..8a26260 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ *.gem *.rbc /.config -/coverage/ /InstalledFiles +/bin/ +/coverage/ /pkg/ /spec/reports/ /test/tmp/ diff --git a/.rubocop.yml b/.rubocop.yml index d16f9ce..03b877f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,9 @@ +AllCops: + Exclude: + - bin/* + - tmp/**/* + - vendor/**/* + Style/StringLiterals: EnforcedStyle: single_quotes diff --git a/Gemfile.lock b/Gemfile.lock index 4accc1d..c3b2541 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GEM concord (0.1.5) adamantium (~> 0.2.0) equalizer (~> 0.0.9) - contracts (0.11.0) + contracts (0.12.0) coveralls (0.8.2) json (~> 1.8) rest-client (>= 1.6.8, < 2) @@ -82,7 +82,7 @@ GEM http-cookie (1.0.2) domain_name (~> 0.5) ice_nine (0.11.1) - inch (0.6.4) + inch (0.7.0) pry sparkr (>= 0.2.0) term-ansicolor @@ -105,16 +105,16 @@ GEM shellany (~> 0.0) parser (2.2.2.6) ast (>= 1.1, < 3.0) - phut (0.6.10) + phut (0.6.11) gli (~> 2.13.2) pio (~> 0.27.0) pry (~> 0.10.1) - pio (0.27.0) + pio (0.27.1) bindata (~> 2.1.0) powerpack (0.1.1) private_attr (1.1.0) procto (0.0.2) - pry (0.10.1) + pry (0.10.2) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) @@ -123,7 +123,7 @@ GEM rb-fsevent (0.9.6) rb-inotify (0.9.5) ffi (>= 0.5.0) - reek (3.3.1) + reek (3.5.0) parser (~> 2.2.2.5) private_attr (~> 1.1) rainbow (~> 2.0) @@ -148,7 +148,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.3.0) rspec-support (3.3.0) - rubocop (0.34.1) + rubocop (0.34.2) astrolabe (~> 1.3) parser (>= 2.2.2.5, < 3.0) powerpack (~> 0.1) @@ -172,11 +172,11 @@ GEM thor (0.19.1) thread_safe (0.3.5) tins (1.6.0) - trema (0.7.0) + trema (0.7.1) bundler (~> 1.10.6) gli (~> 2.13.2) phut (~> 0.6.10) - pio (~> 0.27.0) + pio (~> 0.27.1) rake unf (0.1.4) unf_ext