madden_20_market_prices 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4e024ca58e91599a212594e9cd1cc83f6c83600d60da6bda3610dbb445b8f65
4
- data.tar.gz: 62b9f74114797235688abf020e08ddd814b53b2a667f3e0e278a0c491957aaca
3
+ metadata.gz: 1c9b2b64bffccaf5afc33d1d6943dab98716d6020e737bbf3dd24d80acac5677
4
+ data.tar.gz: 883752caa18b10bfe511503eee38dbab016365ea325119d0f4fa2cc50af39231
5
5
  SHA512:
6
- metadata.gz: f11eb76c7d23ea9ebba2e7eb86cd7c1d98116f64c31dfb2078ebe91a11b1c45f72d9b8cc2b1934f6c10833ba3a7370353bf16a2c39f0651f023d126d8ddc1df4
7
- data.tar.gz: 5ae4105fda3449d261d13da4716d3ad5acb99369d837143fe43f5ff126380c68f620a0cd946b4f223564b4e5c7c0a5a9aca03ce5e924ca20dbd8181d9b683a02
6
+ metadata.gz: da87892cd04a8690708b47aaaeff4ba7dbebcaad59fb6996380b9091f0b0766a55781c4f59a9acfa669935353b23855db3dc24c52239f49b68f24a8fb37c64cf
7
+ data.tar.gz: 28115c47a5a94654e89d0f5f824ce3589b9c37421bd832be73d5c5781fca6f871012e29cfa596d82b31a110c497025f9a9010a7e91de1cb2fecc629a843d6e41
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
- # Madden20MarketPrices
1
+ # Madden 20 Market Prices
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/madden_20_market_prices`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ This Ruby Gem scrapes https://www.muthead.com/prices/xbox-one/ to provide users with up-to-date Auction House information about players in Madden Ultimate Team on the XBOX ONE.
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,7 +20,11 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- TODO: Write usage instructions here
23
+ Type the following:
24
+
25
+ $ madden-20-market-prices
26
+
27
+ And then follow the on-screen prompts.
26
28
 
27
29
  ## Development
28
30
 
@@ -1,3 +1,3 @@
1
1
  module Madden20MarketPrices
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: madden_20_market_prices
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - stuart-hahn