dpl 1.5.3.travis.262.1 → 1.5.3.travis.264.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 +8 -8
- data/README.md +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Y2VjODVmMGUyY2UxOTBiYTIzNzVkODNiZWVhMmEwM2Y4OGE0ZDg1Yw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NmU2MjlmMDQ3YmU4OGFmMzkzZTQ4NjZmZmUzYmIzNWU4MWRhN2Q5Zg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZTVjM2YyNDViOWFlODg3OThjMGVjZmI0MTg4MjVlZDY3ZmY5NWE3YzQ2YzFl
|
10
|
+
MmMyM2IzZDNhNTUzZjI2ZDYwYWNiM2FjNDQ2ODNiYzZmZjdkZDA0MjA1M2Rh
|
11
|
+
NWM2NDI5Zjk4YWE1NmYwMjAwNTJmNTkzN2QxMzY5MGU4NzYxMjU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZTVmN2Q3MmRjNDhlNDJiOGQ5NTE0ZGJjYjA1NGE3NzhlZmI4M2E4ZjFmMjA0
|
14
|
+
YThiNzk4OWFhYjMzZjliOTdmZWQ2MzdhMjkzZjU0YThmNjc2MzljZTkxYzVi
|
15
|
+
OTVkZmI3MTEwMTIyZGZhZTQ5NDlhMjY0ZWJkNmYwZTI0NzI5MmI=
|
data/README.md
CHANGED
@@ -132,7 +132,7 @@ As a rule of thumb, you should switch to the Git strategy if you run into issues
|
|
132
132
|
* **user**: PyPI Username.
|
133
133
|
* **password**: PyPI Password.
|
134
134
|
* **server**: Optional. Only required if you want to release to a different index. Follows the form of "https://mypackageindex.com/index".
|
135
|
-
* **distributions**:
|
135
|
+
* **distributions**: A space-separated list of distributions to be uploaded to PyPI. Defaults to 'sdist'.
|
136
136
|
|
137
137
|
#### Examples:
|
138
138
|
|
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.5.3.travis.
|
4
|
+
version: 1.5.3.travis.264.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: 2013-11-
|
11
|
+
date: 2013-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|