When i execute the line
$sass --watch sass/views.scss:views.css
i get the following message
Well i fix my problem updating the sass gem to the latest version (3.2.9). I think that this update provide better compatibility with Ruby 2.0.0 when using he --watch parameter. Everything works great now.