active_regulation 4.0.0 → 4.0.1

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: 8e7a0c19c6117f65aac59511995935748d9b5c87
4
- data.tar.gz: 9f17c2f73de10abf7235f787a4de4aee274e57fd
3
+ metadata.gz: 30875d0bf46d728cb1021b4fa80cde08c436527a
4
+ data.tar.gz: 766b6a5db843f4d4f9c9fc17742c28c02c3114b8
5
5
  SHA512:
6
- metadata.gz: be3cccf34c5dd15aed77b9608dcccc18948c32418ca2b3a78cb0d4450889dee2fc7ec24cad223ac0949bda2782eb6cc5313a72ab9765d7b4958e51a350fd7074
7
- data.tar.gz: 7c0fc3e4ae367827d349637e5af31c0c293496321c2b2e3503759915e59776596949ea9b221f6a7e7e3f69fc516acdfdc43e8c3ef2588f8ea0566df8cd59ac51
6
+ metadata.gz: 91fc3f8c31592ae65415c19b43a71213bd32d5d32b5578ebb9e482da23d758627810fdf04658064f2b9a5f0ec355970ddab0c3e9ef34672236f9b675e26ee192
7
+ data.tar.gz: 711fbe9d4283038e9f037903a187b8041ea004c164324456ffdc75f5d154e7082b3489a8047467ab419c00e8b00db2c820d8fba4cb093bef0d6abab9fa569577
@@ -10,12 +10,12 @@ if defined?(Rails)
10
10
  end
11
11
  end
12
12
 
13
- protected
14
-
15
13
  def path(locale)
16
14
  File.expand_path("../../config/locales/#{locale}.yml", __FILE__)
17
15
  end
18
16
 
17
+ private_class_method :path
18
+
19
19
  end
20
20
  end
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveRegulation
2
- VERSION = '4.0.0'.freeze
2
+ VERSION = '4.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_regulation
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-09 00:00:00.000000000 Z
11
+ date: 2016-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
218
218
  version: '0'
219
219
  requirements: []
220
220
  rubyforge_project:
221
- rubygems_version: 2.6.4
221
+ rubygems_version: 2.6.6
222
222
  signing_key:
223
223
  specification_version: 4
224
224
  summary: Gem for commonly used record states.