translations_sync 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Changelog +3 -0
  2. data/Rakefile +1 -1
  3. data/lib/translations_sync.rb +0 -1
  4. metadata +4 -4
data/Changelog CHANGED
@@ -1,3 +1,6 @@
1
+ 2011-04-14 v.0.2.6
2
+ * Fogotten debug output removed
3
+
1
4
  2011-04-05 v.0.2.5
2
5
  * Bug with filename parsing fixed
3
6
 
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'rubygems/specification'
6
6
  require 'date'
7
7
 
8
8
  GEM = "translations_sync"
9
- GEM_VERSION = "0.2.5"
9
+ GEM_VERSION = "0.2.6"
10
10
  AUTHOR = "Dmitri Koulikoff"
11
11
  EMAIL = "koulikoff@gmail.com"
12
12
  HOMEPAGE = "http://github.com/dima4p/translations_sync/"
@@ -182,7 +182,6 @@ class TranslationsSync
182
182
  key = key.split('.').map(&:to_sym)
183
183
  key_length = key.length
184
184
  result = false
185
- puts @flat.keys.select{|array| array[0] == :clients}.map(&:second).inspect
186
185
  @flat.reject! do |array, val|
187
186
  r = array[0, key_length] == key
188
187
  result ||= r
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translations_sync
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dmitri Koulikoff
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-05 00:00:00 +04:00
18
+ date: 2011-04-14 00:00:00 +04:00
19
19
  default_executable: translations_sync
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency