Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
* github issues #6
* use rake version > 10
  • Loading branch information
archfish committed Mar 5, 2020
1 parent af3543d commit d4e0db3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ See `examples`.

## Dev

I am using Ruby 2.4 develop this gem, if not work with other Ruby version, PR is welcome.

```shell
#!/bin/sh

Expand Down Expand Up @@ -40,6 +42,10 @@ protoc -I ${PULSAR_GIT}/pulsar-common/src/main/proto/ --ruby_out ${PB_PATH} Puls
mv ${PB_PATH}PulsarMarkers_pb.rb ${PB_PATH}pulsar_markers.pb.rb
```

## Dependency

When macOS user install google-protobuf, there maybe a suffix with `universal-darwin` save to Gemfile.lock. Please use google-protobuf without `universal-darwin` suffix. See issuse #6 for detail. Thanks for wppurking's report!

## Features

- [ ] Connection
Expand Down Expand Up @@ -79,6 +85,8 @@ mv ${PB_PATH}PulsarMarkers_pb.rb ${PB_PATH}pulsar_markers.pb.rb
- [ ] Create
- [ ] Admin API
- [x] Create Namespace
- [x] List namespaces in current tenant
- [x] Destroy Namespace
- [x] List Namespace Topics
- [x] Create Topic
- [x] Delete Topic
Expand Down
2 changes: 1 addition & 1 deletion pulsar_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'digest-crc', '~> 0.4'

spec.add_development_dependency "bundler", "> 1.17"
spec.add_development_dependency "rake", "~> 10"
spec.add_development_dependency "rake", "> 10"
end

0 comments on commit d4e0db3

Please sign in to comment.