translation 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +16 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a79514a84e9a61c0b950fb4225a613e906cdeb80
4
- data.tar.gz: bab34ec6a4ffb1b3f759640eccea15090a5261d2
3
+ metadata.gz: 6fdbfc3366fc33e98b990f1ef6769f483e54b36a
4
+ data.tar.gz: bfef13d4a532bb6b17a2a390c7dd3803e8a9068e
5
5
  SHA512:
6
- metadata.gz: 97ae9198f3b4dd04d6b4d22c7642f8c8fb6a283586637a9c6088fa2b0c0223f7324fd5e3098689bd633e3c0447764f5b36b8976ad8d137a74e33b6ad4c81819f
7
- data.tar.gz: abdbb1ac3a7bd00f85a59ea693c89efc42d00a32ce047fb8355834e95ec9c0ed647a497962c3c551b1bbadf998e7d8d37a8a0dddd8e1989f61ac1050f2c586b7
6
+ metadata.gz: 9e3cdc31a4db0fa2966d33c23dd8be0115a788fd2962b450acdc7f95596178b67cba27a5420342465b8c6c6ef059e06f6711598f67fd1e2cf67f00014e686f19
7
+ data.tar.gz: f004b789f120a27803f3d37e04a849cdba04d6e261b2e3de4cf63d535f6ce13cc2a9355bdbe9662d7d2af31480643a528b8e42e20bc5bd286b16bf3b6ab354b1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aurelien Malisart
@@ -37,45 +37,51 @@ dependencies:
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: '10.3'
41
41
  type: :development
42
42
  prerelease: false
43
43
  version_requirements: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: '10.3'
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: rspec
50
50
  requirement: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: '2.14'
55
+ - - '='
56
+ - !ruby/object:Gem::Version
57
+ version: 2.14.1
55
58
  type: :development
56
59
  prerelease: false
57
60
  version_requirements: !ruby/object:Gem::Requirement
58
61
  requirements:
59
62
  - - "~>"
60
63
  - !ruby/object:Gem::Version
61
- version: '0'
64
+ version: '2.14'
65
+ - - '='
66
+ - !ruby/object:Gem::Version
67
+ version: 2.14.1
62
68
  - !ruby/object:Gem::Dependency
63
69
  name: rails
64
70
  requirement: !ruby/object:Gem::Requirement
65
71
  requirements:
66
72
  - - "~>"
67
73
  - !ruby/object:Gem::Version
68
- version: '0'
74
+ version: '4.1'
69
75
  type: :development
70
76
  prerelease: false
71
77
  version_requirements: !ruby/object:Gem::Requirement
72
78
  requirements:
73
79
  - - "~>"
74
80
  - !ruby/object:Gem::Version
75
- version: '0'
76
- description: Translation.io allows you to localize Rails applications using either
77
- t(".keys") or _("free text"). Just type "rake translation:sync" to synchronize with
78
- your translators, and let them translate online with our interface.
81
+ version: '4.1'
82
+ description: Rails translation made _("simple") with YAML and GetText. Localize your
83
+ app using either t(".keys") or _("free text") and type "rake translation:sync" to
84
+ synchronize with your translators.
79
85
  email: contact@translation.io
80
86
  executables: []
81
87
  extensions: []