[DRE-commits] [ruby-haml-magic-translations] 01/03: Imported Upstream version 4.0.1

Jérémy Bobbio lunar at alioth.debian.org
Mon Sep 2 08:09:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-haml-magic-translations.

commit e37f1ab1062088ac489beac7d0d7c7a7373ab1c5
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Mon Sep 2 10:03:21 2013 +0200

    Imported Upstream version 4.0.1
---
 VERSION                              |    2 +-
 haml-magic-translations.gemspec      |    4 ++--
 metadata.yml                         |    5 +++--
 spec/haml/magic_translations_spec.rb |    2 +-
 spec/spec_helper.rb                  |    1 -
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/VERSION b/VERSION
index fcdb2e1..1454f6e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.0.0
+4.0.1
diff --git a/haml-magic-translations.gemspec b/haml-magic-translations.gemspec
index 95427bf..c77135e 100644
--- a/haml-magic-translations.gemspec
+++ b/haml-magic-translations.gemspec
@@ -5,11 +5,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{haml-magic-translations}
-  s.version = "4.0.0"
+  s.version = "4.0.1"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Kriss Kowalik", "potager.org"]
-  s.date = %q{2013-05-28}
+  s.date = %q{2013-09-01}
   s.description = %q{This plugin provides "magical translations" in your .haml files. What does it
 mean? It's mean that all your raw texts in templates will be automatically
 translated by GetText, FastGettext or Gettext backend from I18n. No more 
diff --git a/metadata.yml b/metadata.yml
index ab4e197..4504561 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: haml-magic-translations
 version: !ruby/object:Gem::Version
-  version: 4.0.0
+  version: 4.0.1
   prerelease: 
 platform: ruby
 authors:
@@ -10,7 +10,7 @@ authors:
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2013-05-28 00:00:00.000000000 Z
+date: 2013-09-01 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: haml
@@ -195,3 +195,4 @@ signing_key:
 specification_version: 3
 summary: Provides automaticaly translations in haml templates
 test_files: []
+has_rdoc: 
diff --git a/spec/haml/magic_translations_spec.rb b/spec/haml/magic_translations_spec.rb
index 936648c..fbea04a 100644
--- a/spec/haml/magic_translations_spec.rb
+++ b/spec/haml/magic_translations_spec.rb
@@ -229,7 +229,7 @@ module Haml
           end
           Haml::MagicTranslations.enable :gettext
           GetText.bindtextdomain 'test', :path => tmpdir
-          GetText.setlocale 'pl'
+          GetText.set_locale 'pl'
           example.run
         end
       end
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index ac0f4dd..5257856 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -11,7 +11,6 @@ require 'active_support'
 require 'action_view'
 
 require 'haml/magic_translations'
-require 'haml/template'
 
 Haml::Options.defaults[:ugly] = false
 Haml::Options.defaults[:format] = :xhtml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-haml-magic-translations.git



More information about the Pkg-ruby-extras-commits mailing list