Skip to content

Commit

Permalink
ライブラリの更新・バージョンアップ
Browse files Browse the repository at this point in the history
v0.0.3 -> v0.1.0
  • Loading branch information
koi-chan committed Aug 28, 2016
1 parent 9406429 commit c47d0be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion config/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LogArchiver
class Application
VERSION = '0.0.3'
VERSION = '0.1.0'
end
end

0 comments on commit c47d0be

Please sign in to comment.