active_utils 3.3.14 → 3.3.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +13 -9
- data/CHANGELOG.md +4 -0
- data/active_utils.gemspec +1 -1
- data/gemfiles/{Gemfile.activesupport32 → Gemfile.activesupport-master} +1 -1
- data/lib/active_utils/version.rb +1 -1
- metadata +5 -13
- data/gemfiles/Gemfile.activesupport40 +0 -4
- data/gemfiles/Gemfile.activesupport41 +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0321a70bbd7569051040354e0a162b770489c01294624a2f1b85d36ea3f7807
|
4
|
+
data.tar.gz: 820c4e0a69ea0c1fb4d216358abda5e5d519974da0d3b7e8de03ffe0d2d3fe6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bc8a51f48cd52ee7b9a4b5ac4c93908510caed120830f52a368c77d6178e2d2180d998beee6585767f53649dad4446a7a6798fb71f29b2045546f2708bc35f3
|
7
|
+
data.tar.gz: f558eb29505f4b5c69a56e25d048c33d94cf310c2b6ee0a9f5802c3d988258cbbe52d03f1ff823d434788a3adb886c0a72d4070546a065a92463637511f634d2
|
data/.travis.yml
CHANGED
@@ -3,33 +3,37 @@ script: bundle exec rake test
|
|
3
3
|
sudo: false
|
4
4
|
|
5
5
|
rvm:
|
6
|
-
- "1.9"
|
7
6
|
- "2.0"
|
8
7
|
- "2.1"
|
9
|
-
- "2.2
|
8
|
+
- "2.2"
|
9
|
+
- "2.3"
|
10
|
+
- "2.4"
|
11
|
+
- "2.5"
|
10
12
|
|
11
13
|
before_install:
|
12
14
|
- gem update bundler
|
13
15
|
|
14
16
|
gemfile:
|
15
|
-
- gemfiles/Gemfile.activesupport32
|
16
|
-
- gemfiles/Gemfile.activesupport40
|
17
|
-
- gemfiles/Gemfile.activesupport41
|
18
17
|
- gemfiles/Gemfile.activesupport42
|
19
18
|
- gemfiles/Gemfile.activesupport50
|
20
19
|
- gemfiles/Gemfile.activesupport52
|
20
|
+
- gemfiles/Gemfile.activesupport-master
|
21
21
|
|
22
22
|
matrix:
|
23
23
|
exclude:
|
24
|
-
- rvm: "1.9"
|
25
|
-
gemfile: gemfiles/Gemfile.activesupport50
|
26
|
-
- rvm: "1.9"
|
27
|
-
gemfile: gemfiles/Gemfile.activesupport52
|
28
24
|
- rvm: "2.0"
|
29
25
|
gemfile: gemfiles/Gemfile.activesupport50
|
30
26
|
- rvm: "2.0"
|
31
27
|
gemfile: gemfiles/Gemfile.activesupport52
|
28
|
+
- rvm: "2.0"
|
29
|
+
gemfile: gemfiles/Gemfile.activesupport-master
|
32
30
|
- rvm: "2.1"
|
33
31
|
gemfile: gemfiles/Gemfile.activesupport50
|
34
32
|
- rvm: "2.1"
|
35
33
|
gemfile: gemfiles/Gemfile.activesupport52
|
34
|
+
- rvm: "2.1"
|
35
|
+
gemfile: gemfiles/Gemfile.activesupport-master
|
36
|
+
- rvm: "2.2"
|
37
|
+
gemfile: gemfiles/Gemfile.activesupport-master
|
38
|
+
- rvm: "2.3"
|
39
|
+
gemfile: gemfiles/Gemfile.activesupport-master
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# ActiveUtils changelog
|
2
2
|
|
3
|
+
### Version 3.3.15 (November 29, 2018)
|
4
|
+
- Remove support to Ruby 1.9 and ActiveSupport `< 4`
|
5
|
+
- Remove the upperbound constraint on ActiveSupport
|
6
|
+
|
3
7
|
### Version 3.3.14 (November 28, 2018)
|
4
8
|
- Add `MW` to `ActiveUtils::Country::COUNTRIES_THAT_DO_NOT_USE_POSTALCODES`
|
5
9
|
|
data/active_utils.gemspec
CHANGED
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.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shopify
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-11-
|
11
|
+
date: 2018-11-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -16,20 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
20
|
-
- - "<"
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: '6.0'
|
19
|
+
version: '4.2'
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
24
|
- - ">="
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
30
|
-
- - "<"
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '6.0'
|
26
|
+
version: '4.2'
|
33
27
|
- !ruby/object:Gem::Dependency
|
34
28
|
name: i18n
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -103,9 +97,7 @@ files:
|
|
103
97
|
- README.md
|
104
98
|
- Rakefile
|
105
99
|
- active_utils.gemspec
|
106
|
-
- gemfiles/Gemfile.
|
107
|
-
- gemfiles/Gemfile.activesupport40
|
108
|
-
- gemfiles/Gemfile.activesupport41
|
100
|
+
- gemfiles/Gemfile.activesupport-master
|
109
101
|
- gemfiles/Gemfile.activesupport42
|
110
102
|
- gemfiles/Gemfile.activesupport50
|
111
103
|
- gemfiles/Gemfile.activesupport52
|