active_utils 3.3.9 → 3.3.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: efc7870b2be0fb969f6a3a4c9b58d3d5e26a1f07
4
- data.tar.gz: ca65660309e3550d0f0ec9c538e28940f70e424d
3
+ metadata.gz: afa3e2eeedeca58655782d4c2664f3036e058124
4
+ data.tar.gz: 7a8cf58f983fbda5b3aefeb25a4ccae03a33b30c
5
5
  SHA512:
6
- metadata.gz: 11e151efa31c83462634674502c894c77177c2972d0d06c49010d7f7e5aad128cee5d1196abaa5f3e31780aba0d0b66a1112bb7f838468c163bb938cec4e0d60
7
- data.tar.gz: 156929df28da6169c6fff5fa34fec042d8bde5eb0208ceec7dbfdd8bced76e3fa886c357d97a4dfaf33655119fa0a2af08da49887429a10c93cc0ffb5778f95f
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.activesupport50
31
+ gemfile: gemfiles/Gemfile.activesupport52
32
+ - rvm: "2.1"
33
+ gemfile: gemfiles/Gemfile.activesupport50
27
34
  - rvm: "2.1"
28
- gemfile: Gemfile.activesupport50
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', '< 5.2.0')
17
+ s.add_dependency('activesupport', '>= 3.2', '< 6.0')
18
18
  s.add_dependency('i18n')
19
19
 
20
20
  s.add_development_dependency('rake')
@@ -1,4 +1,4 @@
1
1
  source "https://rubygems.org"
2
- gemspec
2
+ gemspec path: '..'
3
3
 
4
4
  gem 'activesupport', '~> 3.2.0'
@@ -1,4 +1,4 @@
1
1
  source "https://rubygems.org"
2
- gemspec
2
+ gemspec path: '..'
3
3
 
4
4
  gem 'activesupport', '~> 4.0.0'
@@ -1,4 +1,4 @@
1
1
  source "https://rubygems.org"
2
- gemspec
2
+ gemspec path: '..'
3
3
 
4
4
  gem 'activesupport', '~> 4.1.0'
@@ -1,4 +1,4 @@
1
1
  source "https://rubygems.org"
2
- gemspec
2
+ gemspec path: '..'
3
3
 
4
4
  gem 'activesupport', '~> 4.2.0'
@@ -1,4 +1,4 @@
1
1
  source "https://rubygems.org"
2
- gemspec
2
+ gemspec path: '..'
3
3
 
4
4
  gem 'activesupport', '~> 5.0.0'
@@ -0,0 +1,4 @@
1
+ source "https://rubygems.org"
2
+ gemspec path: '..'
3
+
4
+ gem 'activesupport', github: 'rails/rails', branch: '5-2-stable'
@@ -1,3 +1,3 @@
1
1
  module ActiveUtils
2
- VERSION = "3.3.9"
2
+ VERSION = "3.3.10"
3
3
  end
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.9
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: 2017-09-28 00:00:00.000000000 Z
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: 5.2.0
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: 5.2.0
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.5.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