analytics-ruby 2.2.4 → 2.2.5

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
- SHA1:
3
- metadata.gz: c55bcf75a346892371de08be7d1a4d2057b10b72
4
- data.tar.gz: 0fd78bf8fee24b6743427bcc3ff6af294226dce3
2
+ SHA256:
3
+ metadata.gz: f217e8929c1705f8602e90bdd0f23b2e77fdb97aa57c530e7ae325005a640258
4
+ data.tar.gz: 2a5674bf8575c46c472622cd2c2974a0f110215edb76dbce90126f1e62b43a99
5
5
  SHA512:
6
- metadata.gz: 35da9088d4cbefe1d2b7cf61886a8d4c959387b9126b497413e6f36bf36d433b4cc2c18530fdd5a5c1eb7cae73a3618b65664e788452374e2084ae871752b8a1
7
- data.tar.gz: 8139a32f6b66a108104e26ab3759e78760dabed2d443ec3e01cc29f1616eb6159beab5d8bea5dc6431ae2cb39696970caddb16f43d2ec9b406dcf1a8dfc5b810
6
+ metadata.gz: 5a118f808ca6a2fb9235ac9464665b618213e0e8ff372e001d4243da059e8cd4b5c2f8fbbac0c1eb8590f637c2d6594d5a5624183f11ba54355dc52769e8177c
7
+ data.tar.gz: 1ab60c691e8422bb33b7e14b1803cab36e457056871c366dabc1143289fede5e174c812dbca492176189f79a33419b1d2d3ea90ea61f827bd0e7248bef61cc95
data/History.md CHANGED
@@ -1,3 +1,8 @@
1
+ 2.2.5 / 2018-05-01
2
+ ==================
3
+
4
+ * [Fix](https://github.com/segmentio/analytics-ruby/pull/158): Require `version` module first.
5
+
1
6
  2.2.4 / 2018-04-30
2
7
  ==================
3
8
 
@@ -1,7 +1,7 @@
1
1
  Releasing
2
2
  =========
3
3
 
4
- 1. Verify everything works with `make test build`.
4
+ 1. Verify everything works with `make check build`.
5
5
  2. Bump version in [`version.rb`](https://github.com/segmentio/analytics-ruby/blob/master/lib/segment/analytics/version.rb).
6
6
  3. Update [`History.md`](https://github.com/segmentio/analytics-ruby/blob/master/History.md).
7
7
  4. Commit and tag `git commit -am "Release {version}" && git tag -a {version} -m "Version {version}"`.
@@ -1,6 +1,6 @@
1
+ require 'segment/analytics/version'
1
2
  require 'segment/analytics/defaults'
2
3
  require 'segment/analytics/utils'
3
- require 'segment/analytics/version'
4
4
  require 'segment/analytics/client'
5
5
  require 'segment/analytics/worker'
6
6
  require 'segment/analytics/request'
@@ -1,5 +1,5 @@
1
1
  module Segment
2
2
  class Analytics
3
- VERSION = '2.2.4'
3
+ VERSION = '2.2.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: analytics-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.4
4
+ version: 2.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Segment.io
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-30 00:00:00.000000000 Z
11
+ date: 2018-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  version: '0'
198
198
  requirements: []
199
199
  rubyforge_project:
200
- rubygems_version: 2.6.14
200
+ rubygems_version: 2.7.6
201
201
  signing_key:
202
202
  specification_version: 4
203
203
  summary: Segment.io analytics library