Skip to content

Commit

Permalink
Update docs and gem spec
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed Feb 21, 2023
1 parent 1092314 commit 08e16a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
## [0.1.0] - 2023-02-21

- Initial release
- [tzf-rs 0.3.0](https://github.com/ringsaturn/tzf-rs/releases/tag/v0.3.0)
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ TZF.tz_name(40.74771675713742, -73.99350390136448)

## Development

Requirements:

- (Rust)[https://www.rust-lang.org/learn/get-started]
- (Ruby)[https://www.ruby-lang.org]

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
Expand Down
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -vx

bundle install

# Do any other automated setup that you need to do here
bundle exec rake rust_build
2 changes: 0 additions & 2 deletions tzf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/HarlemSquirrel/tzf-rb"
spec.metadata["changelog_uri"] = "https://github.com/HarlemSquirrel/tzf-rb/blob/main/CHANGELOG.md"
Expand Down

0 comments on commit 08e16a0

Please sign in to comment.