fedux_org-stdlib 0.7.28 → 0.7.29

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: d40784fb0442c53306202b7770dbce1ba59021c6
4
- data.tar.gz: 7e9098c2f39b7ccdeca2ef1de54c6b0d6db87bcb
3
+ metadata.gz: 990893a8b4ff176801c60239e4d88b8e7652290b
4
+ data.tar.gz: 4e2c8a11c879447267c9f24757111c5fdcd40b69
5
5
  SHA512:
6
- metadata.gz: f31b4a8df926351600bb810efcc1a1c3d77bd2f298bcb579b1c9aa20e3511f8e677fb468c9d05971910278e8f69d917b71a67d470f8f9aee30337afcae17b8d5
7
- data.tar.gz: 12830908199793ea25cbf4ce0d8c9bb2e4317dfaf58c89981592e3576f060dea1b5bafb93c641eba301361b8912404c783a855d44c4c9c2987fa39f0a2b7ce9f
6
+ metadata.gz: 8c56c25da53e17cfbd58303fd431aff3fe5870f2ee254eb8d4c662920b2f5c872d7e45352f330a5571284a49682b6a7f154d3c089123d1fcfb57e2beb0b057b5
7
+ data.tar.gz: de3d99acd3970e0849de585155ab861191b1ad0a59f44a60e608af4327e62210b1e99db5635447a9483c58c29f7d264309049eb4b41eb89142ce81d9d73277b8
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fedux_org-stdlib (0.7.27)
4
+ fedux_org-stdlib (0.7.28)
5
5
  activesupport
6
6
 
7
7
  PATH
@@ -18,7 +18,7 @@ GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
20
  CFPropertyList (2.2.8)
21
- activesupport (4.1.5)
21
+ activesupport (4.1.6)
22
22
  i18n (~> 0.6, >= 0.6.9)
23
23
  json (~> 1.7, >= 1.7.7)
24
24
  minitest (~> 5.1)
@@ -84,7 +84,7 @@ GEM
84
84
  mime-types (>= 1.16, < 3)
85
85
  method_source (0.8.2)
86
86
  mime-types (2.3)
87
- minitest (5.4.1)
87
+ minitest (5.4.2)
88
88
  multi_json (1.10.1)
89
89
  multi_test (0.1.1)
90
90
  netrc (0.7.7)
@@ -95,6 +95,7 @@ module FeduxOrgStdlib
95
95
  @__v = []
96
96
  @__v << gem_name
97
97
  @__v << gem_name.gsub(/-/, '/')
98
+ @__v << local_variant if local_variant
98
99
  @__v << prefix.source.sub(/-$/, '') if prefix
99
100
 
100
101
  @__v
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  # FeduxOrgStdlib
3
3
  module FeduxOrgStdlib
4
- VERSION = '0.7.28'
4
+ VERSION = '0.7.29'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fedux_org-stdlib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.28
4
+ version: 0.7.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Meyer