stealth-facebook 0.10.0 → 0.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4afb61139e924f882b91bab086c46185a1271263a98b6a80e926f70e42ae6fa9
4
- data.tar.gz: 0d7620024cbca82662fa974b8084099addd45cf98e1d6b5e16bad03d32ad36cb
3
+ metadata.gz: fcd45e712e5d3dee5e4e7cc9056b3655bab042a041d73b7dc7a600458824c550
4
+ data.tar.gz: f2f54d97404cde3537c6378e5a196ac342b783a8ddfd14dbd71cf92cdd1b0dbf
5
5
  SHA512:
6
- metadata.gz: 94b17189ecda693601b2cd242d795fcdfe7e3e3fd5084f7e62182328453cfadf9b9e4d7e35d096d0cb49b250714a3a33efd200a6de410cb1d6136e9de24a8a5d
7
- data.tar.gz: 92c32d8c406546acb10199a0a77debaaf8085c6e2714156b0ee5e27d9f04a27812cd1eaab056c48eb2c4b00ea71dc96bd1af891fe8886363eb7fa2c76042a6f2
6
+ metadata.gz: f19c5175379ca68be7a31e736195f8094b3d69645299ecfe5bbd1d3089fb391111b122633aba268424077e6679e0a5de7c0030efced54878297c5b47f4c501e3
7
+ data.tar.gz: bf461c8764913735a0a594d62320c13f335b035fd5283098839562a6c97a20525576a7bf583b1c649ec94a21abd23d446b9b9a9c7fed534c001ced41b7d9f717
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stealth-facebook (0.9.0)
4
+ stealth-facebook (0.10.0)
5
5
  faraday (~> 0.13)
6
- stealth (~> 0.9)
6
+ stealth (< 2.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (5.1.4)
11
+ activesupport (5.2.0)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
- i18n (~> 0.7)
13
+ i18n (>= 0.7, < 2)
14
14
  minitest (~> 5.1)
15
15
  tzinfo (~> 1.1)
16
16
  concurrent-ruby (1.0.5)
17
17
  connection_pool (2.2.1)
18
18
  diff-lcs (1.3)
19
- faraday (0.13.1)
19
+ faraday (0.15.0)
20
20
  multipart-post (>= 1.2, < 3)
21
- i18n (0.9.1)
21
+ i18n (1.0.1)
22
22
  concurrent-ruby (~> 1.0)
23
- minitest (5.10.3)
24
- multi_json (1.12.2)
23
+ minitest (5.11.3)
24
+ multi_json (1.13.1)
25
25
  multipart-post (2.0.0)
26
- mustermann (1.0.1)
27
- puma (3.10.0)
26
+ mustermann (1.0.2)
27
+ puma (3.11.4)
28
28
  rack (2.0.3)
29
- rack-protection (2.0.0)
29
+ rack-protection (2.0.1)
30
30
  rack
31
31
  rack-test (0.7.0)
32
32
  rack (>= 1.0, < 3)
@@ -46,19 +46,18 @@ GEM
46
46
  rspec-support (3.7.0)
47
47
  rspec_junit_formatter (0.3.0)
48
48
  rspec-core (>= 2, < 4, != 2.12.0)
49
- sidekiq (5.0.5)
49
+ sidekiq (5.1.3)
50
50
  concurrent-ruby (~> 1.0)
51
51
  connection_pool (~> 2.2, >= 2.2.0)
52
52
  rack-protection (>= 1.5.0)
53
- redis (>= 3.3.4, < 5)
54
- sinatra (2.0.0)
53
+ redis (>= 3.3.5, < 5)
54
+ sinatra (2.0.1)
55
55
  mustermann (~> 1.0)
56
56
  rack (~> 2.0)
57
- rack-protection (= 2.0.0)
57
+ rack-protection (= 2.0.1)
58
58
  tilt (~> 2.0)
59
- stealth (0.9.5)
60
- activesupport (~> 5.1)
61
- faraday (~> 0.13)
59
+ stealth (0.10.6)
60
+ activesupport (~> 5.2.0.rc1)
62
61
  multi_json (~> 1.12)
63
62
  puma (~> 3.10)
64
63
  sidekiq (~> 5.0)
@@ -67,7 +66,7 @@ GEM
67
66
  thor (0.20.0)
68
67
  thread_safe (0.3.6)
69
68
  tilt (2.0.8)
70
- tzinfo (1.2.4)
69
+ tzinfo (1.2.5)
71
70
  thread_safe (~> 0.1)
72
71
 
73
72
  PLATFORMS
@@ -80,4 +79,4 @@ DEPENDENCIES
80
79
  stealth-facebook!
81
80
 
82
81
  BUNDLED WITH
83
- 1.15.3
82
+ 1.16.1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.0
1
+ 0.10.1
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.author = 'Mauricio Gomes'
13
13
  s.email = 'mauricio@edge14.com'
14
14
 
15
- s.add_dependency 'stealth', '~> 0.9'
15
+ s.add_dependency 'stealth', '< 2.0'
16
16
  s.add_dependency 'faraday', '~> 0.13'
17
17
 
18
18
  s.add_development_dependency 'rspec', '~> 3.6'
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stealth-facebook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
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-02 00:00:00.000000000 Z
11
+ date: 2018-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: stealth
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - "<"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.9'
19
+ version: '2.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - "<"
25
25
  - !ruby/object:Gem::Version
26
- version: '0.9'
26
+ version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: faraday
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -125,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  version: '0'
126
126
  requirements: []
127
127
  rubyforge_project:
128
- rubygems_version: 2.7.3
128
+ rubygems_version: 2.7.6
129
129
  signing_key:
130
130
  specification_version: 4
131
131
  summary: Stealth Facebook Messenger driver