liri.gemspec in liri-0.3.1 vs liri.gemspec in liri-0.4.0

- old
+ new

@@ -46,20 +46,20 @@ # Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates over SSH (and requires the Net::SSH library), and allows files and directory trees to be copied to and from a remote server. https://github.com/net-ssh/net-scp # Se usa para obtener el código fuente del Manager desde el Agent spec.add_runtime_dependency('net-scp', '~> 3') - # A Ruby gem for converting seconds into human-readable format. https://github.com/digaev/to_duration + # A simple Ruby natural language parser for elapsed time. https://github.com/henrypoydar/chronic_duration # Se usa para convertir un tiempo en segundos a un formato más legible - spec.add_runtime_dependency('to_duration', '~> 1') + spec.add_runtime_dependency('chronic_duration', '~> 0') - # Ruby internationalization and localization (i18n) solution. https://github.com/ruby-i18n/i18n - # Este es un requerimiento de la gema to_duration - spec.add_runtime_dependency('i18n', '~> 1') - # The ultimate text progress bar library for Ruby!. https://github.com/jfelchner/ruby-progressbar # Para mostrar barras de progreso spec.add_runtime_dependency('ruby-progressbar', '~> 1') + + # A flexible and extensible progress bar for terminal applications. https://github.com/piotrmurach/tty-progressbar + # Para mostrar barras de progreso + spec.add_runtime_dependency('tty-progressbar', '~> 0') # Terminal Table is a fast and simple, yet feature rich table generator written in Ruby. https://github.com/tj/terminal-table # Para mostrar resumen de resultados spec.add_runtime_dependency('terminal-table', '~> 3') end