guard-rails 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46180bc05beebeaaa563610bcf44098f8d26dc05
4
- data.tar.gz: 625cf6390cc3203811198d522f2267d727250794
3
+ metadata.gz: 55e32c25234c42e3ae72d741cf78a272dd0a8d0c
4
+ data.tar.gz: 7d14a583f17ee85b4fea1cb02c7acf08b8add4ba
5
5
  SHA512:
6
- metadata.gz: 7d4e9b2738c76413c10265c24483e522bfb6a119b997f4ffce86e1c00665fa47b44b2afca14e7c6953f9f9967eb235b290ea102be2cbb55dcaea9eae29d729b3
7
- data.tar.gz: 35a5322f906c61e29b9158c4135472473dbeb9becd929743d460997974714214992e18410946a3895f82b488fec036dedeb3c58f8253c60b9caa26a51ac7118e
6
+ metadata.gz: 5477e41ea461465b006e16a66bd2f2ec5b16fe8ba83f0645a7bd9330de14a260a6556e501fa0adebd858ab7dcddb2278f653c96d0979412a95f3f34a0dd1ca72
7
+ data.tar.gz: 0b12a3b6c1acdd6a649067b07f7b38c32085469d710a4fa5f5976061f47ac412bbf7e6cfadd0a379b48849afa0527c69727191f1e6567762ae0ce70c8bf919e8
@@ -1,8 +1,12 @@
1
1
  rvm:
2
- - 2.2.3
3
- - 2.3.0
4
- - jruby-9.0.5.0
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
- # Test Coverage
22
- gem "codeclimate-test-reporter", group: :test, require: nil
21
+ group :test do
22
+ gem "simplecov"
23
+ gem "codeclimate-test-reporter", "~> 1.0.0"
24
+ end
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- guard-rails (0.8.0)
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.6.0)
12
- simplecov (>= 0.7.1, < 1.0.0)
11
+ codeclimate-test-reporter (1.0.8)
12
+ simplecov (<= 0.13)
13
13
  coderay (1.1.1)
14
- diff-lcs (1.2.5)
14
+ diff-lcs (1.3)
15
15
  docile (1.1.5)
16
- fakefs (0.9.0)
17
- ffi (1.9.14)
18
- ffi (1.9.14-java)
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.0)
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.2)
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.1)
39
- json (2.0.1-java)
40
- libnotify (0.9.1)
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.10)
46
+ lumberjack (1.0.12)
47
47
  method_source (0.8.2)
48
48
  nenv (0.3.0)
49
- notiffany (0.1.0)
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 (11.2.2)
62
- rb-fsevent (0.9.7)
63
- rb-inotify (0.9.7)
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.5.0)
66
- rspec-core (~> 3.5.0)
67
- rspec-expectations (~> 3.5.0)
68
- rspec-mocks (~> 3.5.0)
69
- rspec-core (3.5.1)
70
- rspec-support (~> 3.5.0)
71
- rspec-expectations (3.5.0)
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.5.0)
74
- rspec-mocks (3.5.0)
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.5.0)
77
- rspec-support (3.5.0)
78
- ruby_dep (1.3.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.12.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.0)
84
+ simplecov-html (0.10.1)
85
85
  slop (3.6.0)
86
- spoon (0.0.4)
86
+ spoon (0.0.6)
87
87
  ffi
88
- terminal-notifier (1.6.3)
88
+ terminal-notifier (1.8.0)
89
89
  terminal-notifier-guard (1.7.0)
90
- thor (0.19.1)
91
- version (1.0.0)
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.12.5
112
+ 1.15.0
data/README.md CHANGED
@@ -92,6 +92,7 @@ And I will be there as your call.
92
92
  * Michael
93
93
  * Benjamin Sullivan
94
94
  * Johnny Robeson
95
+ * Peter Ragone
95
96
  * Grant Hutchins and Jonathan Mukai-Heidt
96
97
  * Everard Brown
97
98
  * Sho Kusano
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.0
1
+ 0.8.1
@@ -191,7 +191,11 @@ module Guard
191
191
  end
192
192
 
193
193
  def zeus_sockfile
194
- File.join(@root, '.zeus.sock')
194
+ unless ENV['ZEUSSOCK'].to_s.empty?
195
+ ENV['ZEUSSOCK']
196
+ else
197
+ File.join(@root, '.zeus.sock')
198
+ end
195
199
  end
196
200
 
197
201
  end
@@ -1,10 +1,5 @@
1
- if ENV['CI']
2
- require "codeclimate-test-reporter"
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.0
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: 2016-07-20 00:00:00.000000000 Z
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.5.1
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.