bits-installer 0.1.1 → 0.3.0

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.
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.1.1
4
+ version: 0.3.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-20 00:00:00.000000000 Z
12
+ date: 2013-06-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -90,6 +90,7 @@ files:
90
90
  - lib/bits/logging.rb
91
91
  - lib/bits/provider/python.rb
92
92
  - lib/bits/provider/homebrew.rb
93
+ - lib/bits/provider/rubygems.rb
93
94
  - lib/bits/provider/apt.rb
94
95
  - lib/bits/provider/portage.rb
95
96
  - lib/bits/backend.rb
@@ -105,18 +106,24 @@ files:
105
106
  - lib/bits/package_proxy.rb
106
107
  - lib/bits/exceptions.rb
107
108
  - lib/bits/commands/remove.rb
109
+ - lib/bits/commands/provider_sync.rb
108
110
  - lib/bits/commands/sync.rb
109
111
  - lib/bits/commands/install.rb
112
+ - lib/bits/commands/provider_query.rb
113
+ - lib/bits/commands/manifest.rb
110
114
  - lib/bits/commands/show.rb
111
115
  - lib/bits/commands/setup.rb
112
116
  - lib/bits/package.rb
117
+ - lib/bits/cache.rb
113
118
  - lib/bits/user.rb
114
119
  - lib/bits/bit_reader/local.rb
115
120
  - lib/bits/repository.rb
116
121
  - lib/bits/provider_reporting.rb
117
122
  - lib/bits/bit.rb
123
+ - lib/bits/installer_mixin.rb
118
124
  - lib/bits.rb
119
125
  - lib/libexec/bits-python
126
+ - lib/libexec/bits-ruby
120
127
  - ext/apt/apt_ext.cpp
121
128
  - ext/apt/Package.cpp
122
129
  - ext/apt/PackageVersion.cpp