Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed May 13, 2020
1 parent c5d2f9e commit 77b23cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem install starkbank
1.2 Or just add this to your Gemfile:

```sh
gem('starkbank', '~> 0.2.1')
gem('starkbank', '~> 0.3.0')
```

### 2. Create your Private and Public Keys
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def self.fetch(method:, path:, payload: nil, query: nil, user: nil)
req['Access-Time'] = access_time
req['Access-Signature'] = signature
req['Content-Type'] = 'application/json'
req['User-Agent'] = "Ruby-#{RUBY_VERSION}-SDK-0.2.1"
req['User-Agent'] = "Ruby-#{RUBY_VERSION}-SDK-0.3.0"

request = Net::HTTP.start(uri.hostname, use_ssl: true) { |http| http.request(req) }

Expand Down
2 changes: 1 addition & 1 deletion starkbank.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'starkbank'
s.version = '0.2.1'
s.version = '0.3.0'
s.date = '2020-04-06'
s.summary = 'SDK to facilitate Ruby integrations with Stark Bank'
s.authors = 'starkbank'
Expand Down

0 comments on commit 77b23cb

Please sign in to comment.