guard-flay 0.0.1 → 0.0.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Y2NiYzU0YWE5YWRhMjQ3YzEzYzM3Mzc0ZjViNDljNDg3OWRkOGQ1Yw==
4
+ MDkwZDJlMWUwMTU4NGRjYmJkMjkxMzk0MzAyZWI0ZGRiZmExMzU1YQ==
5
5
  data.tar.gz: !binary |-
6
- ODIxOTNiODFmZDNkMDNiNWNhOTQ1ZWE4NTVjMWZhMTY4M2Y3OGViNg==
6
+ MDc3Yzg3OGUyYmM5YTRhMTY5OWIyNWU4YjU2MzEwNDYxNmVhYzRkMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YzlmYjg0YzE2YTIyNDlmM2U1NTI4ODc0ODU4OTg0YTA2NGUxNTYyYTBhNjMy
10
- MjZkZmU4MTI0NDlmYjZiNDc2NGE3MzUwZmYxNGUwOGVjMzYxOTJiZjFmNWE5
11
- MTE0NTgyZTM5YzY4YWJhODE2MDIyODVmYzJlNDY1NDI3ZDI5Yzc=
9
+ MWYxMWNhMjY1ZDFjYjM2MTY2NjkzNDAzY2ExYzExZDYyZmNjZDNjM2E4OGMy
10
+ MzNlZDE5MTc2MGRkNTYyMzVjMWI4NmVmMGE3OWY2OTk3YWRjZTNhMmZiN2Fm
11
+ OTNlOTJjMmYxNzEyM2RlZDI2ZjRkOWQxZTVmZmVhN2Y2ZmYxNTY=
12
12
  data.tar.gz: !binary |-
13
- MDdmNjRkZGVlMmY5Y2NmMTViOWMwOTA5MDdhNzgwMDEzMjU1ZTYxOWIxMTYx
14
- NjRkZGYyMmUxY2ZlOGVmNjdhNGQ3YmUzZDIwMTZkNWE3Zjg4MmE1MzM4YThh
15
- ZWQyNjRhNDU1NGEzMzQ2MTViMmQyYTUyODYwMzYyODcxNDBlOGY=
13
+ YmZiOThkMjYyNDk5YWQyNDI3NmI4ZmEzNmU1MWJjYzQzYTFjYmVhY2FiZmUw
14
+ OGE4MTRhYzkzOTM3NGRjNTkxMmU3OGM1NGIzMTEzMDM3ODBmMDZiMmYwNWUw
15
+ N2IzOWZiNzg1Y2E1MWM5MDdjOWE2Y2I4NmM0OWRkMDM5MzNlZjM=
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Guard::Flay [![Dependency Status](https://gemnasium.com/pericles/guard-flay.png)](https://gemnasium.com/pericles/guard-flay)
1
+ # Guard::Flay [![Dependency Status](https://gemnasium.com/pericles/guard-flay.png)](https://gemnasium.com/pericles/guard-flay) [![Code Climate](https://codeclimate.com/github/pericles/guard-flay.png)](https://codeclimate.com/github/pericles/guard-flay)
2
2
 
3
3
  Flay guard flays every file on change.
4
4
 
@@ -12,7 +12,7 @@ Add it to your Gemfile (inside development group):
12
12
 
13
13
  ``` ruby
14
14
  group :development do
15
- gem 'guard-flay', git: 'git://github.com/pericles/guard-flay.git'
15
+ gem 'guard-flay'
16
16
  end
17
17
  ```
18
18
 
@@ -41,6 +41,12 @@ end
41
41
 
42
42
  Please read [Guard doc](https://github.com/guard/guard#readme) for more information about the Guardfile DSL.
43
43
 
44
+ ## TODO
45
+
46
+ * Tests
47
+ * Notifications
48
+ * Guard params
49
+
44
50
  ## Development
45
51
 
46
52
  * Source hosted at [GitHub](https://github.com/pericles/guard-flay)
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.rubyforge_project = 'guard-flay'
23
23
 
24
24
  spec.add_dependency 'guard', '>= 1.8'
25
- spec.add_dependency 'flay', '~> 2.4.0'
25
+ spec.add_dependency 'flay', '~> 2.5.0'
26
26
  spec.add_dependency 'flay-haml', '~> 0.0.3'
27
27
 
28
28
  spec.add_development_dependency "bundler", "~> 1.3"
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module FlayVersion
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-flay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Péricles Dias
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-13 00:00:00.000000000 Z
11
+ date: 2014-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: 2.4.0
33
+ version: 2.5.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ~>
39
39
  - !ruby/object:Gem::Version
40
- version: 2.4.0
40
+ version: 2.5.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: flay-haml
43
43
  requirement: !ruby/object:Gem::Requirement