amplitude-api 0.4.1 → 0.4.2

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
  SHA256:
3
- metadata.gz: f3c02441229c07c9e28f4ec4c257a92ffdeb4f078294c1440ac30c2aa914a1c3
4
- data.tar.gz: ce60839a613363520648517f57cbec60c29835613f711d46da6fe9e6ef7cd752
3
+ metadata.gz: f9a40a63b6cddcbb2af54c40bfa7380bcd34bdb5321bc7456ce7013939d4eac5
4
+ data.tar.gz: e053a7c268777833ec8f940b0fabeee8d8eac0a2e51886d9679c368e8732fb87
5
5
  SHA512:
6
- metadata.gz: f7a494008cb8b42cacd4185278b7e7360f82a11bfeb67f4b26f17ef9232e001bb1b916e24357d96548ee52b4bc5a1bb14b42dd90bc78f1d1ed6c5e14caa5dee0
7
- data.tar.gz: a39f9524e9e765c12c1cd4d4d51548abff9bcb3e3bd5895f53726f26a7d71e066ac1cd30a4ad1d64563c0317fbe4bfe1682bb4b404786dd3546d90a615b50909
6
+ metadata.gz: 43c30048b905a261dc709be0792b431cfa5f0348bd5e5a4022c0fb38392aaf74c0b8dea30bb0efa9cdc54a705fab42b4e6beba8ff2ac2c0d1d400e00d2bfb3ed
7
+ data.tar.gz: c0a9ef343d3ad3dadbb17ad0c85946a1b727f3fe5c4d27e6b6c35c6e247aa0862d996c68d35bb3e9b131d561dc02dd0152068e90f1ec084c1900765302624d9a
data/Changelog.md CHANGED
@@ -4,7 +4,7 @@ We would like to think our many [contributors](https://github.com/toothrot/ampli
4
4
  suggestions, ideas and improvements to Amplitude API.
5
5
 
6
6
  ## 0.4.1 (2022-04-28)
7
- * Restores file needed for autoreload
7
+ * Restores file needed for autoloading
8
8
 
9
9
  ## 0.4.0 (2022-04-28)
10
10
  * Increases required Ruby version to supported ones. Minimum Ruby version is now 2.7
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class AmplitudeAPI
4
- VERSION = "0.4.1"
4
+ VERSION = "0.4.2"
5
5
  end
data/lib/amplitude_api.rb CHANGED
@@ -9,8 +9,8 @@ class AmplitudeAPI
9
9
  require_relative "amplitude_api/event"
10
10
  require_relative "amplitude_api/identification"
11
11
 
12
- TRACK_URI_STRING = "https://api.amplitude.com/2/httpapi"
13
- IDENTIFY_URI_STRING = "https://api.amplitude.com/identify"
12
+ TRACK_URI_STRING = "https://api2.amplitude.com/2/httpapi"
13
+ IDENTIFY_URI_STRING = "https://api2.amplitude.com/identify"
14
14
  SEGMENTATION_URI_STRING = "https://amplitude.com/api/2/events/segmentation"
15
15
  DELETION_URI_STRING = "https://amplitude.com/api/2/deletions/users"
16
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amplitude-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Rakoczy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-28 00:00:00.000000000 Z
11
+ date: 2022-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry