From b215f7a3c4e389139105f7416c9dbad3997924b9 Mon Sep 17 00:00:00 2001 From: Kazuaki MATSUO Date: Fri, 4 Jan 2019 18:43:54 +0900 Subject: [PATCH] bump 0.7.0 --- .gitignore | 1 + lib/droid/monitor/version.rb | 2 +- sample/Gemfile.lock | 38 ------------------------------------ 3 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 sample/Gemfile.lock diff --git a/.gitignore b/.gitignore index a64cc6d..3f7de8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /.bundle/ /.yardoc /Gemfile.lock +sample/Gemfile.lock /_yardoc/ /coverage/ /pkg/ diff --git a/lib/droid/monitor/version.rb b/lib/droid/monitor/version.rb index 8250a26..d654b01 100644 --- a/lib/droid/monitor/version.rb +++ b/lib/droid/monitor/version.rb @@ -2,6 +2,6 @@ module Droid module Monitor - VERSION = '0.6.1' + VERSION = '0.7.0' end end diff --git a/sample/Gemfile.lock b/sample/Gemfile.lock deleted file mode 100644 index ddea4ff..0000000 --- a/sample/Gemfile.lock +++ /dev/null @@ -1,38 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - ast (2.4.0) - clockwork (2.0.3) - tzinfo - droid-monitor (0.6.1) - faml - haml - tilt - escape_utils (1.2.1) - faml (0.8.1) - escape_utils - haml_parser (>= 0.4.0) - parser - temple (>= 0.7.0) - tilt - haml (5.0.4) - temple (>= 0.8.0) - tilt - haml_parser (0.4.1) - parser (2.5.1.0) - ast (~> 2.4.0) - temple (0.8.0) - thread_safe (0.3.6) - tilt (2.0.8) - tzinfo (1.2.5) - thread_safe (~> 0.1) - -PLATFORMS - ruby - -DEPENDENCIES - clockwork - droid-monitor - -BUNDLED WITH - 1.14.3