File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ gem install blockscore
1313If you are using Rails, add the following to your ` Gemfile ` :
1414
1515``` ruby
16- gem ' blockscore' , ' ~> 4.1.0 '
16+ gem ' blockscore' , ' ~> 4.1.2 '
1717```
1818
1919## Getting Started
Original file line number Diff line number Diff line change 11module BlockScore
2- VERSION = '4.1.1 ' . freeze
2+ VERSION = '4.1.2 ' . freeze
33end
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ module BlockScore
33 module Spec
44 SPEC = File . expand_path ( '..' , __FILE__ ) . freeze
55
6+ IDENTIFIER = "blockscore-ruby/#{ BlockScore ::VERSION } " . freeze
67 HEADERS = {
78 'Accept' => 'application/vnd.blockscore+json;version=4' ,
8- 'User-Agent' => 'blockscore-ruby/4.1.1 (https://github.com/BlockScore/blockscore-ruby)' ,
9+ 'User-Agent' => %( #{ IDENTIFIER } (https://github.com/BlockScore/blockscore-ruby)) ,
910 'Content-Type' => 'application/json'
1011 } . freeze
1112
You can’t perform that action at this time.
0 commit comments