foobara-ruby-gems-api 0.0.3 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14d3596c7bb9190012461d5d2d764df01d280c7f21bfc35eb23c2132b9c36bf2
4
- data.tar.gz: 3b3d53e30514e7115a7a6f434f626688fe7620c8cbdb7c5b893d0efd9667110b
3
+ metadata.gz: e2bbc224b6e89aa27f672b5dd09763ba05a25e4cf5aa15bd9f9397af3701e3c7
4
+ data.tar.gz: e5673c03e85a85a23f8dac77b83eee716dc52bd43bf701a631bd39f9d11012c0
5
5
  SHA512:
6
- metadata.gz: 0440c20ea8368f9e5d75390e09ead41635d7506a3480383f92bafcc1ccfb5e2382938c9b80a4199f6cccd245985d83cff69f10a1f00b53362e1c23be24315c21
7
- data.tar.gz: 14c147553b9f3d6c8819d80238ff6d56aafe21d49564fecc607cf79dc24987c43621861f91313ae42f9737f37ea34a89668a0be7843baf69c26b03eb04e65ffe
6
+ metadata.gz: 61ea1b99406a72586256536df731eb8d67e9c698437b7562e9239981662f9835f924a0fd627671c99b7769a3d56a7b62a8b5921a2420bc13b9de4077ad7971a7
7
+ data.tar.gz: 3e1f22c6682f19c1d41f84ee77e208d5b1299d0af3a181ba0749c586c15c45faf53b5d36a837f66a9a624c1cd2f7e596af02b09982685ec75029ee4a0f776ade
data/README.md CHANGED
@@ -1,43 +1,18 @@
1
- # Foobara::EmptyRubyProjectGenerator
1
+ # Foobara::RubyGemsApi
2
2
 
3
- TODO: Delete this and the text below, and describe your gem
4
-
5
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library
6
- into a gem. Put your Ruby code in the file `lib/foobara/empty_ruby_project_generator`. To experiment with that code,
7
- run `bin/console` for an interactive prompt.
3
+ Provides commands that invoke the rubygems.org REST HTTP API endpoints.
8
4
 
9
5
  ## Installation
10
6
 
11
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it
12
- to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with
13
- instructions to install your gem from git if you don't plan to release to RubyGems.org.
14
-
15
- Install the gem and add to the application's Gemfile by executing:
16
-
17
- $ bundle add UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
18
-
19
- If bundler is not being used to manage dependencies, install the gem by executing:
20
-
21
- $ gem install UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG
7
+ TODO
22
8
 
23
9
  ## Usage
24
10
 
25
- TODO: Write usage instructions here
11
+ TODO
26
12
 
27
13
  ## Development
28
14
 
29
- If using Foobara locally, then run the following (TODO: make this no-longer necessary.)
30
-
31
- ```bash
32
- bundle config set disable_local_branch_check true
33
- ```
34
-
35
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can
36
- also run `bin/console` for an interactive prompt that will allow you to experiment.
37
-
38
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the
39
- version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version,
40
- push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
15
+ TODO
41
16
 
42
17
  ## Contributing
43
18
 
@@ -46,5 +21,5 @@ at https://github.com/[USERNAME]/foobara-empty_ruby_project_generator.
46
21
 
47
22
  ## License
48
23
 
49
- This files in this project are licensed under the
24
+ The files in this project are licensed under the
50
25
  Mozilla Public License Version 2.0. Please see LICENSE.txt for more info.
@@ -8,6 +8,7 @@ module Foobara
8
8
  rubygems_mfa_required :boolean
9
9
  changelog_uri :string, :allow_nil
10
10
  source_code_uri :string, :allow_nil
11
+ allowed_push_host :string, :allow_nil
11
12
  end
12
13
  homepage_uri :string, :allow_nil
13
14
  funding_uri :string, :allow_nil
@@ -4,6 +4,8 @@ module Foobara
4
4
  attributes do
5
5
  id :integer, :required
6
6
  handle :string, :required
7
+ email :string
8
+ role :string, :required, one_of: [:owner, :maintainer]
7
9
  end
8
10
  end
9
11
  end
metadata CHANGED
@@ -1,42 +1,42 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara-ruby-gems-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-21 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: foobara
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
16
+ - - "<"
17
17
  - !ruby/object:Gem::Version
18
- version: '0'
18
+ version: 2.0.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
- - - ">="
23
+ - - "<"
24
24
  - !ruby/object:Gem::Version
25
- version: '0'
25
+ version: 2.0.0
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: foobara-http-api-command
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ">="
30
+ - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '0'
32
+ version: 2.0.0
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
37
+ - - "<"
38
38
  - !ruby/object:Gem::Version
39
- version: '0'
39
+ version: 2.0.0
40
40
  email:
41
41
  - azimux@gmail.com
42
42
  executables: []
@@ -69,14 +69,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
- version: 3.4.0
72
+ version: '3.4'
73
+ - - "<"
74
+ - !ruby/object:Gem::Version
75
+ version: '4.1'
73
76
  required_rubygems_version: !ruby/object:Gem::Requirement
74
77
  requirements:
75
78
  - - ">="
76
79
  - !ruby/object:Gem::Version
77
80
  version: '0'
78
81
  requirements: []
79
- rubygems_version: 3.6.6
82
+ rubygems_version: 4.0.16
80
83
  specification_version: 4
81
84
  summary: No description. Add one.
82
85
  test_files: []