Commit b1579eb2 authored by Victor Ilyukevich's avatar Victor Ilyukevich

added kicker to Gemfile

parent 4d5e6cf1
...@@ -10,4 +10,5 @@ group :development do ...@@ -10,4 +10,5 @@ group :development do
gem "mocha-on-bacon" gem "mocha-on-bacon"
gem "vcr" gem "vcr"
gem "webmock" gem "webmock"
gem "kicker"
end end
...@@ -9,6 +9,8 @@ GEM ...@@ -9,6 +9,8 @@ GEM
thor (~> 0.14.6) thor (~> 0.14.6)
guard-shell (0.3.0) guard-shell (0.3.0)
guard (>= 0.2.0) guard (>= 0.2.0)
kicker (2.5.0)
rb-fsevent
metaclass (0.0.1) metaclass (0.0.1)
mocha (0.10.4) mocha (0.10.4)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
...@@ -30,6 +32,7 @@ DEPENDENCIES ...@@ -30,6 +32,7 @@ DEPENDENCIES
growl growl
guard guard
guard-shell guard-shell
kicker
mocha-on-bacon mocha-on-bacon
rake rake
rb-fsevent rb-fsevent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment