friends 0.41 → 0.42
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -1
- data/lib/friends/commands/update.rb +2 -0
- data/lib/friends/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f22962545b83fa5532f7533ff3695a860a2f0190a0b2b6ff9e4ce86437de3821
|
4
|
+
data.tar.gz: 037cafd4b8f73d84bb1d7a609899079371621a1469a7705730902df3788f4291
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad3125d9527c7eed75e44e1317488faeaa5f4a9a8725fde13b76cb785f9f049bf0915bc931e36ee60a7d157ec17ed87d0a846baa26c24e2659387cf1afad81f7
|
7
|
+
data.tar.gz: a8d68d8dda6427becab02cd0456574f535ab9d2ecd6c73455124f61b607d2b08ada41ee7767cefbf1bcf43ee3f01a180f87cfc318bddf335cc421472dbb22bf6
|
data/CHANGELOG.md
CHANGED
@@ -14,6 +14,17 @@ making a small donation (🙏) to show you appreciate its continued development.
|
|
14
14
|
|
15
15
|
👆 Donate with these buttons! 👆
|
16
16
|
|
17
|
+
## [v0.42](https://github.com/JacobEvelyn/friends/tree/v0.42) (2018-09-22)
|
18
|
+
[Full Changelog](https://github.com/JacobEvelyn/friends/compare/v0.41...v0.42)
|
19
|
+
|
20
|
+
**Fixed bugs:**
|
21
|
+
|
22
|
+
- `friends update` prints error message [\#207](https://github.com/JacobEvelyn/friends/issues/207)
|
23
|
+
|
24
|
+
**Merged pull requests:**
|
25
|
+
|
26
|
+
- Fix uninitialized constant error with `friends update` [\#208](https://github.com/JacobEvelyn/friends/pull/208) ([JacobEvelyn](https://github.com/JacobEvelyn))
|
27
|
+
|
17
28
|
## [v0.41](https://github.com/JacobEvelyn/friends/tree/v0.41) (2018-09-22)
|
18
29
|
[Full Changelog](https://github.com/JacobEvelyn/friends/compare/v0.40...v0.41)
|
19
30
|
|
@@ -597,4 +608,4 @@ making a small donation (🙏) to show you appreciate its continued development.
|
|
597
608
|
## [v0.0.1](https://github.com/JacobEvelyn/friends/tree/v0.0.1) (2014-12-11)
|
598
609
|
|
599
610
|
|
600
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
611
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/lib/friends/version.rb
CHANGED