albacore 2.2.0.pre.beta.3 → 2.2.0.pre.beta.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/albacore/tasks/release.rb +1 -1
- data/lib/albacore/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1501248cd94a94a7c384eecb3193d7d6818346d9
|
4
|
+
data.tar.gz: af739c4b6f7aa8bf11a08dd2c055aa792725ada3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2123914d69dde69641a1701d9e3670908f9058e62ae40c1ba78decdcd5dd80789e2ebd2976350f40f94eed03dc2596da4a1a04daaec3a362d2b8e172fae2b05e
|
7
|
+
data.tar.gz: 13415644c8b5e0bd985cb67eccd01b2ad8ca9f50fa5da7f07ff066b3612bccfc2e872336d7c48c0b9eb73a19e45166fc4155462e97d205a90029af10f33954fc
|
@@ -124,7 +124,7 @@ module Albacore
|
|
124
124
|
|
125
125
|
def guard_pkg
|
126
126
|
(! packages.empty?) or raise('You must have built your packages, use "depend_on: :nuget_pkg"')
|
127
|
-
(! File.exists?(@opts.get(:nuget_exe)) or raise(
|
127
|
+
(! File.exists?(@opts.get(:nuget_exe)) or raise("You don't have a NuGet.exe file to push with")
|
128
128
|
|
129
129
|
end
|
130
130
|
|
data/lib/albacore/version.rb
CHANGED