mparticle 1.0.6 → 1.0.7

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: 9762788a48567b16db7faaf386973958808cfabeca373df4269b1a45a3906641
4
- data.tar.gz: f1ef718e0e8454bfb1eb8589b9133be95b462f6d8edf4d8f4ceec3a0f1592645
3
+ metadata.gz: fd078dc9ae710a27249e8a0d202ddf3410266e54f3cbb41ebcd91ef42d7ebd50
4
+ data.tar.gz: 00cf7a73c06e23ec28ca76eb997f905a46bdc0dbfd69e433f230613dcd429894
5
5
  SHA512:
6
- metadata.gz: 1d13b1ea200c1df11fbb53e2dd152eca13f7bc5b3b90d615f7a9452782b083e80f55c910c70a21bd483bee55aaecf442e83b06a4e463ec1a553552c5c2be2950
7
- data.tar.gz: 71421fb7806a281311039f53d627df412953e91151feeb66b80dc3d61edd32eb1bbc05f129901187f055799ca200c239b916b51b8a02b8e05199b927fdd403b6
6
+ metadata.gz: b778e5289dcfff8c9bfb0b994c2d5b6a40843470a1602902aa0995141261c96b590b490bba772515f74d148c0c85d55acca7843005a32ef161d550a8188b6ee3
7
+ data.tar.gz: 5abfa493c79fbb811984a158fdf3f5cb17d862c245385eee6272093438766f90f95431dfefbe222eccca7f13645c968ef697bf187c809188db684af18ba003c4
@@ -1,3 +1,3 @@
1
1
  module MParticle
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
data/mparticle.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "mparticle"
3
- s.version = "1.0.6"
3
+ s.version = "1.0.7"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["mParticle Inc."]
6
6
  s.email = ["support@mparticle.com"]
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.required_ruby_version = ">= 1.9"
12
12
 
13
13
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
14
- s.add_runtime_dependency 'json', '~> 1.8', '>= 1.8.3'
14
+ s.add_runtime_dependency 'json', '~> 2.0', '>= 2.3.0'
15
15
 
16
16
  s.files = `find *`.split("\n").uniq.sort.select{|f| !f.empty? }
17
17
  s.executables = []
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mparticle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - mParticle Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-18 00:00:00.000000000 Z
11
+ date: 2020-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -36,20 +36,20 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.8'
39
+ version: '2.0'
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 1.8.3
42
+ version: 2.3.0
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - "~>"
48
48
  - !ruby/object:Gem::Version
49
- version: '1.8'
49
+ version: '2.0'
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 1.8.3
52
+ version: 2.3.0
53
53
  description: Use this client to send your data into the mParticle platform.
54
54
  email:
55
55
  - support@mparticle.com
@@ -57,8 +57,6 @@ executables: []
57
57
  extensions: []
58
58
  extra_rdoc_files: []
59
59
  files:
60
- - Gemfile
61
- - Gemfile.lock
62
60
  - README.md
63
61
  - docs/ApiResponse.md
64
62
  - docs/ApiResponseErrors.md
@@ -140,8 +138,6 @@ files:
140
138
  - lib/mparticle/models/source_information.rb
141
139
  - lib/mparticle/models/user_identities.rb
142
140
  - lib/mparticle/version.rb
143
- - mparticle-1.0.4.gem
144
- - mparticle-1.0.5.gem
145
141
  - mparticle.gemspec
146
142
  - spec/models/app_event_spec.rb
147
143
  - spec/models/ccpa_consent_state_spec.rb
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
- gem 'rspec', '3.9.0'
3
- gem 'typhoeus', '~> 1.0', '>= 1.0.1'
4
- gem 'json', '~> 1.8', '>= 1.8.3'
data/Gemfile.lock DELETED
@@ -1,34 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- diff-lcs (1.3)
5
- ethon (0.12.0)
6
- ffi (>= 1.3.0)
7
- ffi (1.11.3)
8
- json (1.8.6)
9
- rspec (3.9.0)
10
- rspec-core (~> 3.9.0)
11
- rspec-expectations (~> 3.9.0)
12
- rspec-mocks (~> 3.9.0)
13
- rspec-core (3.9.1)
14
- rspec-support (~> 3.9.1)
15
- rspec-expectations (3.9.0)
16
- diff-lcs (>= 1.2.0, < 2.0)
17
- rspec-support (~> 3.9.0)
18
- rspec-mocks (3.9.1)
19
- diff-lcs (>= 1.2.0, < 2.0)
20
- rspec-support (~> 3.9.0)
21
- rspec-support (3.9.2)
22
- typhoeus (1.3.1)
23
- ethon (>= 0.9.0)
24
-
25
- PLATFORMS
26
- ruby
27
-
28
- DEPENDENCIES
29
- json (~> 1.8, >= 1.8.3)
30
- rspec (= 3.9.0)
31
- typhoeus (~> 1.0, >= 1.0.1)
32
-
33
- BUNDLED WITH
34
- 1.17.2
data/mparticle-1.0.4.gem DELETED
Binary file
data/mparticle-1.0.5.gem DELETED
Binary file