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 +4 -4
- data/Changelog.md +1 -1
- data/lib/amplitude_api/version.rb +1 -1
- data/lib/amplitude_api.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9a40a63b6cddcbb2af54c40bfa7380bcd34bdb5321bc7456ce7013939d4eac5
|
4
|
+
data.tar.gz: e053a7c268777833ec8f940b0fabeee8d8eac0a2e51886d9679c368e8732fb87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
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://
|
13
|
-
IDENTIFY_URI_STRING = "https://
|
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.
|
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-
|
11
|
+
date: 2022-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|