middleman-cli 4.0.0.rc.2 → 4.0.0.rc.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5bf49f6eec11d7222b32af3ccbf53c53830f2b2c
4
- data.tar.gz: 06317eb7dc184e254f939a99f1830a472d120182
3
+ metadata.gz: 9a0764d6c7c771618c013e506ec74d9945c29674
4
+ data.tar.gz: 0b31f55401420db89fd633305009ccce72f5f740
5
5
  SHA512:
6
- metadata.gz: 555ed296dc09dbc59b3db33a3fc163c61e6fc5f4460a53bd81dc3564f2b700c6c11c8ab459f198047008895c93eb55ecd4f7c9b95b5603bc9be9ec5755fff712
7
- data.tar.gz: ce468e355723b7e20f06b3aa8c27da21ade3c92f633100198afa371153e63686a5c7e412b0d36b21c00ecef9ff14989e2b7583fff9f31cdd33d08b6804dced9b
6
+ metadata.gz: 92ea5204a61d10ede92fcc98f4f6e30ba3e5002f11476a47a987d85abe7321e3a42a5519fdeffa87997972cdb34f7b3d7140313e89ad1fa712f685e173ba15be
7
+ data.tar.gz: 73532cb79d3dd08560af3736d42f1d42562dd8550b0b58dcdb2c26025b3552eca5e8c60c065dca54d278d4ffa67225f3af59f6538c280b85e94ee372106d91aa
@@ -64,6 +64,7 @@ module Middleman::Cli
64
64
 
65
65
  if builder.run!
66
66
  clean_directories! if options['clean']
67
+ shell.say "Project built successfully."
67
68
  else
68
69
  msg = 'There were errors during this build'
69
70
  unless options['verbose']
@@ -29,7 +29,7 @@ module Middleman::Cli
29
29
  require 'open-uri'
30
30
  require 'json'
31
31
 
32
- api = 'http://directory.middlemanapp.com/api'
32
+ api = 'https://directory.middlemanapp.com/api'
33
33
  uri = ::URI.parse("#{api}/#{options[:template]}.json")
34
34
 
35
35
  begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.rc.2
4
+ version: 4.0.0.rc.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Reynolds
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-12-01 00:00:00.000000000 Z
12
+ date: 2015-12-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor