bits-installer 0.3.0 → 0.3.1

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.
@@ -55,7 +55,6 @@ module Bits
55
55
  end
56
56
 
57
57
  packages.each do |package|
58
- log.info "Installing package: #{package}"
59
58
  install_package package, force=ns[:force]
60
59
  end
61
60
  else
@@ -15,7 +15,7 @@ module Bits::InstallerMixin
15
15
  atom = package.atom
16
16
 
17
17
  if package.installed? and not force
18
- log.info "Already installed '#{atom}' using provider(s): #{package.providers_s}"
18
+ log.info "Already installed '#{atom}'"
19
19
  return
20
20
  end
21
21
 
data/lib/bits/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bits
2
- VERSION = '0.3.0'
2
+ VERSION = '0.3.1'
3
3
  end
data/lib/bits.rb CHANGED
@@ -13,7 +13,6 @@ require 'bits/commands/remove'
13
13
  require 'bits/commands/setup'
14
14
  require 'bits/commands/show'
15
15
  require 'bits/commands/sync'
16
- require 'bits/commands/query'
17
16
  require 'bits/commands/manifest'
18
17
  require 'bits/commands/provider_query'
19
18
  require 'bits/commands/provider_sync'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bits-installer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: