locomotivecms_wagon 2.0.0.pre.alpha.2 → 2.0.0.pre.alpha.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ describe Locomotive::Wagon::CLI do
10
10
  describe '#version' do
11
11
 
12
12
  let(:command) { Locomotive::Wagon::CLI::Main.start(['version']) }
13
- it { is_expected.to eq '2.0.0-alpha.1' }
13
+ it { is_expected.to match /^2.0.0/ }
14
14
 
15
15
  end
16
16
 
@@ -12,8 +12,8 @@ describe Locomotive::Wagon::PushCommand do
12
12
  let(:env) { 'production' }
13
13
  let(:path) { default_site_path }
14
14
  let(:shell) { Thor::Shell::Color.new }
15
- let(:options) { { shell: shell, data: true, verbose: true } }
16
- let(:command) { described_class.new(env, path, options) }
15
+ let(:options) { { data: true, verbose: true } }
16
+ let(:command) { described_class.new(env, path, options, shell) }
17
17
 
18
18
  describe '#push' do
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotivecms_wagon
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.pre.alpha.2
4
+ version: 2.0.0.pre.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Didier Lafforgue
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-05-19 00:00:00.000000000 Z
12
+ date: 2015-05-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -101,14 +101,14 @@ dependencies:
101
101
  requirements:
102
102
  - - "~>"
103
103
  - !ruby/object:Gem::Version
104
- version: 1.0.0.pre.alpha.1
104
+ version: 1.0.0.pre.alpha.2
105
105
  type: :runtime
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - "~>"
110
110
  - !ruby/object:Gem::Version
111
- version: 1.0.0.pre.alpha.1
111
+ version: 1.0.0.pre.alpha.2
112
112
  - !ruby/object:Gem::Dependency
113
113
  name: listen
114
114
  requirement: !ruby/object:Gem::Requirement
@@ -534,6 +534,7 @@ files:
534
534
  - lib/locomotive/wagon/generators/site/line_case.rb
535
535
  - lib/locomotive/wagon/generators/site/unzip.rb
536
536
  - lib/locomotive/wagon/generators/snippet.rb
537
+ - lib/locomotive/wagon/middlewares/error_page.rb
537
538
  - lib/locomotive/wagon/tools/deployment_connection.rb
538
539
  - lib/locomotive/wagon/tools/hosting_api.rb
539
540
  - lib/locomotive/wagon/tools/listen.rb