bundle_update 0.0.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 +7 -0
- data/README.md +3 -0
- data/lib/bundle_update.rb +4 -0
- metadata +44 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ff9cacf9bd094dae3d26c13b3b405c2913b45015f89e1637851ff4e69465ece1
|
|
4
|
+
data.tar.gz: 709fa2001e10aa9b047c352bd4bc8e4c0f661c47ead65e2cd001bc2d270a7286
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: cbb064521095197336c0702a80e473a57e6eeddb722cd0b358414f2b2a79ca9bffd14a13dc7c12607ef841cde7a80b91b658792e47365e6e31b49d8fda1cfc86
|
|
7
|
+
data.tar.gz: 899139a2be9bdf5cf7699c2296aee23f0f990382321ec2efb16c25c5a74a61102db2a7f389817a3afb72108ad10a6351241ee93f5cf6f9903a86a76d4bd5e424
|
data/README.md
ADDED
metadata
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: bundle_update
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Emanuel Comsa
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: This gem is a placeholder to reserve the bundle_update name. It has no
|
|
13
|
+
functionality.
|
|
14
|
+
email:
|
|
15
|
+
- office@rubydev.ro
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/bundle_update.rb
|
|
22
|
+
homepage: https://www.deadbro.com
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata:
|
|
26
|
+
homepage_uri: https://www.deadbro.com
|
|
27
|
+
rdoc_options: []
|
|
28
|
+
require_paths:
|
|
29
|
+
- lib
|
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
31
|
+
requirements:
|
|
32
|
+
- - ">="
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: 2.7.0
|
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
requirements: []
|
|
41
|
+
rubygems_version: 4.0.10
|
|
42
|
+
specification_version: 4
|
|
43
|
+
summary: Placeholder gem. Name reserved.
|
|
44
|
+
test_files: []
|