Commit 9c9209b6 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

adding listen gem to be possible add a dir monitor

parent ea485a7a
...@@ -9,6 +9,7 @@ group :test do ...@@ -9,6 +9,7 @@ group :test do
gem 'jasmine', '1.0.2.1' gem 'jasmine', '1.0.2.1'
gem 'jshintrb' gem 'jshintrb'
gem 'therubyracer' gem 'therubyracer'
gem 'listen'
platforms :mri_18 do platforms :mri_18 do
gem "ruby-debug" gem "ruby-debug"
......
...@@ -35,6 +35,7 @@ GEM ...@@ -35,6 +35,7 @@ GEM
linecache (0.43) linecache (0.43)
linecache19 (0.5.11) linecache19 (0.5.11)
ruby_core_source (>= 0.1.4) ruby_core_source (>= 0.1.4)
listen (0.5.3)
multi_json (1.3.7) multi_json (1.3.7)
nokogiri (1.5.0) nokogiri (1.5.0)
open4 (1.0.1) open4 (1.0.1)
...@@ -83,6 +84,7 @@ DEPENDENCIES ...@@ -83,6 +84,7 @@ DEPENDENCIES
jasmine (= 1.0.2.1) jasmine (= 1.0.2.1)
jshintrb jshintrb
json (= 1.4.3) json (= 1.4.3)
listen
nokogiri nokogiri
rake rake
ruby-debug ruby-debug
......
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