global_uid 3.3.2 → 3.3.3

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
2
  SHA1:
3
- metadata.gz: 243aa28c10fb63bee6a720f3eee4e55a4a35e169
4
- data.tar.gz: 86d74cbe6f6cf33f1f26ff35806f560e23c51663
3
+ metadata.gz: 3549fc56472082561d255446739dff33ca6f7880
4
+ data.tar.gz: eec2d4ddf0156193145d2563a6f2b88aa3ef94fe
5
5
  SHA512:
6
- metadata.gz: 550299c36dc15e67c9db7f834d94cb42e249d2bb5508403836514997add22aa53c4c77184b9327b4b1b164b46d49160fed09ef1c0e961157f0374a3e4418c435
7
- data.tar.gz: e62db52d32bc727d43e5c2ea19a13ffc97fe0ac9bed28f934c7f21cafb6d2145b468151bcbafa00f43ee327ef800b123ed2efad9f6fed6d7e638a3e55dbeef99
6
+ metadata.gz: 413634191bf6e99c24c0080e2e663f7d4417203b15ecf9d5baa9dee03841b1ec445e10c93e6e0abc779e9fed43bc4e37789d59a3e6e7b19fb031f1b54b1652b8
7
+ data.tar.gz: 224d3cd23f5e8aff6995f1c01b396c33b94a7e86ebe3d5aa3f50b81b4ed3bb542b4060201f4f85c0896419af4735bc61629f1f3c436ed6625dc67700ca906b6c
data/lib/global_uid.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  require "global_uid/base"
2
3
  require "global_uid/active_record_extension"
3
4
  require "global_uid/has_and_belongs_to_many_builder_extension"
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module GlobalUid
2
3
  module ActiveRecordExtension
3
4
 
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  require "active_record"
2
3
  require "active_support/all"
3
4
 
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module GlobalUid
2
3
  module HasAndBelongsToManyBuilderExtension
3
4
  def self.included(base)
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module GlobalUid
2
3
  module MigrationExtension
3
4
 
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  module GlobalUid
2
3
  module SchemaDumperExtension
3
4
  def table(table, stream)
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # This module is good for testing and development, not so much for production.
2
3
  # Please note that this is unreliable -- if you lose your CX to the server
3
4
  # and auto-reconnect, you will be utterly hosed. Much better to dedicate a server
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: global_uid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.2
4
+ version: 3.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Osheroff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-22 00:00:00.000000000 Z
11
+ date: 2016-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -156,6 +156,20 @@ dependencies:
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
158
  version: 0.5.3
159
+ - !ruby/object:Gem::Dependency
160
+ name: phenix
161
+ requirement: !ruby/object:Gem::Requirement
162
+ requirements:
163
+ - - ">="
164
+ - !ruby/object:Gem::Version
165
+ version: '0'
166
+ type: :development
167
+ prerelease: false
168
+ version_requirements: !ruby/object:Gem::Requirement
169
+ requirements:
170
+ - - ">="
171
+ - !ruby/object:Gem::Version
172
+ version: '0'
159
173
  description: GUIDs for sharded models
160
174
  email: ben@zendesk.com
161
175
  executables: []
@@ -189,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
203
  version: '0'
190
204
  requirements: []
191
205
  rubyforge_project:
192
- rubygems_version: 2.5.0
206
+ rubygems_version: 2.4.5.1
193
207
  signing_key:
194
208
  specification_version: 4
195
209
  summary: GUID