You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ gem install blockscore
13
13
If you are using Rails, add the following to your `Gemfile`:
14
14
15
15
```ruby
16
-
gem 'blockscore', '~> 4.1.2'
16
+
gem 'blockscore', '~> 4.2.0'
17
17
```
18
18
19
19
## Getting Started
@@ -60,5 +60,5 @@ To see the list of calls you can make, please visit our [full Ruby API reference
60
60
The test suite uses a public BlockScore API key that was created specifically to ease the testing and contribution processes. **Please do not enter personal details for tests.** In order to run the test suite:
0 commit comments