active_utils 3.3.9 → 3.3.10
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 +4 -4
- data/.travis.yml +15 -8
- data/active_utils.gemspec +1 -1
- data/{Gemfile.activesupport32 → gemfiles/Gemfile.activesupport32} +1 -1
- data/{Gemfile.activesupport40 → gemfiles/Gemfile.activesupport40} +1 -1
- data/{Gemfile.activesupport41 → gemfiles/Gemfile.activesupport41} +1 -1
- data/{Gemfile.activesupport42 → gemfiles/Gemfile.activesupport42} +1 -1
- data/{Gemfile.activesupport50 → gemfiles/Gemfile.activesupport50} +1 -1
- data/gemfiles/Gemfile.activesupport52 +4 -0
- data/lib/active_utils/version.rb +1 -1
- metadata +11 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: afa3e2eeedeca58655782d4c2664f3036e058124
|
|
4
|
+
data.tar.gz: 7a8cf58f983fbda5b3aefeb25a4ccae03a33b30c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5e5e34273de184f023c8ac13898fbd641a837ef35ef56049be47d5a16587b2d8d51f5550a6539b430394dcec1d188055b62c99a42d440b6de95dadd7a5e3d3a
|
|
7
|
+
data.tar.gz: 1e61d510c0906e2642cf72d3511b77f12786b366be945d741009b210cceacc779225d2be1f7c197105ea88851ae2991e2ae7771ac621ec8cd380baf73df88c6d
|
data/.travis.yml
CHANGED
|
@@ -12,17 +12,24 @@ before_install:
|
|
|
12
12
|
- gem update bundler
|
|
13
13
|
|
|
14
14
|
gemfile:
|
|
15
|
-
- Gemfile.activesupport32
|
|
16
|
-
- Gemfile.activesupport40
|
|
17
|
-
- Gemfile.activesupport41
|
|
18
|
-
- Gemfile.activesupport42
|
|
19
|
-
- Gemfile.activesupport50
|
|
15
|
+
- gemfiles/Gemfile.activesupport32
|
|
16
|
+
- gemfiles/Gemfile.activesupport40
|
|
17
|
+
- gemfiles/Gemfile.activesupport41
|
|
18
|
+
- gemfiles/Gemfile.activesupport42
|
|
19
|
+
- gemfiles/Gemfile.activesupport50
|
|
20
|
+
- gemfiles/Gemfile.activesupport52
|
|
20
21
|
|
|
21
22
|
matrix:
|
|
22
23
|
exclude:
|
|
23
24
|
- rvm: "1.9"
|
|
24
|
-
gemfile: Gemfile.activesupport50
|
|
25
|
+
gemfile: gemfiles/Gemfile.activesupport50
|
|
26
|
+
- rvm: "1.9"
|
|
27
|
+
gemfile: gemfiles/Gemfile.activesupport52
|
|
28
|
+
- rvm: "2.0"
|
|
29
|
+
gemfile: gemfiles/Gemfile.activesupport50
|
|
25
30
|
- rvm: "2.0"
|
|
26
|
-
gemfile: Gemfile.
|
|
31
|
+
gemfile: gemfiles/Gemfile.activesupport52
|
|
32
|
+
- rvm: "2.1"
|
|
33
|
+
gemfile: gemfiles/Gemfile.activesupport50
|
|
27
34
|
- rvm: "2.1"
|
|
28
|
-
gemfile: Gemfile.
|
|
35
|
+
gemfile: gemfiles/Gemfile.activesupport52
|
data/active_utils.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "active_utils"
|
|
16
16
|
|
|
17
|
-
s.add_dependency('activesupport', '>= 3.2', '<
|
|
17
|
+
s.add_dependency('activesupport', '>= 3.2', '< 6.0')
|
|
18
18
|
s.add_dependency('i18n')
|
|
19
19
|
|
|
20
20
|
s.add_development_dependency('rake')
|
data/lib/active_utils/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shopify
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3.2'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version:
|
|
22
|
+
version: '6.0'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3.2'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
32
|
+
version: '6.0'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: i18n
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -98,15 +98,16 @@ files:
|
|
|
98
98
|
- CHANGELOG.md
|
|
99
99
|
- CONTRIBUTING.md
|
|
100
100
|
- Gemfile
|
|
101
|
-
- Gemfile.activesupport32
|
|
102
|
-
- Gemfile.activesupport40
|
|
103
|
-
- Gemfile.activesupport41
|
|
104
|
-
- Gemfile.activesupport42
|
|
105
|
-
- Gemfile.activesupport50
|
|
106
101
|
- MIT-LICENSE
|
|
107
102
|
- README.md
|
|
108
103
|
- Rakefile
|
|
109
104
|
- active_utils.gemspec
|
|
105
|
+
- gemfiles/Gemfile.activesupport32
|
|
106
|
+
- gemfiles/Gemfile.activesupport40
|
|
107
|
+
- gemfiles/Gemfile.activesupport41
|
|
108
|
+
- gemfiles/Gemfile.activesupport42
|
|
109
|
+
- gemfiles/Gemfile.activesupport50
|
|
110
|
+
- gemfiles/Gemfile.activesupport52
|
|
110
111
|
- lib/active_utils.rb
|
|
111
112
|
- lib/active_utils/connection.rb
|
|
112
113
|
- lib/active_utils/country.rb
|
|
@@ -149,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
149
150
|
version: '0'
|
|
150
151
|
requirements: []
|
|
151
152
|
rubyforge_project: active_utils
|
|
152
|
-
rubygems_version: 2.
|
|
153
|
+
rubygems_version: 2.6.14
|
|
153
154
|
signing_key:
|
|
154
155
|
specification_version: 4
|
|
155
156
|
summary: Common utils used by active_merchant, active_fulfillment, and active_shipping
|