guard-spring 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/guard/spring/version.rb +1 -1
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe476decb048298823af31c88781b964eb721da2
4
- data.tar.gz: ff43048bdaba06cbf644f87725ec3dbbdd15ea7b
3
+ metadata.gz: 7adeea10a9d23172d2b2868e0b1c2ad2536bbd82
4
+ data.tar.gz: 2f869a21db9f3f1251801ae2e628b75f4548c186
5
5
  SHA512:
6
- metadata.gz: 1bc9220db7e642ba253b81b7b12d5078b6c779c4efbb4edc07198515f50127c2c8a642439f7628e21a0d87e10219af83e2c549f555a70df02f41870953e3bc0c
7
- data.tar.gz: 687a6287046fcea62961a975637802e4e2baa1c7ca7f3582cfcb71214ccead040f8af4e4aeaaf8ea7f0ddd1f7ead0e941b252237cd62d06369dfdac283549a07
6
+ metadata.gz: f67589e79d222696b309541dc5679b3416e0e29be2600d90a7ffe052ad4ca744f8b6d88b03728411d7b1a68cd95f82b3e415ffaca0d1ec80675d2b28dc270d6f
7
+ data.tar.gz: 7de7706df64ecb9da8a44eee9a30edead0655b63be856fe602db53b2c1fcd7d52aa7ebad66a33a19141601cba0cfbfe2f15b84cc1918066872ac96240747095b
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module SpringVersion
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-spring
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michał Knapik
@@ -150,7 +150,7 @@ dependencies:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
- description: Guard::Spring automatically runs tests with spring
153
+ description: Guard::Spring automatically manages spring process.
154
154
  email:
155
155
  - michal@knapik.me
156
156
  executables: []
@@ -186,10 +186,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  version: '0'
187
187
  requirements: []
188
188
  rubyforge_project:
189
- rubygems_version: 2.4.7
189
+ rubygems_version: 2.4.6
190
190
  signing_key:
191
191
  specification_version: 4
192
- summary: Pushes watched files to spring
192
+ summary: Guard::Spring starts, stops, and restarts Spring. The plugin ensures that
193
+ Spring is not left running when Guard is stopped.
193
194
  test_files:
194
195
  - spec/guard/spring/runner_spec.rb
195
196
  - spec/guard/spring_spec.rb