dpl 1.6.6.travis.508.1 → 1.6.6.travis.509.1

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2Q0YTk1NjBlOTJiMDkyNTMwMTI0YjMxMWY1NWYyZjcxZmU3OWQxOQ==
4
+ MjY2MjAzMzI3NzRjOTIwYjY5OGJiNTBlOTFjYjEyOWM0Yzk5OTIwNQ==
5
5
  data.tar.gz: !binary |-
6
- ZDU4ZTA2NDBkNTk0MDY3NzM5NTcxZDNhODg5MjFkNDY5NDE4YTk0Nw==
6
+ YWY3NDVlMjBhODdmMWE2Mzk1ZDM5MDIyNjY0ZDBiNDkzNjMzMTkyZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDM5NDBhOGUzMmVkNzYyNDcxZTBmYzZhMWU2YjI3MWRmZTdlODM0MzZjNjk1
10
- ZTkyZTZmY2FiOTY5OWQ4MzNkOTBmMDZhMTQxNzdmYjJmOGUwOWM5Y2JhYzlj
11
- ZjNlMjVmM2ZlNmVkNjdmNTg2MTkwZTg2YjVkYmY4YTcyYTY1NGU=
9
+ YmU4N2QxMzExOTRkNDkxYWI3ODQwOTljZDk1MzNlM2YxMDQxNzQ0OGY4Mjky
10
+ NTU1ZGE5ZDVjYWI3NTUyM2FlNjNmODBjZTBhNjkzY2RjYjBmZTY1NzQxOTQ5
11
+ Y2ZlNTRhODA4ZmYwYmI2YzMzZGU4NmQ4M2U4ZTk0YzkxNzI2ZTc=
12
12
  data.tar.gz: !binary |-
13
- MThiZTU4N2MzZmY4MTQ1ZDYxYjVmOWJhYjMxYWIwMmIwNGVlYjYwOTViYzk5
14
- MzJjMmRhZGIyZTE4NzA5MDhhYTZhYWI2NjNiYjE5YTczYmE4ODQ3MTU2OGIz
15
- ZWVmYzJkZjRlMDdiNmFkMjY3OWZmOGFkNjM5OTc0ODljOTA3ODc=
13
+ YmRiODMzZTE1NWZiOGE4YmNhMTNlZGI2MzhhMzZkNTUzZGJjY2EwMTBjZDhi
14
+ ZGQ0OGNkNDZmY2M0MGVjNjcyMTE0MzFjZTI1NzM0ZjM4YTIwNDVmYzk3MzIz
15
+ NDllYzMxYzhhNjA0ZjdiYzQwYTg2OGVlNmExNzBkYmU3M2NjOTg=
@@ -57,7 +57,7 @@ module DPL
57
57
  end
58
58
 
59
59
  def push_app
60
- context.shell "#{APPCFG_BIN} --oauth2_refresh_token=#{options[:oauth_refresh_token]} #{app_dir}"
60
+ context.shell "#{APPCFG_BIN} --oauth2_refresh_token=#{options[:oauth_refresh_token]} update #{app_dir}"
61
61
  end
62
62
  end
63
63
  end
@@ -12,14 +12,14 @@ describe DPL::Provider::GAE do
12
12
  example 'with default app_dir' do
13
13
  ENV['TRAVIS_BUILD_DIR'] = Dir.pwd
14
14
  provider.options.update(:oauth_refresh_token => token)
15
- expect(provider.context).to receive(:shell).with("#{DPL::Provider::GAE::APPCFG_BIN} --oauth2_refresh_token=#{token} #{Dir.pwd}").and_return(true)
15
+ expect(provider.context).to receive(:shell).with("#{DPL::Provider::GAE::APPCFG_BIN} --oauth2_refresh_token=#{token} update #{Dir.pwd}").and_return(true)
16
16
  provider.push_app
17
17
  end
18
18
 
19
19
  example 'with custom app_dir' do
20
20
  app_dir='foo'
21
21
  provider.options.update(:oauth_refresh_token => token, :app_dir => app_dir)
22
- expect(provider.context).to receive(:shell).with("#{DPL::Provider::GAE::APPCFG_BIN} --oauth2_refresh_token=#{token} #{app_dir}").and_return(true)
22
+ expect(provider.context).to receive(:shell).with("#{DPL::Provider::GAE::APPCFG_BIN} --oauth2_refresh_token=#{token} update #{app_dir}").and_return(true)
23
23
  provider.push_app
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.6.travis.508.1
4
+ version: 1.6.6.travis.509.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-10 00:00:00.000000000 Z
11
+ date: 2014-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec