active_uxid 1.0.13 → 5.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c440807cb8b8e9144f7098e84cdcaad50a45465
4
- data.tar.gz: 7e65709d03894d6ec4c9ec96a00ba993a14e5100
3
+ metadata.gz: 34d7a69e3d966c9d194cbe8a6efc2281ca267e6a
4
+ data.tar.gz: b424f609d87c31db6d7671b13a8b7d2aabbfcd77
5
5
  SHA512:
6
- metadata.gz: f23a86994b9883da9ac2aae3d469e915c8d7693a9b54211549f57e6f4cbd6f10b4bd104fc8a79663fc29fdbc08a2fb1d8332436cfe23604246742f593407cf6d
7
- data.tar.gz: 5081ca9a8b8609bbbb8889c58f1230b8f051403f96dbab1bf4988c5114c1713274873d7b0632e82461457b7bb436758cb2345155f9b5b9eaff82901381a2e92d
6
+ metadata.gz: 91c67aed76426ca5f0356db10f94fc2871d54fd870362d491396b8b719d262bc636166fb308d7f7bf6e26431aa4fa1531efbed185eb474609c22210794855fb8
7
+ data.tar.gz: 4f87ed7801de2c5583409f6c6b9549c3f17a0cfbc3ead9b3a758950fd6ef43412fac2ad1edb41044fc8ce56e553bfc9eadc69a5b7db2bdd9fd9e18dc9991d272
data/bin/rake CHANGED
@@ -5,7 +5,6 @@
5
5
  #
6
6
  # The application 'rake' is installed as part of a gem, and
7
7
  # this file is here to facilitate running it.
8
- #
9
8
 
10
9
  require 'pathname'
11
10
  ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', Pathname.new(__FILE__).realpath)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveRegulation
4
- VERSION ||= '1.0.13'
4
+ VERSION ||= '5.0.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_uxid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.13
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-04 00:00:00.000000000 Z
11
+ date: 2017-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord