carb 0.0.7 → 0.0.8

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.
@@ -88,7 +88,8 @@ module Carb
88
88
  Logger::log(" ⚡ A bit of Octaplus goodness", Logger::INFO)
89
89
 
90
90
  FileUtils.mkdir_p "#{Config::DIR_OCTAPLUS}"
91
- %x[curl -L -s https://github.com/proximitybbdo/engine/tarball/master | tar xz --strip 1 -C octaplus]
91
+ %x[git clone -q --recurse-submodules https://github.com/proximitybbdo/Engine.git octaplus > /dev/null 2>&1]
92
+ %x[rm -rf octaplus/.git]
92
93
  end
93
94
 
94
95
  def get_bearded_octo
data/lib/carb/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Carb
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: