scipio 0.8.0 → 0.9.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
- checksums.yaml.gz.sig +0 -0
- data/README.md +2 -48
- data/lib/scipio/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +6 -5
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e647acd21927916b582e8391d84b7073319ad0ae9a344f8f1139f5afa6e86286
|
4
|
+
data.tar.gz: 88878f4358de95ebe42e01bcf70840c4505182dfca71a727f943e8adea1b0ec1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94c1b8ac7bd03711779ad53d26c2a0fae1370cddbb04a89c6ede4ceef8bdbe7130359b9af51f4ab33b2ef454df5232d431e631642e3bead62c6649c350b70a05
|
7
|
+
data.tar.gz: 7f6df4b551610f6fbb511af71cc5f283d5b3928f30685d48bf735cff010bdecd67729e6817c8c1bfc80c68b1c17f97092183ead45e6c490bfb5b1fb07d32320f
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -1,51 +1,5 @@
|
|
1
1
|
# Scipio
|
2
2
|
|
3
|
-
|
4
|
-
- set up new Ruby Gems using a configurable template
|
5
|
-
- set up local & remote git repos
|
3
|
+
This gem is no longer maintained. Please see [mikekreuzer.com][mikekreuzer.com] for my more recent work.
|
6
4
|
|
7
|
-
|
8
|
-
|
9
|
-
## Status
|
10
|
-
|
11
|
-
Early days. Development status "3 - Alpha" in Python terms.
|
12
|
-
|
13
|
-
(Those Python statuses are 1 - Planning, 2 - Pre-alpha, 3 - Alpha, 4 - Beta, 5 - Production/Stable, 6 - Mature, 7 - Inactive.)
|
14
|
-
|
15
|
-
## Why
|
16
|
-
|
17
|
-
I'm a big fan of Bundler & Gem as package management tools. But I'm not a fan of the assumptions about licensing (MIT or nothing), repos (just Github), & Rake that are baked into the Bundler gem command. So I built Scipio, to make gem setup a user choice.
|
18
|
-
|
19
|
-
## Installation
|
20
|
-
|
21
|
-
`gem install scipio`
|
22
|
-
|
23
|
-
You will need to have Git and Berg installed and configured in order to use them via Scipio.
|
24
|
-
|
25
|
-
## Usage
|
26
|
-
|
27
|
-
...
|
28
|
-
|
29
|
-
## Ancient history
|
30
|
-
|
31
|
-
<img src="./Scipio.png" alt="Scipio Africanus, OG" />
|
32
|
-
|
33
|
-
In 2015 Scipio was a Swift package manager written in Python, but it was soon made obsolete by the growth of Apple's own package manager. Carthage was one of the other alternatives around at the time. Carthago delenda est.
|
34
|
-
|
35
|
-
A little earlier, Scipio was also a Roman general & one of the authors of Carthage's defeat in the Second Punic War.
|
36
|
-
|
37
|
-
## Development
|
38
|
-
|
39
|
-
After checking out the repo, run `bundle install` to install dependencies. Then, run `rake test` to run the tests.
|
40
|
-
|
41
|
-
To install this gem locally, run `bundle exec rake local`.
|
42
|
-
|
43
|
-
`bundle exec rake -T` to see the current options.
|
44
|
-
|
45
|
-
## Contributing
|
46
|
-
|
47
|
-
Bug reports and pull requests are welcome at [https://codeberg.org/kreuzer/scipio](https://codeberg.org/kreuzer/scipio). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://codeberg.org/kreuzer/scipio/src/branch/main/CODE_OF_CONDUCT.md).
|
48
|
-
|
49
|
-
## Code of Conduct
|
50
|
-
|
51
|
-
Everyone interacting in the Scipio project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://codeberg.org/kreuzer/scipio/src/branch/main/CODE_OF_CONDUCT.md).
|
5
|
+
[mikekreuzer.com]: https://mikekreuzer.com
|
data/lib/scipio/version.rb
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scipio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Kreuzer
|
@@ -35,10 +35,10 @@ cert_chain:
|
|
35
35
|
YgqTixCwts6cQYIdYNFtJbzKvRNqyviKKxPaum7UWAv6Uy80gxgJ8p+fG81FsxbZ
|
36
36
|
0ULnXrHlhf/CHs550TxRlXalgxBCImGdHzWjhdJeC1dZP3olgNtjO23ywtw=
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date:
|
38
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
39
39
|
dependencies: []
|
40
|
-
description: '
|
41
|
-
|
40
|
+
description: 'This gem is no longer maintained. Please see mikekreuzer.com for my
|
41
|
+
more recent work.
|
42
42
|
|
43
43
|
'
|
44
44
|
email:
|
@@ -109,5 +109,6 @@ requirements: []
|
|
109
109
|
rubygems_version: 3.5.17
|
110
110
|
signing_key:
|
111
111
|
specification_version: 4
|
112
|
-
summary:
|
112
|
+
summary: This gem is no longer maintained. Please see mikekreuzer.com for my more
|
113
|
+
recent work.
|
113
114
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|