crowdin-cli 0.5.5 → 0.5.6
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/README.md +16 -2
- data/lib/crowdin-cli/version.rb +1 -1
- metadata +9 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 823a8fda702b2d0c254bcafd32c0354cc3da3cf0
|
4
|
+
data.tar.gz: f20c4b6cceeac981f7b7af4f401085752cc04478
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f81872f7bc0c997d8ead829c39cb5e8c7421266785d00f520dd33d702a247c36766bc84da543720f031777c476f7181736c25b93d0627064c4dcdac0b84558d
|
7
|
+
data.tar.gz: 9f8f1f8990298b6cfd2d4d8892062e8945d86953017e0d44fe8b54f71a6b7ea89321a13c5f7b4fbe3a7079b73ddcbd5a63e671bc8dcb861792f1229fb895dd3c
|
data/README.md
CHANGED
@@ -1,4 +1,9 @@
|
|
1
|
-
# Crowdin-CLI
|
1
|
+
# Crowdin-CLI Ruby is now deprecated
|
2
|
+
|
3
|
+
[crowdin-cli-2](https://github.com/crowdin/crowdin-cli-2) is a ground-up rewrite in Java with a new flow, incredible speed, but the same core idea.
|
4
|
+
This repository remains available for existing applications built on what we now call Crowdin-CLI Ruby.
|
5
|
+
|
6
|
+
## Crowdin-CLI Ruby
|
2
7
|
|
3
8
|
[Crowdin Integration Utility Homepage](http://crowdin.com/page/cli-tool)
|
4
9
|
| [Support](http://crowdin.com/contacts)
|
@@ -446,7 +451,7 @@ Installation/SystemRequirements:
|
|
446
451
|
|
447
452
|
- Linux
|
448
453
|
- Java
|
449
|
-
- rvm/rbenv
|
454
|
+
- rvm/rbenv
|
450
455
|
|
451
456
|
Install latest version of JRuby `>=9.0.0.0` and Warbler gem `>=2.0.0`:
|
452
457
|
|
@@ -505,6 +510,15 @@ Run jar in any computer with installed Java:
|
|
505
510
|
java -jar <myapp>.jar
|
506
511
|
```
|
507
512
|
|
513
|
+
#### Installing as a Java Application
|
514
|
+
|
515
|
+
We bundled crowdin-cli as a Java application to let you start using crowdin-cli easier.
|
516
|
+
This method does not require installation. To get started:
|
517
|
+
|
518
|
+
1. [Download crowdin-cli.jar](https://crowdin.com/downloads/crowdin-cli.jar "Download crowdin-cli bundled as Java application") and save to your hard drive
|
519
|
+
2. Check that you have Java 7 installed
|
520
|
+
3. Add the crowdin-cli.jar file to your project directory
|
521
|
+
|
508
522
|
## Contributing
|
509
523
|
|
510
524
|
1. Fork it
|
data/lib/crowdin-cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: crowdin-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Crowdin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '2.
|
61
|
+
version: '2.16'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '2.
|
68
|
+
version: '2.16'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rubyzip
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,34 +86,28 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.
|
89
|
+
version: 0.5.0
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.
|
96
|
+
version: 0.5.0
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: i18n
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: '0.
|
104
|
-
- - ">="
|
105
|
-
- !ruby/object:Gem::Version
|
106
|
-
version: 0.7.0
|
103
|
+
version: '0.8'
|
107
104
|
type: :runtime
|
108
105
|
prerelease: false
|
109
106
|
version_requirements: !ruby/object:Gem::Requirement
|
110
107
|
requirements:
|
111
108
|
- - "~>"
|
112
109
|
- !ruby/object:Gem::Version
|
113
|
-
version: '0.
|
114
|
-
- - ">="
|
115
|
-
- !ruby/object:Gem::Version
|
116
|
-
version: 0.7.0
|
110
|
+
version: '0.8'
|
117
111
|
description: A command-line interface to sync files between your computer/server and
|
118
112
|
Crowdin.
|
119
113
|
email:
|
@@ -150,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
144
|
version: '0'
|
151
145
|
requirements: []
|
152
146
|
rubyforge_project:
|
153
|
-
rubygems_version: 2.5.
|
147
|
+
rubygems_version: 2.5.2
|
154
148
|
signing_key:
|
155
149
|
specification_version: 4
|
156
150
|
summary: Crowdin CLI.
|