runner_helper 0.0.5 → 0.0.6

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: db1c7bad0c42ef654299f5bfc419238175bf0bf0
4
- data.tar.gz: bc4e3bbcb74cda0841fd4b92018e3908d810e671
3
+ metadata.gz: 13bda861fb6b54853ce804ddc829029b8e99c06f
4
+ data.tar.gz: 20f41a4dab954e219b6c29a3fc4776557f4567de
5
5
  SHA512:
6
- metadata.gz: 1bca23a0d0b4870f6c619a71a850d61f3a16dc4a1786dbfaa921896406c2c82768c51a163576fc397d50f3448a0656ea6b13e63ec5f2583c7f86e21126240a37
7
- data.tar.gz: 1c557a7f313f1ebdfc7df80ca770820d613180a750256550bda77912e826c01bd0351d5bbf3bf3d6ff04f4d982b5f2fc40c4b0fe6f41432051395810820ed003
6
+ metadata.gz: 76ed9cc49f8fa6902bbffdfb9eab52346f632b98812219b33016a91bc24e9b1dddb786b4121ad908d992b63e4a6c62fb5a8c3681e8a139df270d84f2745266b7
7
+ data.tar.gz: 39461856ff0bb5fe00e854b8b94564756649d139c11a104711f983f0cc2c647390fad9bf6edf07b7f52b02c72c1f2d85b2ea5a01c427d468662b6be04328c93d
data/Gemfile CHANGED
@@ -1,6 +1,3 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  gemspec
4
-
5
- gem 'exception_notification'
6
- gem 'rails'
data/Gemfile.lock CHANGED
@@ -1,44 +1,46 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runner_helper (0.0.5)
4
+ runner_helper (0.0.6)
5
+ exception_notification
6
+ rails
5
7
 
6
8
  GEM
7
9
  remote: https://rubygems.org/
8
10
  specs:
9
- actioncable (5.1.1)
10
- actionpack (= 5.1.1)
11
+ actioncable (5.1.3)
12
+ actionpack (= 5.1.3)
11
13
  nio4r (~> 2.0)
12
14
  websocket-driver (~> 0.6.1)
13
- actionmailer (5.1.1)
14
- actionpack (= 5.1.1)
15
- actionview (= 5.1.1)
16
- activejob (= 5.1.1)
15
+ actionmailer (5.1.3)
16
+ actionpack (= 5.1.3)
17
+ actionview (= 5.1.3)
18
+ activejob (= 5.1.3)
17
19
  mail (~> 2.5, >= 2.5.4)
18
20
  rails-dom-testing (~> 2.0)
19
- actionpack (5.1.1)
20
- actionview (= 5.1.1)
21
- activesupport (= 5.1.1)
21
+ actionpack (5.1.3)
22
+ actionview (= 5.1.3)
23
+ activesupport (= 5.1.3)
22
24
  rack (~> 2.0)
23
25
  rack-test (~> 0.6.3)
24
26
  rails-dom-testing (~> 2.0)
25
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
- actionview (5.1.1)
27
- activesupport (= 5.1.1)
28
+ actionview (5.1.3)
29
+ activesupport (= 5.1.3)
28
30
  builder (~> 3.1)
29
31
  erubi (~> 1.4)
30
32
  rails-dom-testing (~> 2.0)
31
33
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
- activejob (5.1.1)
33
- activesupport (= 5.1.1)
34
+ activejob (5.1.3)
35
+ activesupport (= 5.1.3)
34
36
  globalid (>= 0.3.6)
35
- activemodel (5.1.1)
36
- activesupport (= 5.1.1)
37
- activerecord (5.1.1)
38
- activemodel (= 5.1.1)
39
- activesupport (= 5.1.1)
37
+ activemodel (5.1.3)
38
+ activesupport (= 5.1.3)
39
+ activerecord (5.1.3)
40
+ activemodel (= 5.1.3)
41
+ activesupport (= 5.1.3)
40
42
  arel (~> 8.0)
41
- activesupport (5.1.1)
43
+ activesupport (5.1.3)
42
44
  concurrent-ruby (~> 1.0, >= 1.0.2)
43
45
  i18n (~> 0.7)
44
46
  minitest (~> 5.1)
@@ -48,57 +50,57 @@ GEM
48
50
  ast (2.3.0)
49
51
  builder (3.2.3)
50
52
  concurrent-ruby (1.0.5)
51
- erubi (1.6.0)
52
- exception_notification (4.2.1)
53
+ erubi (1.6.1)
54
+ exception_notification (4.2.2)
53
55
  actionmailer (>= 4.0, < 6)
54
56
  activesupport (>= 4.0, < 6)
55
57
  globalid (0.4.0)
56
58
  activesupport (>= 4.2.0)
57
- i18n (0.8.1)
59
+ i18n (0.8.6)
58
60
  loofah (2.0.3)
59
61
  nokogiri (>= 1.5.9)
60
- mail (2.6.5)
62
+ mail (2.6.6)
61
63
  mime-types (>= 1.16, < 4)
62
64
  method_source (0.8.2)
63
65
  mime-types (3.1)
64
66
  mime-types-data (~> 3.2015)
65
67
  mime-types-data (3.2016.0521)
66
- mini_portile2 (2.1.0)
68
+ mini_portile2 (2.2.0)
67
69
  minitest (5.10.2)
68
70
  minitest-reporters (1.1.14)
69
71
  ansi
70
72
  builder
71
73
  minitest (>= 5.0)
72
74
  ruby-progressbar
73
- nio4r (2.0.0)
74
- nokogiri (1.7.2)
75
- mini_portile2 (~> 2.1.0)
75
+ nio4r (2.1.0)
76
+ nokogiri (1.8.0)
77
+ mini_portile2 (~> 2.2.0)
76
78
  parser (2.4.0.0)
77
79
  ast (~> 2.2)
78
80
  powerpack (0.1.1)
79
- rack (2.0.2)
81
+ rack (2.0.3)
80
82
  rack-test (0.6.3)
81
83
  rack (>= 1.0)
82
- rails (5.1.1)
83
- actioncable (= 5.1.1)
84
- actionmailer (= 5.1.1)
85
- actionpack (= 5.1.1)
86
- actionview (= 5.1.1)
87
- activejob (= 5.1.1)
88
- activemodel (= 5.1.1)
89
- activerecord (= 5.1.1)
90
- activesupport (= 5.1.1)
91
- bundler (>= 1.3.0, < 2.0)
92
- railties (= 5.1.1)
84
+ rails (5.1.3)
85
+ actioncable (= 5.1.3)
86
+ actionmailer (= 5.1.3)
87
+ actionpack (= 5.1.3)
88
+ actionview (= 5.1.3)
89
+ activejob (= 5.1.3)
90
+ activemodel (= 5.1.3)
91
+ activerecord (= 5.1.3)
92
+ activesupport (= 5.1.3)
93
+ bundler (>= 1.3.0)
94
+ railties (= 5.1.3)
93
95
  sprockets-rails (>= 2.0.0)
94
96
  rails-dom-testing (2.0.3)
95
97
  activesupport (>= 4.2.0)
96
98
  nokogiri (>= 1.6)
97
99
  rails-html-sanitizer (1.0.3)
98
100
  loofah (~> 2.0)
99
- railties (5.1.1)
100
- actionpack (= 5.1.1)
101
- activesupport (= 5.1.1)
101
+ railties (5.1.3)
102
+ actionpack (= 5.1.3)
103
+ activesupport (= 5.1.3)
102
104
  method_source
103
105
  rake (>= 0.8.7)
104
106
  thor (>= 0.18.1, < 2.0)
@@ -115,11 +117,11 @@ GEM
115
117
  sprockets (3.7.1)
116
118
  concurrent-ruby (~> 1.0)
117
119
  rack (> 1, < 3)
118
- sprockets-rails (3.2.0)
120
+ sprockets-rails (3.2.1)
119
121
  actionpack (>= 4.0)
120
122
  activesupport (>= 4.0)
121
123
  sprockets (>= 3.0.0)
122
- thor (0.19.4)
124
+ thor (0.20.0)
123
125
  thread_safe (0.3.6)
124
126
  tzinfo (1.2.3)
125
127
  thread_safe (~> 0.1)
@@ -133,13 +135,11 @@ PLATFORMS
133
135
 
134
136
  DEPENDENCIES
135
137
  bundler (~> 1.13)
136
- exception_notification
137
138
  minitest (~> 5.0)
138
139
  minitest-reporters (~> 1.1)
139
- rails
140
140
  rake (~> 10.0)
141
141
  rubocop (~> 0)
142
142
  runner_helper!
143
143
 
144
144
  BUNDLED WITH
145
- 1.14.6
145
+ 1.15.4
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # RunnerHelper
2
2
 
3
+ [![Build Status](https://travis-ci.org/rgarifullin/runner_helper.svg?branch=master)](https://travis-ci.org/rgarifullin/runner_helper)
4
+ [![Code Climate](https://codeclimate.com/github/rgarifullin/runner_helper/badges/gpa.svg)](https://codeclimate.com/github/rgarifullin/runner_helper)
5
+
3
6
  RunnerHelper launches [Rails runner](http://guides.rubyonrails.org/command_line.html#rails-runner) as [Systemd](https://www.freedesktop.org/wiki/Software/systemd/) service. This runner periodically runs code (every 5 seconds by default).
4
7
 
5
8
  ## Installation
@@ -1,3 +1,3 @@
1
1
  module RunnerHelper
2
- VERSION = '0.0.5'.freeze
2
+ VERSION = '0.0.6'.freeze
3
3
  end
@@ -22,6 +22,9 @@ Gem::Specification.new do |spec|
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
23
  spec.require_paths = ['lib']
24
24
 
25
+ spec.add_dependency 'rails'
26
+ spec.add_dependency 'exception_notification'
27
+
25
28
  spec.add_development_dependency 'bundler', '~> 1.13'
26
29
  spec.add_development_dependency 'rake', '~> 10.0'
27
30
  spec.add_development_dependency 'minitest', '~> 5.0'
metadata CHANGED
@@ -1,15 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runner_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rinat Garifullin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-19 00:00:00.000000000 Z
11
+ date: 2017-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: exception_notification
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
13
41
  - !ruby/object:Gem::Dependency
14
42
  name: bundler
15
43
  requirement: !ruby/object:Gem::Requirement
@@ -124,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
152
  version: '0'
125
153
  requirements: []
126
154
  rubyforge_project:
127
- rubygems_version: 2.6.11
155
+ rubygems_version: 2.6.12
128
156
  signing_key:
129
157
  specification_version: 4
130
158
  summary: Rails runner generator