web_translate_it 2.1.8 → 2.2.0

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/history.md +4 -0
  3. data/license +17 -19
  4. data/readme.md +1 -1
  5. metadata +9 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a2878eea33a39adc7a2944bec217ec42f65df2ef
4
- data.tar.gz: e230e5c23c7fd633954f11f38f3ce5383cc9a87f
3
+ metadata.gz: 83685baa1186e0e541843f709812ab2742f2b7fa
4
+ data.tar.gz: c576acecd80cdf48f78b018ae13dd86d1aefc424
5
5
  SHA512:
6
- metadata.gz: 37ddeddeb5b6b772bf74625292c38ab99c652568efd1c97aedc1620f5f3a6fb008ff0f7811103b998dc3c680f3a09471fe5830fe8aeebbf842c17fa44d60d1bc
7
- data.tar.gz: d0dccf1014a99f4d0fcbaae3f9c1a3497c7a8eb43a74a693e7288467d3ae06a028ec53376512cc3065e4fd0613e699d11693123f88694bebfe7fda08495265ee
6
+ metadata.gz: eb89f5166efde65e05884f08d6ede6dd704d6487acfcb8b4ded4d6c6528e8a01870fc506a6179ceaf28b4dafcd4a4dc7bdcc8c3802a45ac22afd8095a9a8b081
7
+ data.tar.gz: 0d3992a10b8a5e6882e1cce2cf1592bc4bb2d70be7ded1dc79ed203b12a43c2f7135de82dfd16848ef5f03a92fa2e2bc1bbaae25518bd6cae1b8a89215e595b1
data/history.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Version 2.2.0 / 2014-01-10
2
+
3
+ * Update dependencies.
4
+
1
5
  ## Version 2.1.8 / 2013-09-03
2
6
 
3
7
  * Bug fix on `wti pull`.
data/license CHANGED
@@ -1,22 +1,20 @@
1
- Copyright (c) 2009-2013 Atelier Convivialité
1
+ The MIT License (MIT)
2
2
 
3
- Permission is hereby granted, free of charge, to any person
4
- obtaining a copy of this software and associated documentation
5
- files (the "Software"), to deal in the Software without
6
- restriction, including without limitation the rights to use,
7
- copy, modify, merge, publish, distribute, sublicense, and/or sell
8
- copies of the Software, and to permit persons to whom the
9
- Software is furnished to do so, subject to the following
10
- conditions:
3
+ Copyright (c) 2009-2013 Atelier Convivialite
11
4
 
12
- The above copyright notice and this permission notice shall be
13
- included in all copies or substantial portions of the Software.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
14
11
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
- OTHER DEALINGS IN THE SOFTWARE.
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/readme.md CHANGED
@@ -180,4 +180,4 @@ Check the [sample `.wti`](https://github.com/AtelierConvivialite/webtranslateit/
180
180
 
181
181
  # License
182
182
 
183
- Copyright (c) 2009-2013 Atelier Convivialité, released under the MIT License.
183
+ Copyright (c) 2009-2014 Atelier Convivialité, released under the MIT License.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web_translate_it
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.8
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edouard Briere
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-03 00:00:00.000000000 Z
11
+ date: 2014-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multipart-post
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 1.2.0
19
+ version: '2.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 1.2.0
26
+ version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: trollop
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description:
83
+ description: A gem to push and pull language files to WebTranslateIt.com.
84
84
  email: edouard@atelierconvivialite.com
85
85
  executables:
86
86
  - wti
@@ -122,7 +122,8 @@ files:
122
122
  - spec/web_translate_it/string_spec.rb
123
123
  - spec/web_translate_it/term_spec.rb
124
124
  homepage: https://webtranslateit.com
125
- licenses: []
125
+ licenses:
126
+ - MIT
126
127
  metadata: {}
127
128
  post_install_message:
128
129
  rdoc_options:
@@ -142,10 +143,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
143
  version: '0'
143
144
  requirements: []
144
145
  rubyforge_project:
145
- rubygems_version: 2.0.3
146
+ rubygems_version: 2.1.5
146
147
  signing_key:
147
148
  specification_version: 4
148
- summary: A CLI to sync locale files with webtranslateit.com.
149
+ summary: A CLI to sync locale files with WebTranslateIt.com.
149
150
  test_files:
150
151
  - spec/examples/config/translation.yml
151
152
  - spec/examples/en.yml