File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 exit 1
4343 fi
4444
45- - name : Build gem
46- run : gem build astroapi.gemspec
47-
4845 - name : Publish to RubyGems (Trusted Publishing)
4946 uses : rubygems/release-gem@v1
5047
5552 gh release create "$GITHUB_REF_NAME" \
5653 --title "$GITHUB_REF_NAME" \
5754 --generate-notes \
58- astroapi-*.gem
55+ astroapi-ruby- *.gem
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- astroapi (1.0.0 )
4+ astroapi-ruby (1.0.0 )
55 faraday (~> 2.0 )
66 faraday-retry (~> 2.0 )
77
@@ -95,7 +95,7 @@ PLATFORMS
9595 ruby
9696
9797DEPENDENCIES
98- astroapi !
98+ astroapi-ruby !
9999 pry (~> 0.14 )
100100 rake (~> 13.0 )
101101 rspec (~> 3.12 )
Original file line number Diff line number Diff line change 33require_relative 'lib/astroapi/version'
44
55Gem ::Specification . new do |spec |
6- spec . name = 'astroapi'
6+ spec . name = 'astroapi-ruby '
77 spec . version = Astroapi ::VERSION
88 spec . authors = [ 'Astrology API' ]
99 spec . email = [ 'support@astrology-api.io' ]
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818 spec . metadata = {
1919 'bug_tracker_uri' => 'https://github.com/astro-api/astroapi-ruby/issues' ,
2020 'changelog_uri' => 'https://github.com/astro-api/astroapi-ruby/blob/main/CHANGELOG.md' ,
21- 'documentation_uri' => 'https://www.rubydoc.info/gems/astroapi' ,
21+ 'documentation_uri' => 'https://www.rubydoc.info/gems/astroapi-ruby ' ,
2222 'homepage_uri' => spec . homepage ,
2323 'source_code_uri' => 'https://github.com/astro-api/astroapi-ruby' ,
2424 'rubygems_mfa_required' => 'true'
You can’t perform that action at this time.
0 commit comments