pseudolocalization 0.8.2 → 0.8.3

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
  SHA256:
3
- metadata.gz: cc196797256501e0535a379fd8ea0107ca0a6d33be6bcc1cf774ec12fb8ffaef
4
- data.tar.gz: 94ca3007cd0a055a4bf4539e8de4eaf09d7953e972d2fe60f708d578d1c77636
3
+ metadata.gz: 991ea4b4a56c26ead8a124c46649202ccfc6e9b88de0a279e47f313da3c64f1e
4
+ data.tar.gz: 6ffe520f2b4d177902c54262f75f3a3b3f065cc4281ac38a6bee27adb286535e
5
5
  SHA512:
6
- metadata.gz: a74669034de89277e887ce9d0d00fb20e21465e14fa9f88ef3bfb79c28ee03ecb9f9533a6c2be73d6d76d6dd21ed3a6f6037d3918a34b5b1f03cb3de58f9fab1
7
- data.tar.gz: 2d658f03b84ac7464068a2cd940fe6b6fbe1bc9d2181cffa7a2f7ba136475ad0a4a809bb92ceb7352f92bbf61710bc30c4fb244761d505e4f84ca3ec66190ef3
6
+ metadata.gz: ba3013b5b91edaa8338fba3be242224331faf986c174fedf7bf38cdec38f69a4eb0ada28be8ca25daeb19283cb64ae4021630ee0ab10d98703edb7250ab71661
7
+ data.tar.gz: 30e586e6d7dd9daf9758ae96bbd4f918c5c5f8c9147dcf68ee25ae58724b6d9681c0108eb857217a53ad01e959224a93aa3e441e1fa8d9a69c0bff49fd0fe1d3
@@ -0,0 +1,3 @@
1
+ # .github/probots.yml
2
+ enabled:
3
+ - cla
@@ -3,9 +3,10 @@ rvm:
3
3
  - 2.4.9
4
4
  - 2.5.7
5
5
  - 2.6.5
6
+ - 2.7.0
6
7
  before_install:
7
8
  - gem update --system
8
- - gem install bundler -v '1.17.3'
9
+ - gem install bundler -v '2.1.4'
9
10
  cache:
10
11
  bundler: true
11
12
  install:
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
 
6
6
  ## Unreleased
7
7
 
8
+ ## [0.8.3] - 2020-01-15
9
+ ### Added
10
+ - Added CLA probot to legitimize external contributions. [#35](https://github.com/shopify/pseudolocalization/pull/35)
11
+
12
+ ### Changed
13
+ - Upgraded `minitest` to v5.13.0. [#36](https://github.com/Shopify/pseudolocalization/pull/36)
14
+ - Upgraded `rake` to v13.0.1. [#37](https://github.com/Shopify/pseudolocalization/pull/37)
15
+ - Upgraded `minitest` to v5.14.0. [#38](https://github.com/Shopify/pseudolocalization/pull/38)
16
+ - Switched to Ruby 2.7.0 for development. [#39](https://github.com/Shopify/pseudolocalization/pull/39)
17
+ - Upgraded `bundler` to v2.1.4. [#40](https://github.com/Shopify/pseudolocalization/pull/40)
18
+
8
19
  ## [0.8.2] - 2019-10-08
9
20
  ### Added
10
21
  - Added `ci_url` to `service.yml`. [#27](https://github.com/shopify/pseudolocalization/pull/27)
@@ -44,7 +55,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44
55
 
45
56
  Please refer to [GitHub releases](https://github.com/Shopify/pseudolocalization/releases) for releases prior to [0.8.0].
46
57
 
47
- [Unreleased]: https://github.com/Shopify/pseudolocalization/compare/0.8.2...HEAD
48
- [0.8.1]: https://github.com/Shopify/pseudolocalization/compare/0.8.1...0.8.2
58
+ [Unreleased]: https://github.com/Shopify/pseudolocalization/compare/0.8.3...HEAD
59
+ [0.8.3]: https://github.com/Shopify/pseudolocalization/compare/0.8.2...0.8.3
60
+ [0.8.2]: https://github.com/Shopify/pseudolocalization/compare/0.8.1...0.8.2
49
61
  [0.8.1]: https://github.com/Shopify/pseudolocalization/compare/0.8.0...0.8.1
50
62
  [0.8.0]: https://github.com/Shopify/pseudolocalization/compare/0.7.0...0.8.0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pseudolocalization (0.8.2)
4
+ pseudolocalization (0.8.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -16,7 +16,7 @@ GEM
16
16
  mime-types (3.2.2)
17
17
  mime-types-data (~> 3.2015)
18
18
  mime-types-data (3.2019.0331)
19
- minitest (5.12.2)
19
+ minitest (5.14.0)
20
20
  netrc (0.11.0)
21
21
  package_cloud (0.3.05)
22
22
  highline (= 1.6.20)
@@ -26,7 +26,7 @@ GEM
26
26
  thor (~> 0.18)
27
27
  rainbow (2.2.2)
28
28
  rake
29
- rake (13.0.0)
29
+ rake (13.0.1)
30
30
  rest-client (2.1.0)
31
31
  http-accept (>= 1.7.0, < 2.0)
32
32
  http-cookie (>= 1.0.2, < 2.0)
@@ -50,4 +50,4 @@ RUBY VERSION
50
50
  ruby 2.4.2p198
51
51
 
52
52
  BUNDLED WITH
53
- 1.17.3
53
+ 2.1.4
data/dev.yml CHANGED
@@ -3,7 +3,7 @@ name: pseudolocalization
3
3
  type: ruby
4
4
 
5
5
  up:
6
- - ruby: 2.6.5
6
+ - ruby: 2.7.0
7
7
  - bundler
8
8
 
9
9
  commands:
@@ -1,3 +1,3 @@
1
1
  module Pseudolocalization
2
- VERSION = "0.8.2"
2
+ VERSION = "0.8.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pseudolocalization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Blais
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-08 00:00:00.000000000 Z
11
+ date: 2020-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -46,6 +46,7 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - ".dependabot/config.yml"
49
+ - ".github/probots.yml"
49
50
  - ".gitignore"
50
51
  - ".travis.yml"
51
52
  - CHANGELOG.md
@@ -82,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
83
  - !ruby/object:Gem::Version
83
84
  version: '0'
84
85
  requirements: []
85
- rubygems_version: 3.0.3
86
+ rubygems_version: 3.1.2
86
87
  signing_key:
87
88
  specification_version: 4
88
89
  summary: Internationalization development tool