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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9bfdcd540d2eae0894fc7cc85518e78f5e95f40327574b71ca67ffefa53ad960
4
- data.tar.gz: e6641864b990b700ec492a5838c43a915b91315782bb6bf4b62e1305e4dcfb0a
3
+ metadata.gz: 30f819c0eec8445055b048fd59eda502dd231db4b80fd840cebc912242c017aa
4
+ data.tar.gz: dba3477dda8bb20f22253ae7288a3e3c8d1ad39e590a5e6c112e740f52aefbaf
5
5
  SHA512:
6
- metadata.gz: 6e8aabe0a5e3526c3dd7a06cd1d2effe9365caf2bd69c1f922aaea73d3777fa7a7f6ee1f51d2397eb3c1d3c24112d0022e34e3128d2fa5025f64e055c75a95cb
7
- data.tar.gz: 369a169bf33f08e0c5c3c8245cbf96484e825eb18c999141a2bb5152b59ee68ab22f999dc8fd7db78077a5bc2c8761f54112ec7a1fd49aabef15e33496b0e9d9
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.0)
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.10.0)
39
- rspec-core (~> 3.10.0)
40
- rspec-expectations (~> 3.10.0)
41
- rspec-mocks (~> 3.10.0)
42
- rspec-core (3.10.2)
43
- rspec-support (~> 3.10.0)
44
- rspec-expectations (3.10.2)
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.10.0)
47
- rspec-mocks (3.10.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.10.0)
50
- rspec-support (3.10.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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TranslatrToolkit
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -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 = ["pleff"]
9
- spec.email = ["pearl.leff@tumblr.com"]
8
+ spec.authors = ["cat_core_team"]
9
+ spec.email = ["cat-core-team@tumblr.com"]
10
10
 
11
- spec.summary = "A library with common function used by Tumblr's Translatr translations pipelines."
12
- spec.description = "A library with common OneSky functionality used by Tumblr's Translatr translations pipelines."
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - pleff
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: A library with common OneSky functionality used by Tumblr's Translatr
70
- translations pipelines.
69
+ description: Interface between Tumblr's Translatr translations pipelines and OneSky.
71
70
  email:
72
- - pearl.leff@tumblr.com
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: A library with common function used by Tumblr's Translatr translations pipelines.
115
+ summary: Interface between Tumblr's Translatr translations pipelines and OneSky.
117
116
  test_files: []