From 015ba989acef3fe019b8393b7a2e3a7653b40075 Mon Sep 17 00:00:00 2001 From: Ke Xu Date: Mon, 19 Jun 2017 14:03:29 +0900 Subject: [PATCH] update gem lock --- Gemfile.lock | 6 +++--- danger-eslint.gemspec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc0c1d5..63a0ba5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - danger-eslint (0.1.0) + danger-eslint (0.1.1) danger-plugin-api (~> 1.0) GEM @@ -19,7 +19,7 @@ GEM colored2 (3.1.2) cork (0.3.0) colored2 (~> 3.1) - danger (5.3.0) + danger (5.3.1) claide (~> 1.0) claide-plugins (>= 0.9.2) colored2 (~> 3.1) @@ -132,4 +132,4 @@ DEPENDENCIES yard (~> 0.8) BUNDLED WITH - 1.15.0 + 1.15.1 diff --git a/danger-eslint.gemspec b/danger-eslint.gemspec index ebe3b4f..8c98f87 100644 --- a/danger-eslint.gemspec +++ b/danger-eslint.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |spec| spec.version = Eslint::VERSION spec.authors = ['leonhartX'] spec.email = ['leonhartx.k@gmail.com'] - spec.description = %q{A short description of danger-eslint.} - spec.summary = %q{A longer description of danger-eslint.} + spec.description = %q{A Danger plugin for linting javascript with eslint.} + spec.summary = %q{A Danger plugin for linting javascript with eslint.} spec.homepage = 'https://github.com/leonhartX/danger-eslint' spec.license = 'MIT'