ddev 0.1.2 → 0.1.3

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: 23bcd36dee4728f74cee58c0b36ac8a3776d4e96
4
- data.tar.gz: bf070290defc75b08c9dfd7df7a11bb7aa83733e
3
+ metadata.gz: 3c11dbd8d4decfe845515e847a9a2ca414ab084c
4
+ data.tar.gz: 28470f268614c94b3b5422cb42d2a456a4f85d67
5
5
  SHA512:
6
- metadata.gz: b42fc8fa8680eb387bfd2e6051c66f7180f900b2aeb3e1047864e6c07cdc000615bd3c7d3e86c9971e9d3737e0b7d634870ad3faf618314a0f15b83bd70dcde3
7
- data.tar.gz: 6d187d0bc0bfec1d8a305cc0002001e8a374aa71e9cfcb05a5466dfd474ed459486904a67b7ba31e0b67785c84b4e6af144c655c2f7faa3621c5d3646ddfefca
6
+ metadata.gz: b960d8611fe8273da2cda1045d2be4a4996acf4a9f4b709c4e4b38c843d743bdf01faf8904c1448b0cc9b08502decd129b32c353ced7f9192b0ecd59fc307635
7
+ data.tar.gz: 1a5f66167394a0157e2d7bd02b99582890010f7198aa1a5d69457961936e81cc9fb33aada37b68dabf0b90a26ee29c7b3e844e4687327beb78c612a811fd18c8
@@ -0,0 +1,10 @@
1
+ exit
2
+ Settings.to_hash
3
+ exit
4
+ Settings.to_hash
5
+ Settings.methods.to_hash
6
+ Settings.methods
7
+ Settings
8
+ config_path
9
+ Settings.project
10
+ Config.project
data/exe/ddev CHANGED
@@ -212,7 +212,9 @@ module Ddev
212
212
  path = File.expand_path "../.ddev.yaml", __FILE__
213
213
 
214
214
  unless File.exist? path
215
- raise "Could not find config file at #{path}"
215
+ error = "Could not find config file at #{path}"
216
+ puts Rainbow(error).red
217
+ exit 1
216
218
  end
217
219
 
218
220
  path
@@ -1,3 +1,3 @@
1
1
  module Ddev
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddev
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Toniazzo
@@ -98,6 +98,7 @@ description:
98
98
  email:
99
99
  - jutonz42@gmail.com
100
100
  executables:
101
+ - ".byebug_history"
101
102
  - ddev
102
103
  extensions: []
103
104
  extra_rdoc_files: []
@@ -112,6 +113,7 @@ files:
112
113
  - bin/console
113
114
  - bin/setup
114
115
  - ddev.gemspec
116
+ - exe/.byebug_history
115
117
  - exe/ddev
116
118
  - lib/ddev.rb
117
119
  - lib/ddev/version.rb