guard-rails 0.8.0 → 0.8.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 +4 -4
- data/.travis.yml +7 -3
- data/Gemfile +4 -2
- data/Gemfile.lock +38 -37
- data/README.md +1 -0
- data/Rakefile +1 -11
- data/VERSION +1 -1
- data/lib/guard/rails/runner.rb +5 -1
- data/spec/spec_helper.rb +2 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55e32c25234c42e3ae72d741cf78a272dd0a8d0c
|
4
|
+
data.tar.gz: 7d14a583f17ee85b4fea1cb02c7acf08b8add4ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5477e41ea461465b006e16a66bd2f2ec5b16fe8ba83f0645a7bd9330de14a260a6556e501fa0adebd858ab7dcddb2278f653c96d0979412a95f3f34a0dd1ca72
|
7
|
+
data.tar.gz: 0b12a3b6c1acdd6a649067b07f7b38c32085469d710a4fa5f5976061f47ac412bbf7e6cfadd0a379b48849afa0527c69727191f1e6567762ae0ce70c8bf919e8
|
data/.travis.yml
CHANGED
@@ -1,8 +1,12 @@
|
|
1
1
|
rvm:
|
2
|
-
- 2.2
|
3
|
-
- 2.3
|
4
|
-
-
|
2
|
+
- 2.2
|
3
|
+
- 2.3
|
4
|
+
- 2.4
|
5
|
+
- ruby-head
|
6
|
+
- jruby-9.1.7.0
|
5
7
|
script: "bundle && bundle exec rake spec"
|
8
|
+
after_success:
|
9
|
+
- bundle exec codeclimate-test-reporter
|
6
10
|
addons:
|
7
11
|
code_climate:
|
8
12
|
repo_token: 2188902454f0733604836cd02e84f17634b7a49e337269905e0757051db2e3ca
|
data/Gemfile
CHANGED
@@ -18,5 +18,7 @@ group :development do
|
|
18
18
|
gem 'libnotify', require: RUBY_PLATFORM.downcase.include?("linux") ? 'libnotify' : nil
|
19
19
|
end
|
20
20
|
|
21
|
-
|
22
|
-
gem "
|
21
|
+
group :test do
|
22
|
+
gem "simplecov"
|
23
|
+
gem "codeclimate-test-reporter", "~> 1.0.0"
|
24
|
+
end
|
data/Gemfile.lock
CHANGED
@@ -1,23 +1,23 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
guard-rails (0.8.
|
4
|
+
guard-rails (0.8.1)
|
5
5
|
guard (~> 2.11)
|
6
6
|
guard-compat (~> 1.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: http://rubygems.org/
|
10
10
|
specs:
|
11
|
-
codeclimate-test-reporter (0.
|
12
|
-
simplecov (
|
11
|
+
codeclimate-test-reporter (1.0.8)
|
12
|
+
simplecov (<= 0.13)
|
13
13
|
coderay (1.1.1)
|
14
|
-
diff-lcs (1.
|
14
|
+
diff-lcs (1.3)
|
15
15
|
docile (1.1.5)
|
16
|
-
fakefs (0.
|
17
|
-
ffi (1.9.
|
18
|
-
ffi (1.9.
|
16
|
+
fakefs (0.11.0)
|
17
|
+
ffi (1.9.18)
|
18
|
+
ffi (1.9.18-java)
|
19
19
|
formatador (0.2.5)
|
20
|
-
guard (2.14.
|
20
|
+
guard (2.14.1)
|
21
21
|
formatador (>= 0.2.4)
|
22
22
|
listen (>= 2.7, < 4.0)
|
23
23
|
lumberjack (~> 1.0)
|
@@ -31,22 +31,22 @@ GEM
|
|
31
31
|
guard (~> 2.2)
|
32
32
|
guard-compat (~> 1.1)
|
33
33
|
guard-compat (1.2.1)
|
34
|
-
guard-rspec (4.7.
|
34
|
+
guard-rspec (4.7.3)
|
35
35
|
guard (~> 2.1)
|
36
36
|
guard-compat (~> 1.1)
|
37
37
|
rspec (>= 2.99.0, < 4.0)
|
38
|
-
json (2.0
|
39
|
-
json (2.0
|
40
|
-
libnotify (0.9.
|
38
|
+
json (2.1.0)
|
39
|
+
json (2.1.0-java)
|
40
|
+
libnotify (0.9.3)
|
41
41
|
ffi (>= 1.0.11)
|
42
42
|
listen (3.1.5)
|
43
43
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
44
44
|
rb-inotify (~> 0.9, >= 0.9.7)
|
45
45
|
ruby_dep (~> 1.2)
|
46
|
-
lumberjack (1.0.
|
46
|
+
lumberjack (1.0.12)
|
47
47
|
method_source (0.8.2)
|
48
48
|
nenv (0.3.0)
|
49
|
-
notiffany (0.1.
|
49
|
+
notiffany (0.1.1)
|
50
50
|
nenv (~> 0.1)
|
51
51
|
shellany (~> 0.0)
|
52
52
|
pry (0.10.4)
|
@@ -58,44 +58,44 @@ GEM
|
|
58
58
|
method_source (~> 0.8.1)
|
59
59
|
slop (~> 3.4)
|
60
60
|
spoon (~> 0.0)
|
61
|
-
rake (
|
62
|
-
rb-fsevent (0.9.
|
63
|
-
rb-inotify (0.9.
|
61
|
+
rake (12.0.0)
|
62
|
+
rb-fsevent (0.9.8)
|
63
|
+
rb-inotify (0.9.8)
|
64
64
|
ffi (>= 0.5.0)
|
65
|
-
rspec (3.
|
66
|
-
rspec-core (~> 3.
|
67
|
-
rspec-expectations (~> 3.
|
68
|
-
rspec-mocks (~> 3.
|
69
|
-
rspec-core (3.
|
70
|
-
rspec-support (~> 3.
|
71
|
-
rspec-expectations (3.
|
65
|
+
rspec (3.6.0)
|
66
|
+
rspec-core (~> 3.6.0)
|
67
|
+
rspec-expectations (~> 3.6.0)
|
68
|
+
rspec-mocks (~> 3.6.0)
|
69
|
+
rspec-core (3.6.0)
|
70
|
+
rspec-support (~> 3.6.0)
|
71
|
+
rspec-expectations (3.6.0)
|
72
72
|
diff-lcs (>= 1.2.0, < 2.0)
|
73
|
-
rspec-support (~> 3.
|
74
|
-
rspec-mocks (3.
|
73
|
+
rspec-support (~> 3.6.0)
|
74
|
+
rspec-mocks (3.6.0)
|
75
75
|
diff-lcs (>= 1.2.0, < 2.0)
|
76
|
-
rspec-support (~> 3.
|
77
|
-
rspec-support (3.
|
78
|
-
ruby_dep (1.
|
76
|
+
rspec-support (~> 3.6.0)
|
77
|
+
rspec-support (3.6.0)
|
78
|
+
ruby_dep (1.5.0)
|
79
79
|
shellany (0.0.1)
|
80
|
-
simplecov (0.
|
80
|
+
simplecov (0.13.0)
|
81
81
|
docile (~> 1.1.0)
|
82
82
|
json (>= 1.8, < 3)
|
83
83
|
simplecov-html (~> 0.10.0)
|
84
|
-
simplecov-html (0.10.
|
84
|
+
simplecov-html (0.10.1)
|
85
85
|
slop (3.6.0)
|
86
|
-
spoon (0.0.
|
86
|
+
spoon (0.0.6)
|
87
87
|
ffi
|
88
|
-
terminal-notifier (1.
|
88
|
+
terminal-notifier (1.8.0)
|
89
89
|
terminal-notifier-guard (1.7.0)
|
90
|
-
thor (0.19.
|
91
|
-
version (1.
|
90
|
+
thor (0.19.4)
|
91
|
+
version (1.1.1)
|
92
92
|
|
93
93
|
PLATFORMS
|
94
94
|
java
|
95
95
|
ruby
|
96
96
|
|
97
97
|
DEPENDENCIES
|
98
|
-
codeclimate-test-reporter
|
98
|
+
codeclimate-test-reporter (~> 1.0.0)
|
99
99
|
fakefs
|
100
100
|
guard-bundler
|
101
101
|
guard-rails!
|
@@ -103,9 +103,10 @@ DEPENDENCIES
|
|
103
103
|
libnotify
|
104
104
|
rake
|
105
105
|
rspec
|
106
|
+
simplecov
|
106
107
|
terminal-notifier
|
107
108
|
terminal-notifier-guard
|
108
109
|
version
|
109
110
|
|
110
111
|
BUNDLED WITH
|
111
|
-
1.
|
112
|
+
1.15.0
|
data/README.md
CHANGED
data/Rakefile
CHANGED
@@ -8,18 +8,8 @@ require 'rake/version_task'
|
|
8
8
|
Rake::VersionTask.new
|
9
9
|
|
10
10
|
include Rake::DSL if defined?(Rake::DSL)
|
11
|
-
RVM_DO_ALL = "rvm all do"
|
12
11
|
|
13
|
-
|
14
|
-
namespace :spec do
|
15
|
-
desc "Run on three Rubies"
|
16
|
-
task :platforms do
|
17
|
-
exit $?.exitstatus unless system "#{RVM_DO_ALL} bundle install 2>&1 1>/dev/null "
|
18
|
-
exit $?.exitstatus unless system "#{RVM_DO_ALL} bundle exec rake spec"
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
task :default => 'spec:platforms'
|
12
|
+
task :default => 'spec'
|
23
13
|
|
24
14
|
desc 'Push everywhere!'
|
25
15
|
task :publish do
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.8.
|
1
|
+
0.8.1
|
data/lib/guard/rails/runner.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
@@ -1,10 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
CodeClimate::TestReporter.start
|
4
|
-
else
|
5
|
-
require 'simplecov'
|
6
|
-
SimpleCov.start
|
7
|
-
end
|
1
|
+
require 'simplecov'
|
2
|
+
SimpleCov.start
|
8
3
|
|
9
4
|
require 'guard/compat/test/helper' # test helper for Guard plugin
|
10
5
|
require 'guard/rails'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Bintz
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2017-08-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: guard
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
86
|
rubyforge_project:
|
87
|
-
rubygems_version: 2.
|
87
|
+
rubygems_version: 2.6.8
|
88
88
|
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: Guard your Rails to always be there.
|