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 +4 -4
- data/README.md +6 -31
- data/src/foobara/ruby_gems_api/types/gem.rb +1 -0
- data/src/foobara/ruby_gems_api/types/user.rb +2 -0
- metadata +15 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2bbc224b6e89aa27f672b5dd09763ba05a25e4cf5aa15bd9f9397af3701e3c7
|
|
4
|
+
data.tar.gz: e5673c03e85a85a23f8dac77b83eee716dc52bd43bf701a631bd39f9d11012c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61ea1b99406a72586256536df731eb8d67e9c698437b7562e9239981662f9835f924a0fd627671c99b7769a3d56a7b62a8b5921a2420bc13b9de4077ad7971a7
|
|
7
|
+
data.tar.gz: 3e1f22c6682f19c1d41f84ee77e208d5b1299d0af3a181ba0749c586c15c45faf53b5d36a837f66a9a624c1cd2f7e596af02b09982685ec75029ee4a0f776ade
|
data/README.md
CHANGED
|
@@ -1,43 +1,18 @@
|
|
|
1
|
-
# Foobara::
|
|
1
|
+
# Foobara::RubyGemsApi
|
|
2
2
|
|
|
3
|
-
|
|
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
|
|
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
|
|
11
|
+
TODO
|
|
26
12
|
|
|
27
13
|
## Development
|
|
28
14
|
|
|
29
|
-
|
|
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
|
-
|
|
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.
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
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:
|
|
82
|
+
rubygems_version: 4.0.16
|
|
80
83
|
specification_version: 4
|
|
81
84
|
summary: No description. Add one.
|
|
82
85
|
test_files: []
|