bundler-audited_update 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: eddbed603b6140aa25301dd1a58b11c76db321ba8b1d7131b1a5efcce2a4fbf3
4
- data.tar.gz: d45d995e84cad98bfa6a31f23a46c8ceee0121dab36dec3a6e2c5df4056f8ec3
3
+ metadata.gz: 6fe6c799a76670a641b1169e776c29637f2ad360c81f0decf81fb424bbbf8043
4
+ data.tar.gz: acad2ab9b6a4349a48b84cbb96094c18504ebcf73f297ceb21819f1a6dee7ad9
5
5
  SHA512:
6
- metadata.gz: a4c8be2124f1ec258e68e26aba7fa7f8a69ccc6d72c8ba1213f2e4bd57987f25f40c0db34b9a92ffa7dba4f165e11fb2725f64f5e39ff4a89342961e18c15442
7
- data.tar.gz: 7f6c576eaac442ce886beca34a51f7efbeb6d5711103886632f05cfd73477b79c25769e8602e2a812ee67a6811e219249299dcb0bd3f0cb853c069fcd545fd64
6
+ metadata.gz: 36f73f98089c9f3fcda15d2a6b1a46b339895dcb5d092bfaa4255d900cf9519c09fc25e99dbb231292b7ce177bf6df7a350a977dcdbbe68abff83783777bc454
7
+ data.tar.gz: 72028baff48dc47d357c6820553d3a7b9a33a35af773373fc634a7e519a3c96cffda939030eeb5d40b15256e33e2fb5b7aae440271d9de667e2f2c3005832542
@@ -26,7 +26,8 @@ module Bundler
26
26
  puts "\n\n\n\n\n"
27
27
 
28
28
  puts "--------------------------------"
29
- puts "Audited Bundle Upgrade Text"
29
+ puts "Upgraded Gems"
30
+ puts "(Generated with bundler-audited_updated https://github.com/bmulholland/audited_bundle_update)"
30
31
  puts "--------------------------------"
31
32
 
32
33
  puts @output
@@ -89,7 +90,7 @@ module Bundler
89
90
  puts changelog_output
90
91
  impact = nil
91
92
  while impact.nil?
92
- puts "Does this impact your application? (y/n/[o]pen in browser)"
93
+ puts "Does #{name} #{version_string} impact your application? (y/n/[o]pen in browser)"
93
94
  answer = gets
94
95
  answer = answer.downcase.strip
95
96
  if answer == "y"
@@ -129,6 +130,7 @@ module Bundler
129
130
  Changelog.md
130
131
  History
131
132
  History.md
133
+ HISTORY.md
132
134
  History.rdoc
133
135
  Changes
134
136
  CHANGES
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-audited_update
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan Mulholland