i18n_screwdriver 7.2 → 7.3
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/lib/i18n_screwdriver.rb +1 -1
- data/lib/i18n_screwdriver/version.rb +1 -1
- metadata +10 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dcbe962f4e3e2242c328f07eda929b4c3828ba6f
|
|
4
|
+
data.tar.gz: 1a4dba2b494f81ca01b0b76ac94e4962c9df83b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9461cb5371faf1d74533199ae5a0de82086e58f769e786d08ec358801c2e5bb63035ec739c603ee203c137a3e67afc23219d9938bbae139970c59a26b4644ad6
|
|
7
|
+
data.tar.gz: 7a236c9f260df49995835174be527cb5119a8a86d6ccb54b96a9975eb159cefa28606ad90b92c4c941cf62a5914e033045c1533fc8817c803fcfc71bd87fa00d
|
data/lib/i18n_screwdriver.rb
CHANGED
|
@@ -27,7 +27,7 @@ module I18nScrewdriver
|
|
|
27
27
|
File.open(filename_for_locale(locale), "w") do |file|
|
|
28
28
|
file.puts "# use rake task i18n:update to generate this file"
|
|
29
29
|
file.puts
|
|
30
|
-
file.puts({locale => in_utf8(translations)}.to_yaml)
|
|
30
|
+
file.puts({locale => in_utf8(translations)}.to_yaml(:line_width => -1))
|
|
31
31
|
file.puts
|
|
32
32
|
end
|
|
33
33
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: i18n_screwdriver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '7.
|
|
4
|
+
version: '7.3'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tobias Miesel
|
|
@@ -9,34 +9,34 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2015-04-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
requirements:
|
|
18
|
-
- -
|
|
18
|
+
- - ">="
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
20
|
version: '0'
|
|
21
21
|
type: :development
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
|
-
- -
|
|
25
|
+
- - ">="
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
27
|
version: '0'
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: rails
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
31
31
|
requirements:
|
|
32
|
-
- -
|
|
32
|
+
- - ">="
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
34
|
version: 3.0.0
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
|
-
- -
|
|
39
|
+
- - ">="
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
41
|
version: 3.0.0
|
|
42
42
|
description: make translating with rails i18n fun again
|
|
@@ -47,7 +47,7 @@ executables: []
|
|
|
47
47
|
extensions: []
|
|
48
48
|
extra_rdoc_files: []
|
|
49
49
|
files:
|
|
50
|
-
- .gitignore
|
|
50
|
+
- ".gitignore"
|
|
51
51
|
- Gemfile
|
|
52
52
|
- Gemfile.lock
|
|
53
53
|
- LICENSE.txt
|
|
@@ -71,19 +71,18 @@ require_paths:
|
|
|
71
71
|
- lib
|
|
72
72
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
|
-
- -
|
|
74
|
+
- - ">="
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
|
79
|
-
- -
|
|
79
|
+
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
81
|
version: '0'
|
|
82
82
|
requirements: []
|
|
83
83
|
rubyforge_project: i18n_screwdriver
|
|
84
|
-
rubygems_version: 2.
|
|
84
|
+
rubygems_version: 2.4.6
|
|
85
85
|
signing_key:
|
|
86
86
|
specification_version: 4
|
|
87
87
|
summary: make translating with rails i18n fun again
|
|
88
88
|
test_files: []
|
|
89
|
-
has_rdoc:
|