konstruct 0.9.0 → 0.9.1

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: 4bd2880f8ec8b5bd7756610e864655bd38c5f966
4
- data.tar.gz: bacb18847ae6f575e8c416bbaba0da960f9e3658
3
+ metadata.gz: 47a7e483bdf66eea90939bc07987b9282cc3c1cb
4
+ data.tar.gz: 5b24e1634b7a0c6815ee559a1d31cbd52728138d
5
5
  SHA512:
6
- metadata.gz: 58185c5eb3acb21ba8418dd84a6e324e526bd5ddc01275912af596394555c90044ec29179c2f263a3b89b59356f606997275c1f53619aea1124c81a08035fdf2
7
- data.tar.gz: 584b9adf3fefa7cac78953ef5cda1f6522448ebb047fcb14c149364562e88967a90ac1513f33e26af50b813961f00ad05f0ce7cf7eb62fd67f330463bc40cef4
6
+ metadata.gz: e5efbe44fafe5ef72d82905a70fe0ec2d8c5dc08adaaa916c2f3723db911294e9192c0dbd14dd5ca30abc92a5ce897758a6927f06492ee850fa7f883007bfe6c
7
+ data.tar.gz: 8bd43f73eabbfdf6962cc761b712c5857f2e0fe3319394f3b912f04ce8d32c9222b2325698b2f32cbc97481224077d72a198f4172580cad0a6b05df3a566a2d1
@@ -117,7 +117,7 @@ module Konstruct
117
117
  msg.warning("You should fix your installation of nodeJS to not require root privileges!")
118
118
  msg.paragraph("Installing NPM Assets. This might take a while.")
119
119
 
120
- FileUtils.cd("#{path}/assets") do
120
+ FileUtils.cd(dir_gulp) do
121
121
 
122
122
  `sudo npm install`
123
123
 
@@ -127,7 +127,7 @@ module Konstruct
127
127
 
128
128
  msg.paragraph("Installing NPM Assets. This might take a while.")
129
129
 
130
- FileUtils.cd("#{path}/assets") do
130
+ FileUtils.cd(dir_gulp) do
131
131
 
132
132
  `npm install`
133
133
 
@@ -1,3 +1,3 @@
1
1
  module Konstruct
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: konstruct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Kirsten
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-07 00:00:00.000000000 Z
11
+ date: 2016-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander