amplitude-api 0.3.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +3 -3
- data/.rubocop.yml +5159 -19
- data/Changelog.md +12 -0
- data/Gemfile +1 -11
- data/amplitude-api.gemspec +6 -4
- data/lib/amplitude_api/event.rb +4 -4
- data/lib/amplitude_api/version.rb +1 -1
- data/lib/amplitude_api.rb +1 -1
- data/spec/lib/amplitude_api/event_spec.rb +13 -0
- data/spec/lib/amplitude_api_spec.rb +2 -2
- metadata +66 -22
- data/Gemfile.lock +0 -63
- data/lib/amplitude-api.rb +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d77136f3de8530795cb458c3c7447428ae77d4c8616549a717acdbace736f755
|
4
|
+
data.tar.gz: 44525d279cf01b79e16b688e4c8c5bd471d521f4cd36e48578566d6bd8e5f4da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfa9112b926f02684c5af775005fc268edee0466164d0b1a713d9a9e415ab8e21771a1d0c415f25977b7aeddaa5806db78db08119b5722b50d8b53c426d377b8
|
7
|
+
data.tar.gz: ca836e20e09d29bd768d8dd348e963f83214ec8d9789de1feb40b70829056ab82ea62354eafb309b3f395d75f693f9cec6bc42151ae83773181b5ac1e3ae6e8b
|
data/.gitignore
CHANGED
@@ -27,9 +27,9 @@ build/
|
|
27
27
|
|
28
28
|
# for a library or gem, you might want to ignore these files since the code is
|
29
29
|
# intended to run in multiple environments; otherwise, check them in:
|
30
|
-
|
31
|
-
|
32
|
-
|
30
|
+
Gemfile.lock
|
31
|
+
.ruby-version
|
32
|
+
.ruby-gemset
|
33
33
|
|
34
34
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
35
35
|
.rvmrc
|