mwo 0.0.3 → 0.1.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
  SHA1:
3
- metadata.gz: 36eb4c400472a26399090def0106429c93a3874b
4
- data.tar.gz: c507e52d3da296a3de01313e4dbbc0aa400749c5
3
+ metadata.gz: 138ad0e213c97cacd163a6b3df3697839d3d8bae
4
+ data.tar.gz: 13a3d6a96bcd4f383f5fba430af60e51a2f0aecf
5
5
  SHA512:
6
- metadata.gz: 09f63326a8d43628275c4ec8a0c116c650d7b326fba43ee79a440b589c96d81445e40076f23bc95a4e3c45c300e7d7bdf25b24d393ab50f1277b51648e901b42
7
- data.tar.gz: d93b4e1aece29d1e30481f282dc4548446605ee1b54bfbdd975f07446876dd28f67e474186b22fe1f4cf90b96aabb08c4c9f08c0352031e2697a7464bd1fe53e
6
+ metadata.gz: 8132b50dd4d39e24f3682e41e8986513a702fb798a753e3777096d60cad54b0233313eb6361afb26ab6bb7d9051aa414575b681010a59a05d26b7f95daf4580b
7
+ data.tar.gz: 138860702389aef49a29d5b43c4bcc5874a671fa67d583dd41ffcb94cdabfb0ecf80e9d5263cd429e5978e8942d558d68f2024c7896b7ab55ea4fcc8a4237460
data/README.md CHANGED
@@ -45,7 +45,11 @@ Scoped weapons
45
45
 
46
46
  List all Mechs
47
47
 
48
- - [ ] MWO::Mech.all
48
+ - [x] MWO::Mech.all
49
+
50
+ ##### Lists the Mech ID with their corresponding variants
51
+
52
+ - [x] MWO::Mech.dictionary # Lists the Mech ID with their corresponding variants
49
53
 
50
54
  #### By Faction
51
55
 
@@ -57,7 +61,7 @@ List all Mechs
57
61
  - [ ] MWO::Mech.lights
58
62
  - [ ] MWO::Mech.mediums
59
63
  - [ ] MWO::Mech.heavies
60
- - [ ] MWO::Mech.assualts
64
+ - [ ] MWO::Mech.assaults
61
65
 
62
66
  #### Chain em
63
67