diff --git a/Gemfile.lock b/Gemfile.lock index dd9b71da..b8fe725d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM tzinfo (~> 1.1) ansi (1.5.0) arel (6.0.3) - autoprefixer-rails (6.4.0.2) + autoprefixer-rails (6.4.0.3) execjs binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) @@ -95,7 +95,7 @@ GEM jbuilder (2.6.0) activesupport (>= 3.0.0, < 5.1) multi_json (~> 1.2) - jquery-rails (4.1.1) + jquery-rails (4.2.1) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -109,8 +109,8 @@ GEM lumberjack (1.0.10) mail (2.6.4) mime-types (>= 1.16, < 4) - meta-tags (2.1.0) - actionpack (>= 3.0.0) + meta-tags (2.2.0) + actionpack (>= 3.2.0) method_source (0.8.2) mime-types (3.1) mime-types-data (~> 3.2015) @@ -209,7 +209,7 @@ GEM tins (1.12.0) tzinfo (1.2.2) thread_safe (~> 0.1) - uglifier (3.0.1) + uglifier (3.0.2) execjs (>= 0.3.0, < 3) web-console (2.3.0) activemodel (>= 4.0) diff --git a/README.md b/README.md index 2871839e..8992299c 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,4 @@ systemd による制御を行なう場合は [systemd](doc/systemd.md) を参照 * 鯉([@koi-chan](https://github.com/koi-chan)) * ocha([@ochaochaocha3](https://github.com/ochaochaocha3)) +* らぁ([@raa0121](https://github.com/raa0121)) diff --git a/config/version.rb b/config/version.rb index 37ff9cfc..9fef9932 100644 --- a/config/version.rb +++ b/config/version.rb @@ -2,6 +2,6 @@ module LogArchiver class Application - VERSION = '0.0.3' + VERSION = '0.1.0' end end