stoatrb 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d34d4d67e82ebfa41c47ace5c40ed7e07cef241bc66c86da2eae9267840946c3
4
- data.tar.gz: 6c7fad3f522ca70369b4d8f292caa6535de5613a509abd6d08986d04315ac23a
3
+ metadata.gz: 26a476ccbff066f9703484ab46ddb5e2063fd2480d61826954784b6cdabc0441
4
+ data.tar.gz: 55aa91d65feada862661505e7bbe45c157424163d4ba3ecabbe1ae34e7564a80
5
5
  SHA512:
6
- metadata.gz: 7a11ed7db6ed626fe6f587ce08d29ad1f10ca0c69524d4ba335c54f273a89c4eea112bb84d3be81d69a282df9f3c716a7420c18242a0d0ac1933a6c9743cfc94
7
- data.tar.gz: 1bd193a7980d36125fc1029fc3617cce06fb1ecd20ae303c9071fbbc39ece814dc183fdb2e86387825acdb84bc2d0fe359fe9a13fb0cbb43a6df3a8814da9023
6
+ metadata.gz: 4cf8c32dc5b01f383ea4ab999c3431eabc46d0a03b24665ac9cf7e8e3ab9d8a62d30ee08dbf7489dd23fbdecfe8c0ca3d7f61dd887455cf84f3790525287f403
7
+ data.tar.gz: bec1fdb5eb7e6f7ae1dd6a6a582184349121ada722e6d9407f1c1b7734a9ddccfbce85641efe58e681694cef2e774b1d77a4d24b68c7e519d762b39f9a1fbf8a
data/README.md CHANGED
@@ -22,13 +22,13 @@ You can install Revoltrb through the following methods:
22
22
  Add the following to your Gemfile file and run the "[bundle install](https://rubygems.org/gems/stoatrb)" command:
23
23
 
24
24
  ```ruby
25
- gem 'revoltrb'
25
+ gem 'stoatrb'
26
26
  ```
27
27
 
28
28
  or add the following to your Gemfile file.
29
29
 
30
30
  ```ruby
31
- gem 'revoltrb', git: 'https://gitlab.com/roxannewolf/stoatrb'
31
+ gem 'stoatrb', git: 'https://gitlab.com/roxannewolf/stoatrb'
32
32
  ```
33
33
 
34
34
  #### Troubleshooting