guard-konacha 1.0.0 → 1.0.1

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
- YTQ3Njc0ZWMxYmZjYzM1N2RlMjgzNzc4M2ZmYzUyZGQ5NmQ3NTkzZg==
4
+ ZWVkNWQ5NDg1NDU0YmE3OTRjZWEwMzJiN2EyOGNjZGM4OTYxZDUyZQ==
5
5
  data.tar.gz: !binary |-
6
- ZjZjNmI1ZDMzMWIzZDZhNzY1ZjNiYmM2M2JiZjliZWM5NTRmZmExMg==
6
+ NDYwMjYwM2Y1OWYwYWNiNjcyMjg4YmQ5NzUwZDM2M2MzMWRlYWJmNA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MmJmM2FlNTA1MTY1YzM2NDkxYzc2MWIzZjZmMWJmZDMwYTU5NWI1MGU2OGNj
10
- Y2E1OWIxMWY3NTk0NzFlM2IzOTA1ZTk1MmVlMmE4NTRmYjZkYmZhZmEyYTEw
11
- YzY2NDRlMWQ4YjkxYmYwNWY2NTJmMjcyZDU3NzQwZGJlOThmYWY=
9
+ Yjk0MTk1YWZhMmY3ZTdlNzhjNDAzYWMyMDg0ZTAxYTYwY2I2ZTg0YjI5ZWQ0
10
+ ZTdmNTI4ODVlZWVhNzY4MDhjYzVhZTdiMGI4M2IyN2JmNzNlNjA2Y2UxNTUx
11
+ NWIzNWViMmJjNDlmZGQ1ZmRhNTFiMDlkMTg0YzdjNWMxM2M5YTg=
12
12
  data.tar.gz: !binary |-
13
- MzJjMjFjMjk2YWQ2ZmY5MjA4MWFkMmUzNzk1N2FjYjZlY2ViZmJjMmFlNDMy
14
- OWVhZDA5Zjc1Mzc0YjMyYjVjZjZjYzg2MDc2NzU1MDM1MzE1Zjc2MGFiYzI1
15
- OTc3NzNhNGI5Mzc3ZmNiMmUyNDkzNWY4ZDI1OTljOGVmOGM1OTg=
13
+ MmM4OTE2ZGZiMDc0NzcxMDYwMDMxNDE0ODI2NzU3OGQ4MmVjNGE1NWNmOWMx
14
+ ZWQ2ZWNiYTlmNGZiMGI2ZjM5MTQ4YjY2ZDIyYWMwNmEzNzM3ZTU4NjZmMGYw
15
+ YTYyYjdjZDc5YmQ5ZjZjMzlmMGQ0Y2NiMDBhYzA0OGRiYmM3ZmY=
data/Readme.md CHANGED
@@ -1,4 +1,4 @@
1
- # Guard::Konacha [![Build Status](https://travis-ci.org/alexgb/guard-konacha.png?branch=master)](https://travis-ci.org/alexgb/guard-konacha)
1
+ # Guard::Konacha [![Build Status](https://travis-ci.org/alexgb/guard-konacha.png?branch=master)](https://travis-ci.org/alexgb/guard-konacha) [![Gem Version](https://badge.fury.io/rb/guard-konacha.png)](http://badge.fury.io/rb/guard-konacha)
2
2
 
3
3
  Automatically run your [Konacha](https://github.com/jfirebaugh/konacha) tests through [Guard](https://github.com/guard/guard/).
4
4
 
@@ -1,3 +1,4 @@
1
+ # -*- encoding : utf-8 -*-
1
2
  module Guard
2
3
  class Konacha
3
4
  class Formatter < ::Konacha::Formatter
@@ -3,7 +3,7 @@ module Guard
3
3
  class Runner
4
4
 
5
5
  DEFAULT_OPTIONS = {
6
- :run_all_on_start => :true,
6
+ :run_all_on_start => true,
7
7
  :notification => true,
8
8
  :rails_environment_file => './config/environment'
9
9
  }
@@ -1,7 +1,7 @@
1
1
  ### Guard::Konacha
2
2
  # available options:
3
- # - :run_all_on_start, defaults to :true
4
- # - :notification, defaults to :true
3
+ # - :run_all_on_start, defaults to true
4
+ # - :notification, defaults to true
5
5
  # - :rails_environment_file, location of rails environment file,
6
6
  # should be able to find it automatically
7
7
  guard :konacha do
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module KonachaVersion
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-konacha
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Gibbons
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-01 00:00:00.000000000 Z
11
+ date: 2013-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard