rmtools 2.2.7 → 2.3.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: f20f855b3fde933aa27f8253bd1fb92662780a99
4
+ data.tar.gz: 3bcc1c96aee87dea9d2e6c3ed7bf69221e51c139
5
+ SHA512:
6
+ metadata.gz: 6fee0dbd3198957f9d384250d652d17504a6188a7a7597296e7e058329dccdf372de0403ce97ad15046cfe0112eaa66bc526654ee09de22888602d93f6913ab1
7
+ data.tar.gz: e961e8e33080b092b1ec0e93b7467f6807c37bae2de430926adc970c323b3731bfe3abc57dd4cec85baec9a6f551aca52d5a23b8d07b2bcf261169fc2868090d
data/README.md CHANGED
@@ -27,17 +27,14 @@ It's still randomly documented since it's just my working tool.
27
27
 
28
28
  ### CHANGES
29
29
 
30
- ##### Version 2.2.6
30
+ ##### Version 2.2.5
31
31
 
32
32
  * String
33
- * Added #utf? and #find_compatible_encoding. Currently, latter one differentiates only utf-8 and ansi-1251.
33
+ * Added #fix_encoding! It differentiates only utf-8 and ansi-1251, though.
34
34
 
35
35
  * Range
36
36
  * #include? never raises an exception
37
37
 
38
- * Array/Set
39
- * Added #is_subset_of?
40
-
41
38
  ##### Version 2.2.4
42
39
 
43
40
  * Hash