friends 0.41 → 0.42

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: b3a20e74fcab32686f8fa03875c9de42fbf295ba1b7a6d6ac40a64cd85f8a7b6
4
- data.tar.gz: 7a7b0bb65f1ad38dccb309cb1496225dc04df78b1fddd805a3ad9201f0bea678
3
+ metadata.gz: f22962545b83fa5532f7533ff3695a860a2f0190a0b2b6ff9e4ce86437de3821
4
+ data.tar.gz: 037cafd4b8f73d84bb1d7a609899079371621a1469a7705730902df3788f4291
5
5
  SHA512:
6
- metadata.gz: 1078bdfe03b7a97434ff4ef8a1359397190840ac748aa5303a6edf26c035bd84e09b478e8a6a1cab61340551b6384c3e1bd9fd2c068c7c4368cce2c4b1e5905e
7
- data.tar.gz: 97f7ce57bcf30df4e6b1d1b017ce46c0d0878bd5e6dbc9569a517976925121638bc62f1ae9f356f6b4bcb85a9015cdfbbee4aa47df30991fa09e09d07e8cdbb4
6
+ metadata.gz: ad3125d9527c7eed75e44e1317488faeaa5f4a9a8725fde13b76cb785f9f049bf0915bc931e36ee60a7d157ec17ed87d0a846baa26c24e2659387cf1afad81f7
7
+ data.tar.gz: a8d68d8dda6427becab02cd0456574f535ab9d2ecd6c73455124f61b607d2b08ada41ee7767cefbf1bcf43ee3f01a180f87cfc318bddf335cc421472dbb22bf6
@@ -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)*
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "friends/post_install_message"
4
+
3
5
  desc "Updates the `friends` program"
4
6
  command :update do |update|
5
7
  update.action do |global_options|
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Friends
4
- VERSION = "0.41".freeze
4
+ VERSION = "0.42".freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: friends
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.41'
4
+ version: '0.42'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Evelyn