alch 1.0.0 → 1.0.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/alch/item.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd3b7a3bd27afaf7c06e66161ceacfb90422ca0a
4
- data.tar.gz: b6da70617e798c4ed9d8ee355d9f7285d9571ec0
3
+ metadata.gz: 5b9e7f1c21784359e569b3f96848aec0b4d571d3
4
+ data.tar.gz: 4dbe04f0616f9ebd3620d6c5c60de0b28a68de3d
5
5
  SHA512:
6
- metadata.gz: b9fd3042b517f31681f9d9143e87168c099aceb40831c46c10ae92c1368ccc5801e74f2028283d5914fbfbaba0f266521f5b96136965e1be1bc3ab96b73e6c64
7
- data.tar.gz: 3ad58144391253b2c54bd18270d4c05bcd3d0476b58de8cc5f56a1e363180a6af85dd38c15277ff175934cc8e97cb364b024123d0dbc8987da745672712796ca
6
+ metadata.gz: 55c9b66903670980a0ebbfc17e416a095c6531ce6b2a25c4e8988f097d0b9746bfad67b5cfc15702bddcee82613c1c3b20285c7a947bd9562b37792439bef2c0
7
+ data.tar.gz: 0fda3f039f1c6a7b1b94c2afe0bc896815590bf8749d886d02baa222981a574e6d56b86a547ea0b6db5d6fb8576296df6d56144b2e5d51956c969d5c34311267
data/README.md CHANGED
@@ -47,4 +47,4 @@ puts item.high_alch - (item.price + nature_rune.price)
47
47
  ```
48
48
 
49
49
  # Full Documentation
50
- [View the Full Documentation](http://www.rubydoc.info/gems/alch/)
50
+ [View the Full Documentation](http://www.rubydoc.info/gems/alch/1.0.0)
data/lib/alch/item.rb CHANGED
@@ -8,7 +8,7 @@ require('net/http')
8
8
  # @author Marcello A. Sabino
9
9
  class Item
10
10
  attr_reader :id, :name, :price, :store_price,
11
- :low_price, :high_alch, :image
11
+ :low_alch, :high_alch, :image
12
12
 
13
13
  # Creates a new Item object
14
14
  # @param [Integer] id - the id of the Item
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcello A. Sabino