menu_Alexandra 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a740842168b4ec4b282e5b825ea3a233f082e621
4
- data.tar.gz: f1e49c7b12f11c086258bbdf7a960ba93d245c97
3
+ metadata.gz: f53aebf646d5196f7d4de50492464401aae63b4c
4
+ data.tar.gz: 0676f8d38f531ebfe617c407a03116cb18b8867e
5
5
  SHA512:
6
- metadata.gz: 5b981b32db3cc5a62897aa23cd7b4bc43a4750d3e751002ac229afac7e60d96057476714001718dd9cf8d06e9156bd948f54b828c75e1da81babd0291f9ab783
7
- data.tar.gz: 0cec0c8e4a3bdbd72e79e186179894546a5737b8a3538a00532ec683333ede0a1e74c13480a289489bf4cce69d172b1e41d07f18a91a59208c721994b0ad8ca3
6
+ metadata.gz: 3e371e10a1472913709df79710dba3bd62302ab5e1a9a9ba4029720b0040ba22ef4747322d913b30e2f7d0b797b21273d5f8278ebc09f457ac16a82ad17e56fc
7
+ data.tar.gz: 9eb205da7c6d564ea35d49834590b2cb197b8eb54f20aa6e4bfaa2e738fce71a0bdd8fef95eb4e1b427805fd4fecc2cc00e96862ede860b693f091be69680d97
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- menu_Alexandra (0.1.0)
4
+ menu_Alexandra (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -78,7 +78,7 @@ end
78
78
  menu = Menu.new("Lunes", "Menu saludable") do
79
79
  comida "Desayuno", :descripcion => "Tostadas con mermelada",
80
80
  :porcion => "2 tostadas",
81
- :gramos => 1
81
+ :gramos => 1,
82
82
  :carbohidratos => 49.5,
83
83
  :proteinas => 5,
84
84
  :fibra => 1.8,
@@ -1,3 +1,3 @@
1
1
  module Nutri
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -11,23 +11,25 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Implementar lenguaje DSL}
13
13
  spec.description = %q{Clase Ruby para el tema de Programación Orientada a Objetos.}
14
- spec.homepage = "https://github.com/ULL-ESIT-LPP-1819/unit-testing-alu0100762006.git"
14
+ spec.homepage = "https://rubygems.org"
15
15
 
16
16
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
17
  # to allow pushing to a single host or delete this section to allow pushing to any host.
18
+ =begin
18
19
  if spec.respond_to?(:metadata)
19
- spec.metadata["https://rubygems.org"] = "TODO: Set to 'http://mygemserver.com'"
20
+ spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
20
21
 
21
- spec.metadata["homepage_uri"] = spec.homepage
22
- spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
23
- spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
22
+ spec.metadata["homepage_uri"] = spec.homepage
23
+ spec.metadata["source_code_uri"] = "https://rubygems.org"
24
+ spec.metadata["changelog_uri"] = spec.homepage
24
25
  else
25
26
  raise "RubyGems 2.0 or newer is required to protect against " \
26
27
  "public gem pushes."
27
28
  end
28
-
29
+ =end
29
30
  # Specify which files should be added to the gem when it is released.
30
31
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
32
+
31
33
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
32
34
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
33
35
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: menu_Alexandra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandra Esplugas Sabina
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-08 00:00:00.000000000 Z
11
+ date: 2019-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -136,13 +136,9 @@ files:
136
136
  - lib/nutri/persona.rb
137
137
  - lib/nutri/version.rb
138
138
  - nutri.gemspec
139
- homepage: https://github.com/ULL-ESIT-LPP-1819/unit-testing-alu0100762006.git
139
+ homepage: https://rubygems.org
140
140
  licenses: []
141
- metadata:
142
- https://rubygems.org: 'TODO: Set to ''http://mygemserver.com'''
143
- homepage_uri: https://github.com/ULL-ESIT-LPP-1819/unit-testing-alu0100762006.git
144
- source_code_uri: 'TODO: Put your gem''s public repo URL here.'
145
- changelog_uri: 'TODO: Put your gem''s CHANGELOG.md URL here.'
141
+ metadata: {}
146
142
  post_install_message:
147
143
  rdoc_options: []
148
144
  require_paths: