Alimento.gemspec in Alimento-0.1.0 vs Alimento.gemspec in Alimento-30.30.30
- old
+ new
@@ -7,12 +7,12 @@
spec.name = "Alimento"
spec.version = Alimento::VERSION
spec.authors = ["Miguel Parra"]
spec.email = ["alu0100200393@ull.edu.es"]
- spec.summary = %q{clase con alimentos y tipo de alimentos}
- spec.description = %q{una clase con herencia y una lista doblemente enlazada}
+ spec.summary = %q{clase para Alimentos}
+ spec.description = %q{en la clase Alimento se controla las calorias consumidas por un Alimento}
spec.homepage = "https://github.com/ULL-ESIT-LPP-1718/tdd-miguelpe83"
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
# if spec.respond_to?(:metadata)
@@ -30,10 +30,6 @@
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.15"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
- spec.add_development_dependency "guard"
- spec.add_development_dependency "guard-rspec"
- spec.add_development_dependency "guard-bundler"
- spec.add_development_dependency "coveralls"
end