amplitude-api 0.1.1 → 0.3.0

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.
data/spec/spec_helper.rb CHANGED
@@ -1,5 +1,7 @@
1
- require File.expand_path(File.join('..', '..', 'lib', 'amplitude_api'), __FILE__)
2
- require 'pry'
1
+ # frozen_string_literal: true
2
+
3
+ require File.expand_path(File.join("..", "..", "lib", "amplitude_api"), __FILE__)
4
+ require "pry"
3
5
  # This file was generated by the `rspec --init` command. Conventionally, all
4
6
  # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
5
7
  # Require this file using `require "spec_helper"` to ensure that it is only
@@ -14,10 +16,10 @@ RSpec.configure do |config|
14
16
  # order dependency and want to debug it, you can fix the order by providing
15
17
  # the seed, which is printed after each run.
16
18
  # --seed 1234
17
- config.order = 'random'
19
+ config.order = "random"
18
20
 
19
21
  config.before(:suite) do
20
- AmplitudeAPI.config.api_key = 'stub api key'
21
- AmplitudeAPI.config.secret_key = 'stub secret key'
22
+ AmplitudeAPI.config.api_key = "stub api key"
23
+ AmplitudeAPI.config.secret_key = "stub secret key"
22
24
  end
23
25
  end
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.1.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Rakoczy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-01 00:00:00.000000000 Z
11
+ date: 2021-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -65,19 +65,19 @@ dependencies:
65
65
  - !ruby/object:Gem::Version
66
66
  version: '2.99'
67
67
  - !ruby/object:Gem::Dependency
68
- name: typhoeus
68
+ name: faraday
69
69
  requirement: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: '1.0'
73
+ version: '1.3'
74
74
  type: :runtime
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - "~>"
79
79
  - !ruby/object:Gem::Version
80
- version: '1.0'
80
+ version: '1.3'
81
81
  description: Provides an integration for sending events to Amplitude
82
82
  email:
83
83
  - arakoczy@gmail.com
@@ -117,16 +117,16 @@ require_paths:
117
117
  - lib
118
118
  required_ruby_version: !ruby/object:Gem::Requirement
119
119
  requirements:
120
- - - "~>"
120
+ - - ">="
121
121
  - !ruby/object:Gem::Version
122
- version: '2.2'
122
+ version: '2.4'
123
123
  required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  requirements:
125
125
  - - ">="
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubygems_version: 3.0.1
129
+ rubygems_version: 3.0.8
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Send events to the Amplitude API