albacore 2.0.12 → 2.0.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ac618a61dbd17425de0921b7280b23566d978f4
4
- data.tar.gz: 7dee830a2e4d41157e336f360a0bb3893d88ff69
3
+ metadata.gz: 386fd8c1ebd49cf9183f9b3f1e55381d358000a9
4
+ data.tar.gz: bba5c79bca3d2e7618e57720bb35dfbd4b00f63d
5
5
  SHA512:
6
- metadata.gz: d3ad4aac58a4efd75fc59481905988e7d178316edb2324c39df78b175bc3fe064ca6356c076b134bcd1e7f95dfb3a0901201cb6ac3446a2a101892ed1d5fadd2
7
- data.tar.gz: 6e932cab351b7bb2c94ef21f9930b8efc5641148326d39cee80afdf43cfa78abe84fb41a3654b10269bb0fa639eda663f1b2dacbd082ee14aaf1621cd2b7ee7f
6
+ metadata.gz: 91b999407c19841eeae62ed053942ba5f65fe03ec1fb6f4fcaac0aa16227e43d79bdd36476a75b7331270229d37a5cec60b67abf84997dc02d69aae30dae952d
7
+ data.tar.gz: 0755a5de63712d90a8d9331eb455bae6a14552d3d1e1ac2a7bd8ad50594963e775e16f17ec91bcd8ec119cc8cc305a125a9f148426fc85130033b141e910531d
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
  require 'map'
2
3
  require 'albacore/logging'
3
4
  require 'albacore/project'
@@ -1,4 +1,4 @@
1
- # -*- encoding: utf-8 -*-
1
+ # encoding: utf-8
2
2
 
3
3
  require 'rake'
4
4
  require 'albacore/paths'
@@ -116,7 +116,7 @@ module Albacore
116
116
  end
117
117
 
118
118
  # Pass the parameters that you specify to the console logger, which displays build information in the console window. You can specify the following parameters:
119
- # * PerformanceSummary. Show the time thats spent in tasks, targets, and projects.
119
+ # * PerformanceSummary. Show the time that's spent in tasks, targets and projects.
120
120
  # * Summary. Show the error and warning summary at the end.
121
121
  # * NoSummary. Don't show the error and warning summary at the end.
122
122
  # * ErrorsOnly. Show only errors.
@@ -1,3 +1,3 @@
1
1
  module Albacore
2
- VERSION = "2.0.12"
2
+ VERSION = "2.0.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: albacore
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.12
4
+ version: 2.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henrik Feldt