pseudolocalization 0.8.1 → 0.8.2
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 +5 -5
- data/.travis.yml +3 -3
- data/CHANGELOG.md +50 -0
- data/Gemfile.lock +4 -4
- data/README.md +1 -1
- data/dev.yml +1 -1
- data/lib/pseudolocalization/version.rb +1 -1
- data/pseudolocalization.gemspec +1 -1
- data/service.yml +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: cc196797256501e0535a379fd8ea0107ca0a6d33be6bcc1cf774ec12fb8ffaef
|
4
|
+
data.tar.gz: 94ca3007cd0a055a4bf4539e8de4eaf09d7953e972d2fe60f708d578d1c77636
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a74669034de89277e887ce9d0d00fb20e21465e14fa9f88ef3bfb79c28ee03ecb9f9533a6c2be73d6d76d6dd21ed3a6f6037d3918a34b5b1f03cb3de58f9fab1
|
7
|
+
data.tar.gz: 2d658f03b84ac7464068a2cd940fe6b6fbe1bc9d2181cffa7a2f7ba136475ad0a4a809bb92ceb7352f92bbf61710bc30c4fb244761d505e4f84ca3ec66190ef3
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
ADDED
@@ -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
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pseudolocalization (0.8.
|
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.
|
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 (
|
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 (~>
|
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] [](https://travis-ci.org/Shopify/pseudolocalization)
|
2
2
|
|
3
|
-
[gem]: https://
|
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
data/pseudolocalization.gemspec
CHANGED
@@ -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", "~>
|
24
|
+
spec.add_development_dependency "rake", "~> 13.0"
|
25
25
|
spec.add_development_dependency "minitest", "~> 5.0"
|
26
26
|
end
|
data/service.yml
CHANGED
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.
|
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
|
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: '
|
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: '
|
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
|
-
|
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
|