buildar 2.0.0.5 → 2.0.0.7
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/VERSION +1 -1
- data/lib/buildar.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZWNlYmY1ZmFhMWE1MDY1YjhjNjc5ODExZjliNjU3NWY1ZGVkYzIwYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZTY5NTE3YjE4MGRmNWI3ODA0OGRjNmFkYTg3ZTQzZGEwZTUwMTVhMw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MWQ3OGY5NzhiNmY2NjM3ZmEyOTliYjZhODNmOWVhZDQzYzI0ZGU2ZTEyM2U3
|
|
10
|
+
YmRhNjViMTgyZWE2MWRkZWI5NTJkNGYzYzYzYWUyMTVmZWJlMmMxYjg5YzJj
|
|
11
|
+
MjcxMjZkNjAxMzRhNGZkMzc1Y2MyNTJlOGZmOWJhN2I4OTdiY2U=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NTU0MGM4NmEzYTllNTcxMGYxNDg4YmY0NGFiYzYzMTA0MTExMDA0YmI5OGZk
|
|
14
|
+
MGY1YmUwN2Q5MzNlYTYyZWEwY2JmNTBjMWQyZDYwODkzZGQ0ZTU4NjBiZTc4
|
|
15
|
+
MjI3ZTA5MzU4NDA3MGQ3Zjg5OWFiYjFjNGMxMTg2Njk4MjFlOWQ=
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.0.
|
|
1
|
+
2.0.0.7
|
data/lib/buildar.rb
CHANGED
|
@@ -130,7 +130,7 @@ EOF
|
|
|
130
130
|
|
|
131
131
|
def define_tasks
|
|
132
132
|
desc "invoke :test and :bump_build conditionally"
|
|
133
|
-
task :pre_build do
|
|
133
|
+
task :pre_build => @pkg_dir do
|
|
134
134
|
Rake::Task[:test].invoke if Rake::Task.task_defined? :test
|
|
135
135
|
Rake::Task['bump:build'].invoke if @version_file
|
|
136
136
|
end
|