bundle-info 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/bin/bundle-info CHANGED
@@ -3,7 +3,7 @@
3
3
  require 'bundler'
4
4
  require 'pp'
5
5
 
6
- gems = Bundler.load.specs.sort_by{|s| s.name}
6
+ gems = Bundler.load.specs.sort_by{|s| s.name.downcase}
7
7
 
8
8
  gems.each do |gem|
9
9
  puts "#{gem.name} (#{gem.version}): #{gem.homepage}\n\t#{gem.summary}\n\n"
@@ -1,5 +1,5 @@
1
1
  module Bundle
2
2
  module Info
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundle-info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -28,6 +28,7 @@ files:
28
28
  - bundle-info.gemspec
29
29
  - lib/bundle-info/version.rb
30
30
  - pkg/bundle-info-0.0.1.gem
31
+ - pkg/bundle-info-0.0.2.gem
31
32
  homepage: ''
32
33
  licenses: []
33
34
  post_install_message: