Skip to content

Commit

Permalink
Fix missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
R167 committed Jun 1, 2020
1 parent d717633 commit b255eae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.0
# Changelog

## v1.0.1 (June 01, 2020)

- Fix missing documentation links

## v1.0.0 (May 31, 2020)

Initial release
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Note that since the hash must be serialized to JSON, only JSON compatible keys a
}
```

This gem is documented using yard. More specific documentation can be found on [rubydoc.info](https://www.rubydoc.info/gems/secret_keys).

## Command Line Tool

You can use the `secret_keys` command line tool to manage your JSON files.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
1 change: 1 addition & 0 deletions secret_keys.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/bdurand/secret_keys/tree/v#{spec.version}"
spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/secret_keys"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit b255eae

Please sign in to comment.