localedata 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: aa35b67d4dd4e4b8ae793fa8d14fc4a208c5d1e9e28f60ede7951d137ed6b6a7
4
- data.tar.gz: 51302c306029316297b1757676c8feacf514b5fb62663276cc53ec1e7a8c6e8c
3
+ metadata.gz: 3e405b05a4f416f04ec31701bf6ddf2684ce69dfccfce92ec91ec1851d68668c
4
+ data.tar.gz: 025106fadbcb18cbd84dd8904224400660b6c7a74030eecb87ee6309318ba052
5
5
  SHA512:
6
- metadata.gz: ab084ae29827b18272d07599963171286eda7948ff57f96e377ebd21728c07eb5724a410af4961f506c69b12489b82df9816cc7249d98572a37bbaff401980fb
7
- data.tar.gz: d2608cde89e8ca2f0e70960ee045553d2561f184ac1eb272b14a53c548d49896435b31696800875fb6bcbccd1729f2facda3e4e2e8bbdc6329e55470e0f8fe52
6
+ metadata.gz: 22e7727c8786b514098cfa3573e8a53ce074ade45cc91daf2b98aa7d061db4ec77019384ac64af419c5a18bd7d51ad363eff49ff26d6722d2ae14a6c39958d98
7
+ data.tar.gz: 7e15befa326d9c2cc9731f27b615953640b2403c1f9253b38e5e060188729aeacfd63506e64c8c05f3b6e7ca7f12ad6c08049b6e46b4b0fe999027bf3ae1af12
data/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1 (2023-01-03)
4
+
5
+ ### Fixed
6
+
7
+ - Fix missing `require` for FileUtils [#1]
8
+
3
9
  ## 0.1.0 (2019-05-02)
4
10
 
11
+ ### Added
12
+
5
13
  - Add `localedata install` command to create a default configuration file
6
14
  - Add `localedata pull` command to download translations
@@ -1,3 +1,5 @@
1
+ require 'fileutils'
2
+
1
3
  module Localedata
2
4
  class Installer
3
5
  def install(project_id)
@@ -1,3 +1,3 @@
1
1
  module Localedata
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localedata
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
7
  - Juraj Kostolansky
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-02 00:00:00.000000000 Z
11
+ date: 2023-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.12.0
41
- description:
41
+ description:
42
42
  email:
43
43
  - hello@localedata.com
44
44
  executables:
@@ -62,7 +62,7 @@ homepage: https://github.com/localedata/localedata-client
62
62
  licenses:
63
63
  - MIT
64
64
  metadata: {}
65
- post_install_message:
65
+ post_install_message:
66
66
  rdoc_options: []
67
67
  require_paths:
68
68
  - lib
@@ -77,9 +77,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubyforge_project:
81
- rubygems_version: 2.7.6
82
- signing_key:
80
+ rubygems_version: 3.3.26
81
+ signing_key:
83
82
  specification_version: 4
84
83
  summary: CLI for the Ruby on Rails translation management platform LocaleData
85
84
  test_files: []