phrase 0.4.20 → 0.4.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,6 +24,7 @@ module Phrase
24
24
  autoload :Xliff, 'phrase/formats/xliff'
25
25
  autoload :Yaml, 'phrase/formats/yaml'
26
26
  autoload :YamlSymfony, 'phrase/formats/yaml_symfony'
27
+ autoload :YamlSymfony2, 'phrase/formats/yaml_symfony2'
27
28
  autoload :PhpArray, 'phrase/formats/php_array'
28
29
  autoload :Laravel, 'phrase/formats/laravel'
29
30
 
@@ -89,6 +90,7 @@ module Phrase
89
90
  xlf: Phrase::Formats::Xliff,
90
91
  yml: Phrase::Formats::Yaml,
91
92
  yml_symfony: Phrase::Formats::YamlSymfony,
93
+ yml_symfony2: Phrase::Formats::YamlSymfony2,
92
94
  php_array: Phrase::Formats::PhpArray,
93
95
  laravel: Phrase::Formats::Laravel,
94
96
  }
@@ -0,0 +1,8 @@
1
+ # -*- encoding : utf-8 -*-
2
+
3
+ module Phrase
4
+ module Formats
5
+ class YamlSymfony2 < Phrase::Formats::YamlSymfony
6
+ end
7
+ end
8
+ end
@@ -1,3 +1,3 @@
1
1
  module Phrase
2
- VERSION = "0.4.20"
2
+ VERSION = "0.4.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phrase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.20
4
+ version: 0.4.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-25 00:00:00.000000000 Z
12
+ date: 2014-03-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colorize
@@ -239,6 +239,7 @@ files:
239
239
  - lib/phrase/formats/xml.rb
240
240
  - lib/phrase/formats/yaml.rb
241
241
  - lib/phrase/formats/yaml_symfony.rb
242
+ - lib/phrase/formats/yaml_symfony2.rb
242
243
  - lib/phrase/hash_flattener.rb
243
244
  - lib/phrase/tool.rb
244
245
  - lib/phrase/tool/commands.rb