dpl 1.8.18.travis.1518.4 → 1.8.18.travis.1527.4

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
- MWNiNDkwNDIyN2RjMzUwYjJiMTgzZDg2MWUxYjU3MTAxZTg0N2ZiNA==
4
+ NjhhNzgwZTViZDliZDU3N2U5NjNkYWVhNmU4MmNkNTFjMGUyMTg1Mg==
5
5
  data.tar.gz: !binary |-
6
- ODliOTg3NmNhNWYwMjg2ZWQ4YjZhNDRhYTZjZDY4ZGE3Nzk4NzA0MA==
6
+ Y2VmZjkxNmI0M2JiZjQ0ZGVjMjM0NjYyODg2ZGMyYjU3ODExMDUwMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZmFiNzI4MDY0Y2UwYzZiYWNjMzllYWRkMzI2OTE4ZGQwMTlhNTYwM2MzM2U1
10
- NTBlOWYxZjJlMzgyMDhhNGY5OTI5NjEyYzMyY2RhZTkxNjgwODMzYzQ0ZjUx
11
- NTM2OGQ1MmNjN2MwOWE5NjU2MmMxMjM2M2Q5NGZiZmE3Nzg5Y2U=
9
+ ZmEzYmIzZTQ4MmY5NzFmOWU5MjA3MDQ5Zjg3M2IwOGFhYzA1NDNjNjg3MDFl
10
+ OWZiNTNkMjFmN2M2Mjk2ZmJmMmJkYTM2YzZiZDMzZjcwNmU3ZDgxYTczY2Y0
11
+ ODQ5ZjA2NGE4MTY1N2ZkZTMzNTZiNjJiNzNhMDkxMWU0MjhhNGU=
12
12
  data.tar.gz: !binary |-
13
- YTgyZDMxMjRmZTI0MWI0MTg5MzVlYWY2ODMxMTNkODA1MzNlMzY1Mzk2OWI1
14
- ZDUzNTQ5OWZkZTliZjc4OTYxNTEzOGI0YjE1YmY2NjQzZjFmZjc2OGJiZDQx
15
- ZDUwYmMxZjZmM2UxZWI2MDdkM2E5ZDc5MjgzNDQ2M2RjM2IzNzk=
13
+ ZTc4ZGM5MzRhMzBlZjY0ODFjMGU3ZWZiM2RmOWY1ZDQwYzk2ZjVhODY0ZmZi
14
+ NTE5MGYxMTYyN2VhNjI0NmJmMTg0NWI3YzRjMGYwMDFjZTQ4Y2E5MWY2OWY2
15
+ OWZlODkwZjZiZjUxOTc3MWUzYjVjOTJhN2ExNTQ4ZTEyZjE1MmU=
data/.travis.yml CHANGED
@@ -16,6 +16,9 @@ sudo: false
16
16
 
17
17
  cache: bundler
18
18
 
19
+ script:
20
+ - bundle exec rake && gem build dpl.gemspec && gem install dpl-*.gem && dpl --provider=script --script='echo foo'
21
+
19
22
  deploy:
20
23
  provider: rubygems
21
24
  api_key:
data/lib/dpl/provider.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  require 'dpl/error'
2
2
  require 'dpl/version'
3
3
  require 'fileutils'
4
- require 'json/pure'
5
4
 
6
5
  module DPL
7
6
  class Provider
data/spec/spec_helper.rb CHANGED
@@ -1,3 +1,4 @@
1
+ require 'json/pure'
1
2
  require 'dpl/error'
2
3
  require 'dpl/provider'
3
4
  require 'rspec/its'
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.8.18.travis.1518.4
4
+ version: 1.8.18.travis.1527.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-20 00:00:00.000000000 Z
11
+ date: 2016-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec