bundler-commentator 1.0.1 → 1.0.2

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
  SHA1:
3
- metadata.gz: d2bc0b89269e07e8a5736ab1f6c163c41d903485
4
- data.tar.gz: 5846ca588c0c07bce7670c073c0bf21f71f77fad
3
+ metadata.gz: ee0ddb663b1c1d862a7c8e84eddc6984d647311d
4
+ data.tar.gz: b8f7294ecbc9fb31f0c05a6ab015b783bfe18ec8
5
5
  SHA512:
6
- metadata.gz: 21e0a0f0fae8381f941d9a5cf77e21509466a8479b6e38e7e541d40acd95ff79ae2a475640a000c5e2dac72b8e49a162960d72b6098388c94a0ba0bebe77f88d
7
- data.tar.gz: b4e21374db36c94513e05375f9d21e0972081ea4c06c95af27f0241d6b14a88d3113d2c4b9955b69abbb4776fd11f7767685e3ca8bdc605220e31c482d478580
6
+ metadata.gz: 34a6b0a4f9a005c806f0b4f72c5e1fa24dbf5d68be65d061fc0dc80cb19e3a5972f2198d285ce0b51e7e216b7b926582875d341bb84e6b3e18db31ea0e7ed027
7
+ data.tar.gz: a398ef329bc5fbb1a38c1d3e3656b5833c33eba938d1634088e62901a32cc683b0f4400a982dea17d9d0960c67f362794cb00ae0861be7c8785b4dababd8b52f
@@ -7,7 +7,7 @@ module Bundler
7
7
 
8
8
  def run
9
9
  program :name, 'bundler-commentator'
10
- program :version, '1.0.0'
10
+ program :version, '1.0.2'
11
11
  program :description, 'Comment your Gemfile with descriptions from RubyGems.org'
12
12
 
13
13
  command :comment do |c|
@@ -36,8 +36,9 @@ module Bundler
36
36
  end
37
37
  end
38
38
  rescue Exception
39
+ ensure
40
+ output_buffer << line
39
41
  end
40
- output_buffer << line
41
42
  end
42
43
  end
43
44
  say "Writing commented Gemfile to: #{options.output_path}"
@@ -1,5 +1,5 @@
1
1
  module Bundler
2
2
  module Commentator
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-commentator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Traver