ecb 0.0.8 → 0.0.9

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: 1c1164f3a609583bca15a0aed91d3344e3c3d9f1
4
- data.tar.gz: 444ccf73593fba35a22582835cc2c379648d7098
3
+ metadata.gz: ed9f8832cfd6ada2433bdf84dcb7415822c59b71
4
+ data.tar.gz: 079416aca61937c68828d531c3521e2c3e43f996
5
5
  SHA512:
6
- metadata.gz: d2177e86eb7b6539ac2b902250c5eced4b53d2a78c1db415d2c98e3ce7254476bb7f933eaeec65260e1fb682b84fd003ed71d1a7ef838c63b7aea7cf1b6927fe
7
- data.tar.gz: ebbaf7477241eeaeb0f86a4c872ad7790ea37f6bb3bc8d552a3dc0a6deaa1fb644ca4a581c67173a61019a6de53bcf3d0ea42f0202a2a42b7c007addab19296e
6
+ metadata.gz: 7c78f93abdbf2d6184b6df55359523d865d33c5c76112d102218824fd37b0e71b1983ab88ed68c62d6b30b37c152e097ced7a6207d01d0a3da57237915a08f32
7
+ data.tar.gz: 2e4f01407417d72a10c9979eb337816f550345040fbe3724655d1062fa4ec23de0920346a9b51cb57e7fbfd77cbbeda838be753df1f27b55f4381e749d3c90f3
@@ -83,7 +83,7 @@ module Commands
83
83
  config_repo_url = EcbSharedLib.prepare_config_repo(config_repo)
84
84
  info = EcbSharedLib.read_repo_config(config_repo_url, config_name)
85
85
  build_config = EcbSharedLib.read_build_config(config_repo_url)
86
- byebug
86
+
87
87
  # Now that we have the json, prepare the world by creating a directory with the config name and placing
88
88
  # the various repos beneath that. The directory is created relative to the current directory.
89
89
 
@@ -7,6 +7,6 @@
7
7
  #
8
8
  class Info
9
9
  def self.version
10
- "0.0.8"
10
+ "0.0.9"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Hoiberg