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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 555d00709e761ef9a85713ffc2e2fb308265b818d2de11415186abd7d09386ca
4
- data.tar.gz: 46bd65c8869b69d71c87ebd5b0bae64649db16ab59b7f3d415a12d4d6f58c140
3
+ metadata.gz: e647acd21927916b582e8391d84b7073319ad0ae9a344f8f1139f5afa6e86286
4
+ data.tar.gz: 88878f4358de95ebe42e01bcf70840c4505182dfca71a727f943e8adea1b0ec1
5
5
  SHA512:
6
- metadata.gz: f02466438546c1ba4fe520d9159f5bee9ce6981857341f63e69cef05ef3de2f8bc110ba134c772ea10a01bff4e7aa01147aaa4eab97668a15eaf918e589ee673
7
- data.tar.gz: cbc8fecd12d0197708d929c12bce74fe786fc9b24c79970bef8c4abae98a7cb6a45954cfbe9a352f5293b54c712d5953f99989c423a34dbd420cd303122f679b
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
- A CLI utility to:
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
- Set up & run Ruby projects with less typing. Scipio. Skip IO. Geddit?
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Scipio
4
- VERSION = "0.8.0"
4
+ VERSION = "0.9.0"
5
5
  end
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.8.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: 2024-08-28 00:00:00.000000000 Z
38
+ date: 2025-03-05 00:00:00.000000000 Z
39
39
  dependencies: []
40
- description: 'A CLI utility to set up new Ruby Gems using a configurable template,
41
- & to set up local & remote git repositories.
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: A CLI utility to set up Ruby Gems & git repos
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