air18n 0.1.20 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -326,9 +326,6 @@ module Air18n
326
326
  I18n.default_locale, their_variables)
327
327
  end
328
328
 
329
- LoggingHelper.info "our variables: #{our_variables.inspect}"
330
- LoggingHelper.info "their variables: #{their_variables.inspect}"
331
-
332
329
  our_extra = our_variables - their_variables
333
330
  their_extra = their_variables - our_variables
334
331
  problems = []
@@ -1,3 +1,3 @@
1
1
  module Air18n
2
- VERSION = "0.1.20"
2
+ VERSION = "0.1.21"
3
3
  end
@@ -66,7 +66,6 @@ describe Air18n::XssDetector do
66
66
  ).should == { :safe => true }
67
67
 
68
68
  # Second form not styled.
69
- Air18n::LoggingHelper.info "GRRRRR"
70
69
  Air18n::XssDetector::safe?(
71
70
  "<span class='count'>%{smart_count}</span> <span class='text'>review</span> |||| <span class='count'>%{smart_count}</span> <span class='text'>reviews</span>",
72
71
  "<span class='text'>commentaire</span> <span class='count'>%{smart_count}</span> |||| commentaires %{smart_count}",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: air18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  version: '0'
201
201
  requirements: []
202
202
  rubyforge_project:
203
- rubygems_version: 1.8.22
203
+ rubygems_version: 1.8.24
204
204
  signing_key:
205
205
  specification_version: 3
206
206
  summary: Dynamic I18n backend