translate_self 0.7.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,11 +17,11 @@ Gem::Specification.new do |spec|
17
17
 
18
18
  spec.metadata['homepage_uri'] = spec.homepage
19
19
  spec.metadata['source_code_uri'] = spec.homepage
20
- spec.metadata['changelog_uri'] = spec.homepage
20
+ spec.metadata['changelog_uri'] = "#{spec.homepage}/blob/main/CHANGELOG.md"
21
21
  # Specify which files should be added to the gem when it is released.
22
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
23
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
24
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
24
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features|spaghetti)/}) }
25
25
  end
26
26
  spec.bindir = 'exe'
27
27
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translate_self
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sampo Kuokkanen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-08 00:00:00.000000000 Z
11
+ date: 2021-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: deepl-rb
@@ -94,6 +94,7 @@ files:
94
94
  - lib/translate_self/translatable_string.rb
95
95
  - lib/translate_self/translation.rb
96
96
  - lib/translate_self/version.rb
97
+ - spaghetti.txt
97
98
  - translate_self.gemspec
98
99
  homepage: https://github.com/sampokuokkanen/translate_self
99
100
  licenses:
@@ -101,7 +102,7 @@ licenses:
101
102
  metadata:
102
103
  homepage_uri: https://github.com/sampokuokkanen/translate_self
103
104
  source_code_uri: https://github.com/sampokuokkanen/translate_self
104
- changelog_uri: https://github.com/sampokuokkanen/translate_self
105
+ changelog_uri: https://github.com/sampokuokkanen/translate_self/blob/main/CHANGELOG.md
105
106
  post_install_message:
106
107
  rdoc_options: []
107
108
  require_paths: