half-pipe 0.2.1 → 0.2.2

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: da42b09573b07ed2e9a8fa708cea91b0f370dfc9
4
- data.tar.gz: 7a5766cca2a6877eb8e391b4385b01de93c47c48
3
+ metadata.gz: 563caaeffa2cef80e01eed9432464ce506e19579
4
+ data.tar.gz: 231ca648583e3452764d939bb43c9da0b55b8f0f
5
5
  SHA512:
6
- metadata.gz: b0dc219c017d26d22c17b29dd2d69b9bfa517600e9c4038459e3b686dbff5ee955fd53dd765553751abda1a5bd2cf789fd233b25d48c9026fd4a4520a2fc32be
7
- data.tar.gz: 6d831c4268a33e158f24a59c77d5d0249da3abd35ee50112560257a5299ce19994bb0bc9813c58594b81fd1c50333a6dc99de012acb1a37524fcb269f62e8431
6
+ metadata.gz: 35a9510f3e47266b3015e945cd5ba6d0a4c86ae5b3a6de1f12b99400cffa2b6a3b3ef6513988fe2a2f81b35c1750ec04f8be277a4960b3a53c51cf08bbe84c93
7
+ data.tar.gz: 2294b1b1af3fd27c03134d563acbe0cb5994303bbec13082533c86f8b95ac677445b8bd7168f88d19d8d5298b4d58d05c29b87051efd904849da664a6765137b
data/README.md CHANGED
@@ -91,6 +91,10 @@ In this early release if you want to configure anything, you'll have to manually
91
91
 
92
92
  ## History
93
93
 
94
+ ### 08/09/2013 v0.2.2
95
+
96
+ - Use exec rather than system in rake task so Capistrano exists properly
97
+
94
98
  ### 07/22/2013 v0.2.0
95
99
 
96
100
  - Removes dependency on rack-asset-compiler and embeds the code in this gem
@@ -1,5 +1,5 @@
1
1
  module Half
2
2
  module Pipe
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
@@ -13,7 +13,7 @@ namespace :half_pipe do
13
13
  "half_pipe:generate_grunt_runner"] do |_,params|
14
14
  half_pipe.grunt_command = "#{half_pipe.grunt_runner} #{params[:command]}"
15
15
  puts "executing: #{half_pipe.grunt_command.inspect}"
16
- system half_pipe.grunt_command
16
+ exec half_pipe.grunt_command
17
17
  end
18
18
 
19
19
  task :generate_grunt_runner do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: half-pipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Fiorini
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-25 00:00:00.000000000 Z
11
+ date: 2013-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass