guard-mthaml 0.2.4 → 0.2.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50dbd5d339eb3f37b393bb6438c4b193ced51cec
4
- data.tar.gz: 77999f9c6c539cf4c1f9ac5a8c2ff8266bd704e3
3
+ metadata.gz: 9f46bd6bec946973cd5ff97c13a434eff208358c
4
+ data.tar.gz: 9c543e9541763958f01dd543d34746034eee4aa1
5
5
  SHA512:
6
- metadata.gz: 08c00010110e2968b0d1dafb5c7203adb55ceceb3cd812f4563711b184d95947fdf84d66707b55884919243869261271c8a5a4924b45168a2df93e8c6aab9346
7
- data.tar.gz: 3dab63c746636a8530f58814751e2201a197825dc4f9884657935d22cc46e2b7cd342a859d204788cbf7de02a5c66d42b12b30ce32270c4c69ad567672ac194f
6
+ metadata.gz: 615f137255871de2cc5c584e77e90fbb6eb95541a12154a3d76df8126b622030369d018543477a6d4fff4dfe0d62b32f6097a3878ac29afb5f1a4e4729be7ed7
7
+ data.tar.gz: 62f41d0aa92b9ac9018fdd202e50451b0ba7e9e1c462d3d9ea066d4d3877b711865855846d455826024e8014dd19e1729c650bf22fcdc0659907c31ab05645d1
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Guard::MtHaml [![Gem Version](https://badge.fury.io/rb/guard-mthaml.svg)](http://badge.fury.io/rb/guard-mthaml)
2
- This is a Guard wrapper to compile Haml to PHP, Twig or static HTML.
2
+ This is a Guard wrapper for [MtHaml](https://github.com/arnaud-lb/MtHaml) to compile Haml to PHP, Twig or static HTML.
3
3
 
4
4
  ## Installation
5
5
  Add to your `Gemfile`:
@@ -24,8 +24,8 @@ Requires that `php` be executable via command line.
24
24
  ###
25
25
  # Sample Guardfile block for Guard::MtHaml
26
26
  #
27
- # :input ("views/src") set output directory for compiled files
28
- # :output ("views") set input directory with haml files
27
+ # :input ("views/src") set input directory with haml files
28
+ # :output ("views") set output directory for compiled files
29
29
  # :environment ("php") haml environment
30
30
  # :notifications (true) toggle guard notifications
31
31
  # :compress_output (false) compress compiled haml files
@@ -1,8 +1,8 @@
1
1
  ###
2
2
  # Sample Guardfile block for Guard::MtHaml
3
3
  #
4
- # :input ("views/src") set output directory for compiled files
5
- # :output ("views") set input directory with haml files
4
+ # :input ("views/src") set input directory with haml files
5
+ # :output ("views") set output directory for compiled files
6
6
  # :environment ("php") haml environment
7
7
  # :notifications (true) toggle guard notifications
8
8
  # :compress_output (false) compress compiled haml files
@@ -1,5 +1,5 @@
1
1
  module ::Guard
2
2
  class MtHamlVersion
3
- VERSION = "0.2.4"
3
+ VERSION = "0.2.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-mthaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-14 00:00:00.000000000 Z
11
+ date: 2014-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard