pseudolocalization 0.8.1 → 0.8.2

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
- SHA1:
3
- metadata.gz: fa35c046d40aed5ede174170f02a87434358c60b
4
- data.tar.gz: c1fd6b3caac2aa1eee62e1593c9be71a9cbe71b6
2
+ SHA256:
3
+ metadata.gz: cc196797256501e0535a379fd8ea0107ca0a6d33be6bcc1cf774ec12fb8ffaef
4
+ data.tar.gz: 94ca3007cd0a055a4bf4539e8de4eaf09d7953e972d2fe60f708d578d1c77636
5
5
  SHA512:
6
- metadata.gz: 25c6856e16c25134dc34548d6880f6374b36013603168d2577409fd3ba6be7b250817cc72992492b82ee6ecd994d708f0188f066141d1fecbc104b9d66e1e156
7
- data.tar.gz: 2aeaf569ec791223a54f113d00207dc6f4616b29911622bb3d73f9e9b73a05902ec2b24e96f90ee79dbcd93b6f27ad10845d98329506756ed34901768c12bbba
6
+ metadata.gz: a74669034de89277e887ce9d0d00fb20e21465e14fa9f88ef3bfb79c28ee03ecb9f9533a6c2be73d6d76d6dd21ed3a6f6037d3918a34b5b1f03cb3de58f9fab1
7
+ data.tar.gz: 2d658f03b84ac7464068a2cd940fe6b6fbe1bc9d2181cffa7a2f7ba136475ad0a4a809bb92ceb7352f92bbf61710bc30c4fb244761d505e4f84ca3ec66190ef3
@@ -1,8 +1,8 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.4.6
4
- - 2.5.5
5
- - 2.6.3
3
+ - 2.4.9
4
+ - 2.5.7
5
+ - 2.6.5
6
6
  before_install:
7
7
  - gem update --system
8
8
  - gem install bundler -v '1.17.3'
@@ -0,0 +1,50 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+
6
+ ## Unreleased
7
+
8
+ ## [0.8.2] - 2019-10-08
9
+ ### Added
10
+ - Added `ci_url` to `service.yml`. [#27](https://github.com/shopify/pseudolocalization/pull/27)
11
+ - Added this CHANGELOG.md. [#32](https://github.com/Shopify/pseudolocalization/pull/32)
12
+
13
+ ### Changed
14
+ - Upgraded `minitest` to v5.12.0. [#29](https://github.com/shopify/pseudolocalization/pull/29)
15
+ - Upgraded `rake` to v13.0.0. [#30](https://github.com/shopify/pseudolocalization/pull/30)
16
+ - Upgraded `minitest` to v5.12.2. [#31](https://github.com/shopify/pseudolocalization/pull/31)
17
+ - Switched to Ruby 2.6.5 for development. [#33](https://github.com/Shopify/pseudolocalization/pull/33)
18
+
19
+ ### Fixed
20
+ - Properly load README badges. [#28](https://github.com/shopify/pseudolocalization/pull/28)
21
+
22
+ ## [0.8.1] - 2019-08-23
23
+ ### Added
24
+ - Added Dependabot. (https://github.com/Shopify/pseudolocalization/pull/23)
25
+
26
+ ### Changed
27
+ - Switched to Ruby 2.6.3 for development. [#22](https://github.com/Shopify/pseudolocalization/pull/22)
28
+ - Switched to Travis CI for CI solutions. [#22](https://github.com/Shopify/pseudolocalization/pull/22)
29
+ - Upgraded to package_cloud 0.3.05. [#24](https://github.com/Shopify/pseudolocalization/pull/24)
30
+ - Upgraded to Rake 12.3. [#25](https://github.com/Shopify/pseudolocalization/pull/25)
31
+
32
+ ### Removed
33
+ - Removed Shopify Build CI. [#22](https://github.com/Shopify/pseudolocalization/pull/22)
34
+
35
+ ## [0.8.0] - 2019-08-13
36
+ ### Added
37
+
38
+ - Exposed `original_backend` on the backend via `attr_reader`. [#21](https://github.com/Shopify/pseudolocalization/pull/21)
39
+
40
+ ### Fixed
41
+
42
+ - Escape quotes inside attributes. [#20](https://github.com/Shopify/pseudolocalization/pull/20)
43
+
44
+
45
+ Please refer to [GitHub releases](https://github.com/Shopify/pseudolocalization/releases) for releases prior to [0.8.0].
46
+
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
49
+ [0.8.1]: https://github.com/Shopify/pseudolocalization/compare/0.8.0...0.8.1
50
+ [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.1)
4
+ pseudolocalization (0.8.2)
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.11.3)
19
+ minitest (5.12.2)
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 (12.3.3)
29
+ rake (13.0.0)
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)
@@ -44,7 +44,7 @@ DEPENDENCIES
44
44
  minitest (~> 5.0)
45
45
  package_cloud
46
46
  pseudolocalization!
47
- rake (~> 12.3)
47
+ rake (~> 13.0)
48
48
 
49
49
  RUBY VERSION
50
50
  ruby 2.4.2p198
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Pseudolocalization [![Version][gem]][gem_url] [![Build Status](https://travis-ci.org/Shopify/pseudolocalization.svg?branch=master)](https://travis-ci.org/Shopify/pseudolocalization)
2
2
 
3
- [gem]: https://img.shields.io/gem/v/pseudolocalization.svg
3
+ [gem]: https://badge.fury.io/rb/pseudolocalization.svg
4
4
  [gem_url]: https://rubygems.org/gems/pseudolocalization
5
5
 
6
6
  > Pseudolocalization (or pseudo-localization) is a software testing method used for testing internationalization aspects of software. Instead of translating the text of the software into a foreign language, as in the process of localization, the textual elements of an application are replaced with an altered version of the original language.
data/dev.yml CHANGED
@@ -3,7 +3,7 @@ name: pseudolocalization
3
3
  type: ruby
4
4
 
5
5
  up:
6
- - ruby: 2.6.3
6
+ - ruby: 2.6.5
7
7
  - bundler
8
8
 
9
9
  commands:
@@ -1,3 +1,3 @@
1
1
  module Pseudolocalization
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
3
3
  end
@@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
21
21
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
22
  spec.require_paths = ["lib"]
23
23
 
24
- spec.add_development_dependency "rake", "~> 12.3"
24
+ spec.add_development_dependency "rake", "~> 13.0"
25
25
  spec.add_development_dependency "minitest", "~> 5.0"
26
26
  end
@@ -4,7 +4,7 @@ owners:
4
4
  - Shopify/intl-languages
5
5
  - Shopify/intl-localization
6
6
  - Shopify/intl-eng
7
-
8
7
  slack_channels:
9
8
  - intl-dev
10
9
  classification: library
10
+ ci_url: https://travis-ci.org/Shopify/pseudolocalization
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.1
4
+ version: 0.8.2
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-08-23 00:00:00.000000000 Z
11
+ date: 2019-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '12.3'
19
+ version: '13.0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '12.3'
26
+ version: '13.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -48,6 +48,7 @@ files:
48
48
  - ".dependabot/config.yml"
49
49
  - ".gitignore"
50
50
  - ".travis.yml"
51
+ - CHANGELOG.md
51
52
  - Gemfile
52
53
  - Gemfile.lock
53
54
  - LICENSE
@@ -81,8 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
82
  - !ruby/object:Gem::Version
82
83
  version: '0'
83
84
  requirements: []
84
- rubyforge_project:
85
- rubygems_version: 2.5.2.3
85
+ rubygems_version: 3.0.3
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: Internationalization development tool