stealth-mixpanel 0.9.2 → 0.9.3

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
  SHA256:
3
- metadata.gz: 558c8533ea385c1749dd237c1ec3e464de5827477a607fd5d0ffcd8bea2c2e9d
4
- data.tar.gz: 8cd05f778eb08235479319c15a2f3df404c07e2fa2f6b662db8c4c4baee3dff4
3
+ metadata.gz: 11b9fae0349e1848566fefc9ba4db44bad0eaf2af1a342b72dc2b2280316f47c
4
+ data.tar.gz: 91395c8b817ed8841b3a154f93a09df1eae7bcbb00ed553f83a06b661e8b67dc
5
5
  SHA512:
6
- metadata.gz: 9ffe244d2f368d59d3ddd4df014060046aaa3ace396f6d597a70f0c8ff3cd1ba42c00b645176c33a775c26d948ae67b520dd4a6f2df2810de15392dc2cd7cd09
7
- data.tar.gz: 6f8a5a54c97cd2e60c75b1da31ecec72a1d1023e6159037f923d472d669c32c63d005353d4df60db10a70c168ab2dc3064134317eb420fd952e20872c655e1e1
6
+ metadata.gz: f0e8e121b3a9c24f35c19489d0db9e7e61f9e12a4bd6a6bc7b767e3c0cec60ab5af80211718ae882686e73a185cb753870461acc85686f267d9253ee6058615b
7
+ data.tar.gz: 3c21a205a6d83ef84dda4a85cb3781b3a40fca0d6bcea765c6ebd69946dd4d74349ccc0bdeeb3075297b2e0ddf55c2e7e96052d37e3166ede15d83b4eb86f5e7
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ *.gem
data/Gemfile.lock CHANGED
@@ -1,31 +1,75 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stealth-mixpanel (0.9.0)
4
+ stealth-mixpanel (0.9.2)
5
5
  mixpanel-ruby (~> 2.2)
6
- stealth (~> 0.10)
6
+ stealth (< 2.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (5.2.0.rc2)
11
+ actionpack (5.2.0)
12
+ actionview (= 5.2.0)
13
+ activesupport (= 5.2.0)
14
+ rack (~> 2.0)
15
+ rack-test (>= 0.6.3)
16
+ rails-dom-testing (~> 2.0)
17
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
18
+ actionview (5.2.0)
19
+ activesupport (= 5.2.0)
20
+ builder (~> 3.1)
21
+ erubi (~> 1.4)
22
+ rails-dom-testing (~> 2.0)
23
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
24
+ activemodel (5.2.0)
25
+ activesupport (= 5.2.0)
26
+ activerecord (5.2.0)
27
+ activemodel (= 5.2.0)
28
+ activesupport (= 5.2.0)
29
+ arel (>= 9.0)
30
+ activesupport (5.2.0)
12
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
32
  i18n (>= 0.7, < 2)
14
33
  minitest (~> 5.1)
15
34
  tzinfo (~> 1.1)
35
+ arel (9.0.0)
36
+ builder (3.2.3)
16
37
  concurrent-ruby (1.0.5)
17
- connection_pool (2.2.1)
38
+ connection_pool (2.2.2)
39
+ crass (1.0.4)
18
40
  diff-lcs (1.3)
19
- i18n (1.0.0)
41
+ erubi (1.7.1)
42
+ i18n (1.0.1)
20
43
  concurrent-ruby (~> 1.0)
44
+ loofah (2.2.2)
45
+ crass (~> 1.0.2)
46
+ nokogiri (>= 1.5.9)
47
+ method_source (0.9.0)
48
+ mini_portile2 (2.3.0)
21
49
  minitest (5.11.3)
22
50
  mixpanel-ruby (2.2.0)
23
51
  multi_json (1.13.1)
24
52
  mustermann (1.0.2)
25
- puma (3.11.3)
26
- rack (2.0.4)
27
- rack-protection (2.0.1)
53
+ nokogiri (1.8.3)
54
+ mini_portile2 (~> 2.3.0)
55
+ puma (3.11.4)
56
+ rack (2.0.5)
57
+ rack-protection (2.0.3)
28
58
  rack
59
+ rack-test (1.0.0)
60
+ rack (>= 1.0, < 3)
61
+ rails-dom-testing (2.0.3)
62
+ activesupport (>= 4.2.0)
63
+ nokogiri (>= 1.6)
64
+ rails-html-sanitizer (1.0.4)
65
+ loofah (~> 2.2, >= 2.2.2)
66
+ railties (5.2.0)
67
+ actionpack (= 5.2.0)
68
+ activesupport (= 5.2.0)
69
+ method_source
70
+ rake (>= 0.8.7)
71
+ thor (>= 0.18.1, < 2.0)
72
+ rake (12.3.1)
29
73
  redis (4.0.1)
30
74
  rspec (3.6.0)
31
75
  rspec-core (~> 3.6.0)
@@ -40,20 +84,22 @@ GEM
40
84
  diff-lcs (>= 1.2.0, < 2.0)
41
85
  rspec-support (~> 3.6.0)
42
86
  rspec-support (3.6.0)
43
- sidekiq (5.1.1)
87
+ sidekiq (5.1.3)
44
88
  concurrent-ruby (~> 1.0)
45
89
  connection_pool (~> 2.2, >= 2.2.0)
46
90
  rack-protection (>= 1.5.0)
47
91
  redis (>= 3.3.5, < 5)
48
- sinatra (2.0.1)
92
+ sinatra (2.0.3)
49
93
  mustermann (~> 1.0)
50
94
  rack (~> 2.0)
51
- rack-protection (= 2.0.1)
95
+ rack-protection (= 2.0.3)
52
96
  tilt (~> 2.0)
53
- stealth (0.10.5)
54
- activesupport (~> 5.2.0.rc1)
97
+ stealth (1.0.3)
98
+ activerecord (~> 5.2)
99
+ activesupport (~> 5.2)
55
100
  multi_json (~> 1.12)
56
101
  puma (~> 3.10)
102
+ railties (~> 5.2)
57
103
  sidekiq (~> 5.0)
58
104
  sinatra (~> 2.0)
59
105
  thor (~> 0.20)
@@ -71,7 +117,7 @@ DEPENDENCIES
71
117
  stealth-mixpanel!
72
118
 
73
119
  RUBY VERSION
74
- ruby 2.5.0p0
120
+ ruby 2.5.1p57
75
121
 
76
122
  BUNDLED WITH
77
123
  1.16.1
@@ -1,7 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'stealth-mixpanel'
3
- s.version = '0.9.2'
4
- s.date = '2018-03-26'
3
+ s.version = '0.9.3'
5
4
  s.summary = "Stealth Mixpanel"
6
5
  s.description = "Built-in state tracking for Stealth bots with Mixpanel."
7
6
  s.authors = ["Mauricio Gomes"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stealth-mixpanel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Gomes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-26 00:00:00.000000000 Z
11
+ date: 2018-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: stealth
@@ -58,6 +58,7 @@ executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
60
60
  files:
61
+ - ".gitignore"
61
62
  - ".rspec"
62
63
  - Gemfile
63
64
  - Gemfile.lock