comidita_ull 0.1.0 → 0.1.1

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: ce364ecb0611f15cf39beb191d2914b77b1d7507
4
- data.tar.gz: 268892715bea161a2aae786b3db6a49538247ffa
3
+ metadata.gz: e4bfa07c316ed75542ec01c63d0db9c9a8efc0f2
4
+ data.tar.gz: a6f3dd46ed2df1eee8f17efa8607909d9bef2fbc
5
5
  SHA512:
6
- metadata.gz: ed341f7a47d7918265d4e926872967050a9ba3f5403eeb15ee42df235e461a9416e38d1b775979cc2472422600929a86b4793e51ceb2cc4b780af04772d60609
7
- data.tar.gz: 9eac819ddd42232200d9d155d05cd06c4620fe6c7536010eafa9a7fb502ca63448a9bc1aeedacadfc87e0590b2947dc198646583b6f72602212d8ca02b37b704
6
+ metadata.gz: 05614a39fb706263fad453cd7fc0aeec8f2c4c4a2db6445db9dd0ded67a85716dfb90a24b65c18db0a06ea571fa1708ad77dcb160b761b8fd0855ceb95c4e689
7
+ data.tar.gz: 2d8d199194d81d2d3cf9c61555524e9d110e95b73f066d3d9947eec843d6e7f7babfc66ead54712d7aa4e0f9fc175ac347d0726ec279f96f53c3901778028855
data/Alimento.gemspec CHANGED
@@ -16,12 +16,12 @@ Gem::Specification.new do |spec|
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
19
- #if spec.respond_to?(:metadata)
20
- # spec.metadata['allowed_push_host'] = "Set to 'https://rubygems.org'"
21
- #else
22
- # raise "RubyGems 2.0 or newer is required to protect against " \
23
- # "public gem pushes."
24
- #end
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against " \
23
+ "public gem pushes."
24
+ end
25
25
 
26
26
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
27
  f.match(%r{^(test|spec|features)/})
@@ -1,4 +1,4 @@
1
1
  module Alimento
2
2
  # Version de la gema
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comidita_ull
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abel Delgado
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-14 00:00:00.000000000 Z
11
+ date: 2017-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -1810,6 +1810,7 @@ homepage: https://github.com/ULL-ESIT-LPP-1718/tdd-alu0100792218.git
1810
1810
  licenses:
1811
1811
  - MIT
1812
1812
  metadata:
1813
+ allowed_push_host: https://rubygems.org
1813
1814
  yard.run: yri
1814
1815
  post_install_message:
1815
1816
  rdoc_options: []