RubyGems-deploy 0.1.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
- metadata +61 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1bc958dcc7b6a168d85f4c30e54805760f3e46c437472a9608a92b8009584235
|
4
|
+
data.tar.gz: 92a3e1ddc002bac82252e3fd858277f931c3869a51a633150284ac46c56c3f15
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: f852683ec0f93727c3be25d7ac1ef842bf9f51fd261251b9558c9b6f8354120b08e47cc3063b2815c58508e485c792a6612553c04e7731738ee7e5409b0e620e
|
7
|
+
data.tar.gz: 9b9010dc1672892ccce5c526088d638dbb2232e5f40d2d2c350967a48623e7cec998e0a8ca1587c7383d6a7a2e87c359b493f75ba7d1f396add58f9951e58ac8
|
metadata
ADDED
@@ -0,0 +1,61 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: RubyGems-deploy
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Arthana
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-02-22 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: activesupport
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.0'
|
27
|
+
description: RubyGems-deploy is a versatile tool crafted to streamline the deployment
|
28
|
+
process of Ruby gems onto RubyGems.org. With intuitive commands and seamless integration,
|
29
|
+
it simplifies gem versioning, metadata management, and release procedures, empowering
|
30
|
+
developers to effortlessly share their creations with the Ruby community.
|
31
|
+
email:
|
32
|
+
- github@example.com
|
33
|
+
executables: []
|
34
|
+
extensions: []
|
35
|
+
extra_rdoc_files: []
|
36
|
+
files: []
|
37
|
+
homepage: http://github.com
|
38
|
+
licenses:
|
39
|
+
- MIT
|
40
|
+
metadata: {}
|
41
|
+
post_install_message:
|
42
|
+
rdoc_options: []
|
43
|
+
require_paths:
|
44
|
+
- lib
|
45
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
46
|
+
requirements:
|
47
|
+
- - ">="
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '0'
|
50
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
55
|
+
requirements: []
|
56
|
+
rubygems_version: 3.0.8
|
57
|
+
signing_key:
|
58
|
+
specification_version: 4
|
59
|
+
summary: A streamlined Ruby gem deployment tool simplifying the process of releasing
|
60
|
+
and managing gems on RubyGems.org
|
61
|
+
test_files: []
|