ciccio_test 0.0.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 +7 -0
- data/bin/ciccio_test +3 -0
- data/lib/ciccio_test.rb +5 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 5928852efad127932e098391bf992e615da5c18a6b6de3ed86dde859558c7cf6
|
|
4
|
+
data.tar.gz: dce593d000464f7cd17212fbe95bb59463ecbed0fa819087c66e036168b72a7a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 51b618bb3d30c0c7ca811274b555f077ea1b94f933978d30a571508acdd7b1e4183391c9938d85a0bfca10de508a38ef0a9bec0a78d304ee9dc6a218d17103a9
|
|
7
|
+
data.tar.gz: 4d3e03a7d2b07eb96652bd02d2e860cc2ceaee2b1d4a31197e2853921fc3aa0d059a59325aa189ac2059adb0107c3b9af5ed35da1d265eed847c7785240fc534
|
data/bin/ciccio_test
ADDED
data/lib/ciccio_test.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: ciccio_test
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Anna Costalonga
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2024-03-19 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Trying out building gems
|
|
14
|
+
email:
|
|
15
|
+
- annamaria.costalonga@gmail.com
|
|
16
|
+
executables:
|
|
17
|
+
- ciccio_test
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- bin/ciccio_test
|
|
22
|
+
- lib/ciccio_test.rb
|
|
23
|
+
homepage: http://rubygems.org/gems/ciccio_test
|
|
24
|
+
licenses:
|
|
25
|
+
- MIT
|
|
26
|
+
metadata: {}
|
|
27
|
+
post_install_message:
|
|
28
|
+
rdoc_options: []
|
|
29
|
+
require_paths:
|
|
30
|
+
- lib
|
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '0'
|
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
requirements: []
|
|
42
|
+
rubygems_version: 3.3.7
|
|
43
|
+
signing_key:
|
|
44
|
+
specification_version: 4
|
|
45
|
+
summary: Ciccio test dummy gem
|
|
46
|
+
test_files: []
|