translatr_toolkit 0.1.0 → 0.1.1
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 +4 -4
- data/Gemfile.lock +12 -12
- data/lib/translatr_toolkit/version.rb +1 -1
- data/translatr_toolkit.gemspec +4 -4
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30f819c0eec8445055b048fd59eda502dd231db4b80fd840cebc912242c017aa
|
4
|
+
data.tar.gz: dba3477dda8bb20f22253ae7288a3e3c8d1ad39e590a5e6c112e740f52aefbaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3a2d74812cbd98fe7a59ea46ed1bd0cb7023652cb2b3eec16f8c36aa3448664783580efdd6ddb9ebc3c00372243f16333cb47a6a992aef62a162963c9c00a4a
|
7
|
+
data.tar.gz: 38b6a475d8193d5f265718c62883ecc155e8b6b16c8f22349d37bd33edf977fa909348ffd361100dbe0447175a49cbab0af0ae53081d4d55d644c863f4d2fcf2
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
translatr_toolkit (0.1.
|
4
|
+
translatr_toolkit (0.1.1)
|
5
5
|
onesky-ruby (~> 1.3)
|
6
6
|
rake (~> 13.0)
|
7
7
|
rspec (~> 3.0)
|
@@ -35,19 +35,19 @@ GEM
|
|
35
35
|
mime-types (>= 1.16, < 4.0)
|
36
36
|
netrc (~> 0.8)
|
37
37
|
rexml (3.2.5)
|
38
|
-
rspec (3.
|
39
|
-
rspec-core (~> 3.
|
40
|
-
rspec-expectations (~> 3.
|
41
|
-
rspec-mocks (~> 3.
|
42
|
-
rspec-core (3.
|
43
|
-
rspec-support (~> 3.
|
44
|
-
rspec-expectations (3.
|
38
|
+
rspec (3.11.0)
|
39
|
+
rspec-core (~> 3.11.0)
|
40
|
+
rspec-expectations (~> 3.11.0)
|
41
|
+
rspec-mocks (~> 3.11.0)
|
42
|
+
rspec-core (3.11.0)
|
43
|
+
rspec-support (~> 3.11.0)
|
44
|
+
rspec-expectations (3.11.0)
|
45
45
|
diff-lcs (>= 1.2.0, < 2.0)
|
46
|
-
rspec-support (~> 3.
|
47
|
-
rspec-mocks (3.
|
46
|
+
rspec-support (~> 3.11.0)
|
47
|
+
rspec-mocks (3.11.0)
|
48
48
|
diff-lcs (>= 1.2.0, < 2.0)
|
49
|
-
rspec-support (~> 3.
|
50
|
-
rspec-support (3.
|
49
|
+
rspec-support (~> 3.11.0)
|
50
|
+
rspec-support (3.11.0)
|
51
51
|
rubocop (0.93.1)
|
52
52
|
parallel (~> 1.10)
|
53
53
|
parser (>= 2.7.1.5)
|
data/translatr_toolkit.gemspec
CHANGED
@@ -5,11 +5,11 @@ require_relative "lib/translatr_toolkit/version"
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "translatr_toolkit"
|
7
7
|
spec.version = TranslatrToolkit::VERSION
|
8
|
-
spec.authors = ["
|
9
|
-
spec.email = ["
|
8
|
+
spec.authors = ["cat_core_team"]
|
9
|
+
spec.email = ["cat-core-team@tumblr.com"]
|
10
10
|
|
11
|
-
spec.summary = "
|
12
|
-
spec.description = "
|
11
|
+
spec.summary = "Interface between Tumblr's Translatr translations pipelines and OneSky."
|
12
|
+
spec.description = "Interface between Tumblr's Translatr translations pipelines and OneSky."
|
13
13
|
spec.homepage = "https://github.tumblr.net/Tumblr/translatr_toolkit"
|
14
14
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
15
15
|
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: translatr_toolkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- cat_core_team
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
@@ -66,10 +66,9 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '1.3'
|
69
|
-
description:
|
70
|
-
translations pipelines.
|
69
|
+
description: Interface between Tumblr's Translatr translations pipelines and OneSky.
|
71
70
|
email:
|
72
|
-
-
|
71
|
+
- cat-core-team@tumblr.com
|
73
72
|
executables: []
|
74
73
|
extensions: []
|
75
74
|
extra_rdoc_files: []
|
@@ -113,5 +112,5 @@ requirements: []
|
|
113
112
|
rubygems_version: 3.2.3
|
114
113
|
signing_key:
|
115
114
|
specification_version: 4
|
116
|
-
summary:
|
115
|
+
summary: Interface between Tumblr's Translatr translations pipelines and OneSky.
|
117
116
|
test_files: []
|