slim-grunt-helpers 0.0.2 → 0.0.3

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: 315d6025a167f6f995b9c2d74ebb9c7bb99c82fd
4
- data.tar.gz: 14a2f8191e24d58ba91e37318c3d602446a1999d
3
+ metadata.gz: 729a263cee8ca42306021c4470e0d8f6ee7cc01d
4
+ data.tar.gz: 7e5de51d0abd39a6d0d14f7ddb8ccefd29636b61
5
5
  SHA512:
6
- metadata.gz: 100f857e035308ebd030d55031920926828a8e4c0ee9da85ba7c52bf356d63ecc6fc11452af8832b1aa41a808a8095df9354051f95e5fc4e1b9399c1b3f5c68e
7
- data.tar.gz: 0f6fc5657d2d6d386cc08f833f61f45115546024cede06dc31749b8614306bca6477f01ad4396534896ea1144b39c908cac17ce0351cd3a7dc1a64438241d1dc
6
+ metadata.gz: bdbba6586da03a114473e247d2961ef7e55a1a268cb64d8aff4764383c3f017b277cd5af3898ede193a9ad35ee8de43ba35d05b583c343ebbb19dfcf41cd788a
7
+ data.tar.gz: f65fa54e2b75e9bc10716d44ba4ebbc220de3d108c09dea642e61931a42930ee11c12a09ae3c7722f568cfb5b42d91fad4ba5372fdaeec2af65858edbc3dcefe
data/README.md CHANGED
@@ -9,7 +9,7 @@ how you require the gem) which will help you when setting up a pipeline with
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'slim-grunt-helpers', '~> 0.0.2'
12
+ gem 'slim-grunt-helpers', '~> 0.0.3'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -24,7 +24,7 @@ module SlimGruntHelpers
24
24
  usemin.each do |link|
25
25
  text << "#{ link }\n"
26
26
  end
27
- text << "\n<!-- endbuild -->"
27
+ text << "<!-- endbuild -->\n"
28
28
  end
29
29
 
30
30
  # Options:
@@ -41,7 +41,7 @@ module SlimGruntHelpers
41
41
  usemin.each do |link|
42
42
  text << "#{ link }\n"
43
43
  end
44
- text << "\n<!-- endbuild -->"
44
+ text << "<!-- endbuild -->\n"
45
45
  end
46
46
 
47
47
  end
@@ -1,3 +1,3 @@
1
1
  module SlimGruntHelpers
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slim-grunt-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fire-Dragon-DoL