wat_catcher 0.9.0 → 0.10.0

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: 084d0ad117d93fa4dcaf2bd877752ed61b731a0d
4
- data.tar.gz: 00029902a7814c6d61d5ee6ebd8d3528a499fe5b
3
+ metadata.gz: b6a01bd8ce760da5b3c77103df0edb7c8b9b7ae1
4
+ data.tar.gz: f08d954e5dbacc5fba71280a61e46200192b0432
5
5
  SHA512:
6
- metadata.gz: e0b86deb692dca7aff1a8176cb5fd165e2c5769a1b0b02c4414712af19b86338a9364026193cf31ce53c16c88a8eb3e1f158092d5ce52c5f202f688274bb5a0c
7
- data.tar.gz: a631616e121c3342672a360319f84999872e7ccec48a1f0f189f8aaa4d70d3c886818ca1f8553800f37f86bf14b2541fa863bf32d9a6b9e18e31ec3941b7557b
6
+ metadata.gz: d3ec3e25f5723f052ba284ad6b394f8ac52a89e102cb65ee5ae182d7c88a825e577df641ad5395a7dceb5277b8ffd2de918f2d1cc208b6531e9ab0766560d796
7
+ data.tar.gz: 7e44e6d1df2d5799d5b2008ee365d56e95a39fd41311efe8a3f58c950f509a287fd28be6c11b77c96bb316513245ed88ad68a90ce4e6c49c1281e872793d886e
data/.gitignore CHANGED
@@ -4,7 +4,6 @@
4
4
  .config
5
5
  .yardoc
6
6
  .idea/
7
- Gemfile.lock
8
7
  InstalledFiles
9
8
  _yardoc
10
9
  coverage
@@ -16,3 +15,5 @@ spec/reports
16
15
  test/tmp
17
16
  test/version_tmp
18
17
  tmp
18
+ *.sqlite3
19
+ *.log
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.0.0-p195
1
+ 2.3.0
data/Gemfile.lock ADDED
@@ -0,0 +1,171 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ wat_catcher (0.10.0)
5
+ coffee-rails
6
+ httpclient
7
+ sidekiq
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actionmailer (4.0.13)
13
+ actionpack (= 4.0.13)
14
+ mail (~> 2.5, >= 2.5.4)
15
+ actionpack (4.0.13)
16
+ activesupport (= 4.0.13)
17
+ builder (~> 3.1.0)
18
+ erubis (~> 2.7.0)
19
+ rack (~> 1.5.2)
20
+ rack-test (~> 0.6.2)
21
+ activemodel (4.0.13)
22
+ activesupport (= 4.0.13)
23
+ builder (~> 3.1.0)
24
+ activerecord (4.0.13)
25
+ activemodel (= 4.0.13)
26
+ activerecord-deprecated_finders (~> 1.0.2)
27
+ activesupport (= 4.0.13)
28
+ arel (~> 4.0.0)
29
+ activerecord-deprecated_finders (1.0.4)
30
+ activesupport (4.0.13)
31
+ i18n (~> 0.6, >= 0.6.9)
32
+ minitest (~> 4.2)
33
+ multi_json (~> 1.3)
34
+ thread_safe (~> 0.1)
35
+ tzinfo (~> 0.3.37)
36
+ arel (4.0.2)
37
+ builder (3.1.4)
38
+ coderay (1.1.1)
39
+ coffee-rails (4.1.1)
40
+ coffee-script (>= 2.2.0)
41
+ railties (>= 4.0.0, < 5.1.x)
42
+ coffee-script (2.4.1)
43
+ coffee-script-source
44
+ execjs
45
+ coffee-script-source (1.10.0)
46
+ concurrent-ruby (1.0.1)
47
+ connection_pool (2.2.0)
48
+ diff-lcs (1.2.5)
49
+ erubis (2.7.0)
50
+ execjs (2.6.0)
51
+ ffi (1.9.10)
52
+ formatador (0.2.5)
53
+ guard (2.13.0)
54
+ formatador (>= 0.2.4)
55
+ listen (>= 2.7, <= 4.0)
56
+ lumberjack (~> 1.0)
57
+ nenv (~> 0.1)
58
+ notiffany (~> 0.0)
59
+ pry (>= 0.9.12)
60
+ shellany (~> 0.0)
61
+ thor (>= 0.18.1)
62
+ guard-coffeescript (2.0.1)
63
+ coffee-script (>= 2.2.0)
64
+ guard (>= 2.1.0)
65
+ guard-compat (~> 1.1)
66
+ guard-compat (1.2.1)
67
+ httpclient (2.7.1)
68
+ i18n (0.7.0)
69
+ jasmine (2.4.0)
70
+ jasmine-core (~> 2.4)
71
+ phantomjs
72
+ rack (>= 1.2.1)
73
+ rake
74
+ jasmine-core (2.4.1)
75
+ listen (3.0.6)
76
+ rb-fsevent (>= 0.9.3)
77
+ rb-inotify (>= 0.9.7)
78
+ lumberjack (1.0.10)
79
+ mail (2.6.3)
80
+ mime-types (>= 1.16, < 3)
81
+ method_source (0.8.2)
82
+ mime-types (2.99.1)
83
+ minitest (4.7.5)
84
+ multi_json (1.11.2)
85
+ nenv (0.3.0)
86
+ notiffany (0.0.8)
87
+ nenv (~> 0.1)
88
+ shellany (~> 0.0)
89
+ phantomjs (2.1.1.0)
90
+ pry (0.10.3)
91
+ coderay (~> 1.1.0)
92
+ method_source (~> 0.8.1)
93
+ slop (~> 3.4)
94
+ rack (1.5.5)
95
+ rack-test (0.6.3)
96
+ rack (>= 1.0)
97
+ rails (4.0.13)
98
+ actionmailer (= 4.0.13)
99
+ actionpack (= 4.0.13)
100
+ activerecord (= 4.0.13)
101
+ activesupport (= 4.0.13)
102
+ bundler (>= 1.3.0, < 2.0)
103
+ railties (= 4.0.13)
104
+ sprockets-rails (~> 2.0)
105
+ railties (4.0.13)
106
+ actionpack (= 4.0.13)
107
+ activesupport (= 4.0.13)
108
+ rake (>= 0.8.7)
109
+ thor (>= 0.18.1, < 2.0)
110
+ rake (11.1.1)
111
+ rb-fsevent (0.9.7)
112
+ rb-inotify (0.9.7)
113
+ ffi (>= 0.5.0)
114
+ rb-readline (0.5.3)
115
+ redis (3.2.2)
116
+ rspec (3.4.0)
117
+ rspec-core (~> 3.4.0)
118
+ rspec-expectations (~> 3.4.0)
119
+ rspec-mocks (~> 3.4.0)
120
+ rspec-core (3.4.4)
121
+ rspec-support (~> 3.4.0)
122
+ rspec-expectations (3.4.0)
123
+ diff-lcs (>= 1.2.0, < 2.0)
124
+ rspec-support (~> 3.4.0)
125
+ rspec-mocks (3.4.1)
126
+ diff-lcs (>= 1.2.0, < 2.0)
127
+ rspec-support (~> 3.4.0)
128
+ rspec-rails (3.4.2)
129
+ actionpack (>= 3.0, < 4.3)
130
+ activesupport (>= 3.0, < 4.3)
131
+ railties (>= 3.0, < 4.3)
132
+ rspec-core (~> 3.4.0)
133
+ rspec-expectations (~> 3.4.0)
134
+ rspec-mocks (~> 3.4.0)
135
+ rspec-support (~> 3.4.0)
136
+ rspec-support (3.4.1)
137
+ shellany (0.0.1)
138
+ sidekiq (4.1.1)
139
+ concurrent-ruby (~> 1.0)
140
+ connection_pool (~> 2.2, >= 2.2.0)
141
+ redis (~> 3.2, >= 3.2.1)
142
+ slop (3.6.0)
143
+ sprockets (3.5.2)
144
+ concurrent-ruby (~> 1.0)
145
+ rack (> 1, < 3)
146
+ sprockets-rails (2.3.3)
147
+ actionpack (>= 3.0)
148
+ activesupport (>= 3.0)
149
+ sprockets (>= 2.8, < 4.0)
150
+ sqlite3 (1.3.11)
151
+ thor (0.19.1)
152
+ thread_safe (0.3.5)
153
+ tzinfo (0.3.47)
154
+
155
+ PLATFORMS
156
+ ruby
157
+
158
+ DEPENDENCIES
159
+ bundler (~> 1.3)
160
+ guard-coffeescript
161
+ jasmine
162
+ rails (~> 4.0.2)
163
+ rake
164
+ rb-readline
165
+ rspec
166
+ rspec-rails
167
+ sqlite3
168
+ wat_catcher!
169
+
170
+ BUNDLED WITH
171
+ 1.11.2
@@ -33,7 +33,25 @@ module WatCatcher
33
33
  request: request,
34
34
  user: user
35
35
  }
36
+ disable_wat_report unless user_came_from_us
37
+ disable_wat_report if access_denied?(e)
36
38
  raise
37
39
  end
40
+
41
+ private
42
+
43
+ def user_came_from_us
44
+ request.referrer.present? || request_from_email?
45
+ end
46
+
47
+ def request_from_email?
48
+ params[:utm_campaign].present? && params[:utm_medium] == "email"
49
+ end
50
+
51
+ def access_denied?(e)
52
+ if defined?(CanCan::AccessDenied)
53
+ e.is_a? CanCan::AccessDenied
54
+ end
55
+ end
38
56
  end
39
57
  end
@@ -1,3 +1,3 @@
1
1
  module WatCatcher
2
- VERSION = "0.9.0"
2
+ VERSION = "0.10.0"
3
3
  end
@@ -1,31 +1,31 @@
1
1
  require 'spec_helper'
2
2
 
3
- describe WatCatcher::BugsnagController do
3
+ describe WatCatcher::BugsnagController, type: :controller do
4
4
  describe "GET #show" do
5
- let(:req) {get :show, {use_route: :wat_catcher, "notifierVersion"=>"2.3.2", "apiKey"=>"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "projectRoot"=>"http://localhost:3001", "context"=>"/exceptionals", "user"=>"{\"id\":16,\"first_name\":null,\"name\":\"asdfasd\",\"email\":\"asdfasdf\",\"created_at\":\"2014-04-07T22:21:57.041Z\",\"updated_at\":\"2014-04-07T22:21:57.041Z\"}", "metaData"=>{"script"=>{"src"=>"http://localhost:3001/assets/exceptionals/thrower.js?body=1", "content"=>""}, "Last Event"=>{"millisecondsAgo"=>"742", "type"=>"load", "target"=>"#document"}}, "url"=>"http://localhost:3001/exceptionals", "userAgent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36", "language"=>"en-US", "severity"=>"fatal", "name"=>"Error", "message"=>"Uncaught Error: foo", "stacktrace"=>"Error: foo\n at thrower (http://localhost:3001/assets/exceptionals/thrower.js?body=1:3:11)\n at http://localhost:3001/assets/exceptionals/thrower.js?body=1:7:12\n at _super.bugsnag (http://localhost:3001/assets/bugsnag.js?body=1:128:30)\n at http://localhost:3001/assets/bugsnag.js?body=1:583:15", "file"=>"http://localhost:3001/assets/exceptionals/thrower.js?body=1", "lineNumber"=>"3", "columnNumber"=>"11", "ct"=>"img", "cb"=>"1397595292609", "id"=>"Wattle"}}
6
- subject { req; OpenStruct.new assigns[:report].params[:wat]}
5
+ let(:req) { get :show, { use_route: :wat_catcher, "notifierVersion" => "2.3.2", "apiKey" => "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "projectRoot" => "http://localhost:3001", "context" => "/exceptionals", "user" => "{\"id\":16,\"first_name\":null,\"name\":\"asdfasd\",\"email\":\"asdfasdf\",\"created_at\":\"2014-04-07T22:21:57.041Z\",\"updated_at\":\"2014-04-07T22:21:57.041Z\"}", "metaData" => { "script" => { "src" => "http://localhost:3001/assets/exceptionals/thrower.js?body=1", "content" => "" }, "Last Event" => { "millisecondsAgo" => "742", "type" => "load", "target" => "#document" } }, "url" => "http://localhost:3001/exceptionals", "userAgent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36", "language" => "en-US", "severity" => "fatal", "name" => "Error", "message" => "Uncaught Error: foo", "stacktrace" => "Error: foo\n at thrower (http://localhost:3001/assets/exceptionals/thrower.js?body=1:3:11)\n at http://localhost:3001/assets/exceptionals/thrower.js?body=1:7:12\n at _super.bugsnag (http://localhost:3001/assets/bugsnag.js?body=1:128:30)\n at http://localhost:3001/assets/bugsnag.js?body=1:583:15", "file" => "http://localhost:3001/assets/exceptionals/thrower.js?body=1", "lineNumber" => "3", "columnNumber" => "11", "ct" => "img", "cb" => "1397595292609", "id" => "Wattle" } }
6
+ subject { req; OpenStruct.new assigns[:report].params[:wat] }
7
7
  it "should be success" do
8
8
  req
9
- response.should be_success
9
+ expect(response).to be_success
10
10
  end
11
- its(:message) { should == "Uncaught Error: foo" }
12
- its(:backtrace) { should have(4).items }
13
- its(:page_url) {should == "http://localhost:3001/exceptionals"}
14
- its(:language) {should == "javascript"}
15
- its(:app_user) {should include( {'id' => 16, 'first_name' => nil, 'name' => 'asdfasd', 'email' => 'asdfasdf'})}
11
+ it { expect(subject.message).to eq "Uncaught Error: foo" }
12
+ it { expect(subject.backtrace.count).to eq 4 }
13
+ it { expect(subject.page_url).to eq "http://localhost:3001/exceptionals" }
14
+ it { expect(subject.language).to eq "javascript" }
15
+ it { expect(subject.app_user).to include({ 'id' => 16, 'first_name' => nil, 'name' => 'asdfasd', 'email' => 'asdfasdf' }) }
16
16
 
17
17
  context "with a bogus user" do
18
- let(:req) {get :show, {use_route: :wat_catcher, "notifierVersion"=>"2.3.2", "apiKey"=>"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "projectRoot"=>"http://localhost:3001", "context"=>"/exceptionals", "user"=>"{\"id\":16,", "metaData"=>{"script"=>{"src"=>"http://localhost:3001/assets/exceptionals/thrower.js?body=1", "content"=>""}, "Last Event"=>{"millisecondsAgo"=>"742", "type"=>"load", "target"=>"#document"}}, "url"=>"http://localhost:3001/exceptionals", "userAgent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36", "language"=>"en-US", "severity"=>"fatal", "name"=>"Error", "message"=>"Uncaught Error: foo", "stacktrace"=>"Error: foo\n at thrower (http://localhost:3001/assets/exceptionals/thrower.js?body=1:3:11)\n at http://localhost:3001/assets/exceptionals/thrower.js?body=1:7:12\n at _super.bugsnag (http://localhost:3001/assets/bugsnag.js?body=1:128:30)\n at http://localhost:3001/assets/bugsnag.js?body=1:583:15", "file"=>"http://localhost:3001/assets/exceptionals/thrower.js?body=1", "lineNumber"=>"3", "columnNumber"=>"11", "ct"=>"img", "cb"=>"1397595292609", "id"=>"Wattle"}}
18
+ let(:req) { get :show, { use_route: :wat_catcher, "notifierVersion" => "2.3.2", "apiKey" => "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", "projectRoot" => "http://localhost:3001", "context" => "/exceptionals", "user" => "{\"id\":16,", "metaData" => { "script" => { "src" => "http://localhost:3001/assets/exceptionals/thrower.js?body=1", "content" => "" }, "Last Event" => { "millisecondsAgo" => "742", "type" => "load", "target" => "#document" } }, "url" => "http://localhost:3001/exceptionals", "userAgent" => "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36", "language" => "en-US", "severity" => "fatal", "name" => "Error", "message" => "Uncaught Error: foo", "stacktrace" => "Error: foo\n at thrower (http://localhost:3001/assets/exceptionals/thrower.js?body=1:3:11)\n at http://localhost:3001/assets/exceptionals/thrower.js?body=1:7:12\n at _super.bugsnag (http://localhost:3001/assets/bugsnag.js?body=1:128:30)\n at http://localhost:3001/assets/bugsnag.js?body=1:583:15", "file" => "http://localhost:3001/assets/exceptionals/thrower.js?body=1", "lineNumber" => "3", "columnNumber" => "11", "ct" => "img", "cb" => "1397595292609", "id" => "Wattle" } }
19
19
  it "should be success" do
20
20
  req
21
- response.should be_success
21
+ expect(response).to be_success
22
22
  end
23
23
 
24
- its(:message) { should == "Uncaught Error: foo" }
25
- its(:backtrace) { should have(4).items }
26
- its(:page_url) {should == "http://localhost:3001/exceptionals"}
27
- its(:language) {should == "javascript"}
28
- its(:app_user) {should be_nil}
24
+ it { expect(subject.message).to eq "Uncaught Error: foo" }
25
+ it { expect(subject.backtrace.count).to eq 4 }
26
+ it { expect(subject.page_url).to eq "http://localhost:3001/exceptionals" }
27
+ it { expect(subject.language).to eq "javascript" }
28
+ it { expect(subject.app_user).to be_nil }
29
29
  end
30
30
  end
31
31
 
data/spec/spec_helper.rb CHANGED
@@ -4,7 +4,6 @@ ENV["RAILS_ENV"] ||= 'test'
4
4
  require File.expand_path("../dummy/config/environment", __FILE__)
5
5
 
6
6
  require 'rspec/rails'
7
- require 'rspec/autorun'
8
7
  #require 'rr'
9
8
  require 'sidekiq/testing/inline'
10
9
 
metadata CHANGED
@@ -1,181 +1,181 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wat_catcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Constantine
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-07 00:00:00.000000000 Z
11
+ date: 2016-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: jasmine
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: guard-coffeescript
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rb-readline
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - '>='
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - '>='
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rspec
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - '>='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: '0'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - '>='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: rspec-rails
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - '>='
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - '>='
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rails
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
- - - ~>
115
+ - - "~>"
116
116
  - !ruby/object:Gem::Version
117
117
  version: 4.0.2
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - ~>
122
+ - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: 4.0.2
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: sqlite3
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
- - - '>='
129
+ - - ">="
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
- - - '>='
136
+ - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: coffee-rails
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
- - - '>='
143
+ - - ">="
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - '>='
150
+ - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: sidekiq
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - '>='
157
+ - - ">="
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - '>='
164
+ - - ">="
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
167
  - !ruby/object:Gem::Dependency
168
168
  name: httpclient
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - '>='
171
+ - - ">="
172
172
  - !ruby/object:Gem::Version
173
173
  version: '0'
174
174
  type: :runtime
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
- - - '>='
178
+ - - ">="
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0'
181
181
  description: Catch your wats
@@ -185,10 +185,11 @@ executables: []
185
185
  extensions: []
186
186
  extra_rdoc_files: []
187
187
  files:
188
- - .gitignore
189
- - .ruby-gemset
190
- - .ruby-version
188
+ - ".gitignore"
189
+ - ".ruby-gemset"
190
+ - ".ruby-version"
191
191
  - Gemfile
192
+ - Gemfile.lock
192
193
  - Guardfile
193
194
  - LICENSE.txt
194
195
  - README.md
@@ -263,17 +264,17 @@ require_paths:
263
264
  - lib
264
265
  required_ruby_version: !ruby/object:Gem::Requirement
265
266
  requirements:
266
- - - '>='
267
+ - - ">="
267
268
  - !ruby/object:Gem::Version
268
269
  version: '0'
269
270
  required_rubygems_version: !ruby/object:Gem::Requirement
270
271
  requirements:
271
- - - '>='
272
+ - - ">="
272
273
  - !ruby/object:Gem::Version
273
274
  version: '0'
274
275
  requirements: []
275
276
  rubyforge_project:
276
- rubygems_version: 2.4.8
277
+ rubygems_version: 2.5.1
277
278
  signing_key:
278
279
  specification_version: 4
279
280
  summary: A gem for registering Wats from your rails app