Skip to content

Commit

Permalink
Bump the gem version to v1.7.0 to match the uplink-c tag/release vers…
Browse files Browse the repository at this point in the history
…ion (#7)
  • Loading branch information
s101d1 authored Sep 20, 2023
1 parent 716100c commit 408dd65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Ruby bindings to the [libuplink](https://github.com/storj/uplink-c) Storj API li
* Clone [uplink-c](https://github.com/storj/uplink-c) repository.
* Check out the release version `v1.7.0`.
```bash
$ git fetch --tags
$ git checkout tags/v1.7.0
```
* Run `make build` to build the uplink-c library.
Expand All @@ -22,7 +23,7 @@ Ruby bindings to the [libuplink](https://github.com/storj/uplink-c) Storj API li
Add this line to your application's Gemfile:
```ruby
gem 'uplink-ruby', '~> 1.0'
gem 'uplink-ruby', '~> 1.7.0'
```
### Running the Tests
Expand Down
4 changes: 2 additions & 2 deletions uplink-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = 'uplink-ruby'
s.version = '1.0.0'
s.version = '1.7.0'
s.summary = 'libuplink bindings for ruby'
s.description = 'Ruby bindings to the libuplink C Storj API library'
s.authors = ['Your Data Inc']
s.homepage = 'https://github.com/Your-Data/uplink-ruby'
s.homepage = 'https://github.com/storj-thirdparty/uplink-ruby'
s.license = 'MIT'
s.files = Dir['lib/**/*.rb']
s.required_ruby_version = '>= 2.6.0'
Expand Down

0 comments on commit 408dd65

Please sign in to comment.