menu_juli 0.1.0 → 0.2.0
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 +4 -4
- data/lib/prct06/version.rb +1 -1
- data/prct06.gemspec +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22235c39d935e9a11b000543876ba60ae5039bc53617ec99d390a34873f6449a
|
4
|
+
data.tar.gz: 326f1eac1d843cc0c214b3a317b5dfe607e3bf3bd650ccada1c7dcdae56028e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b23c454e4bf45628cb0613899b1e75aa76efc06aea18fa2581abfc591975abfe77c10a22fb1990ed2f98c1fe5e2a04ae3aa224bab8368258997c1939d03868de
|
7
|
+
data.tar.gz: 03704bf068207e642c015785335ac7755aaab898cc348f56430af9144dfc73f120aff17606be6b4785e7a5e0e24e6fd179627a87788876aa21b32936a19a0bd7
|
data/lib/prct06/version.rb
CHANGED
data/prct06.gemspec
CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|
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
18
|
# if spec.respond_to?(:metadata)
|
19
|
-
# spec.metadata["allowed_push_host"] = "
|
19
|
+
# spec.metadata["allowed_push_host"] = "https://rubygems.org'"
|
20
20
|
|
21
21
|
# spec.metadata["homepage_uri"] = spec.homepage
|
22
22
|
# spec.metadata["source_code_uri"] = "https://rubygems.org"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: menu_juli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julian Herrdum
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-01-
|
11
|
+
date: 2019-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -140,8 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
140
|
- !ruby/object:Gem::Version
|
141
141
|
version: '0'
|
142
142
|
requirements: []
|
143
|
-
|
144
|
-
rubygems_version: 2.7.7
|
143
|
+
rubygems_version: 3.0.2
|
145
144
|
signing_key:
|
146
145
|
specification_version: 4
|
147
146
|
summary: Write a short summary, because RubyGems requires one.
|