[DRE-commits] [ruby-fast-gettext] 01/10: Imported Upstream version 0.9.2

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Sep 12 19:15:36 UTC 2015


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

lunar pushed a commit to branch master
in repository ruby-fast-gettext.

commit 8edfdf8ffbff41320a4ae249e65df65303b39019
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Sep 12 20:41:47 2015 +0200

    Imported Upstream version 0.9.2
---
 Gemfile.lock                                    |  2 +-
 fast_gettext.gemspec                            |  2 +-
 gemfiles/rails23.gemfile                        |  1 +
 gemfiles/rails23.gemfile.lock                   | 58 +++++++++++++++++++++++++
 lib/fast_gettext/translation_repository/base.rb |  2 +-
 lib/fast_gettext/version.rb                     |  2 +-
 6 files changed, 63 insertions(+), 4 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index d9acc84..a0de379 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    fast_gettext (0.9.0)
+    fast_gettext (0.9.2)
 
 GEM
   remote: https://rubygems.org/
diff --git a/fast_gettext.gemspec b/fast_gettext.gemspec
index de8fba8..c65386a 100644
--- a/fast_gettext.gemspec
+++ b/fast_gettext.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new name, FastGettext::VERSION do |s|
   s.authors = ["Michael Grosser"]
   s.email = "michael at grosser.it"
   s.homepage = "http://github.com/grosser/#{name}"
-  s.files = `git ls-files lib`.split("\n")
+  s.files = Dir["{lib/**/*.{rb,mo,rdoc},Readme.md,CHANGELOG}"]
   s.licenses = ["MIT", "Ruby"]
 
   s.add_development_dependency 'rake'
diff --git a/gemfiles/rails23.gemfile b/gemfiles/rails23.gemfile
index 3b715cc..4e83edb 100644
--- a/gemfiles/rails23.gemfile
+++ b/gemfiles/rails23.gemfile
@@ -3,3 +3,4 @@ source "https://rubygems.org"
 gemspec :path => "../"
 
 gem "rails", "~>2.3.0"
+gem "i18n", "~> 0.6.0"
diff --git a/gemfiles/rails23.gemfile.lock b/gemfiles/rails23.gemfile.lock
new file mode 100644
index 0000000..e72c4f2
--- /dev/null
+++ b/gemfiles/rails23.gemfile.lock
@@ -0,0 +1,58 @@
+PATH
+  remote: ../
+  specs:
+    fast_gettext (0.9.1)
+
+GEM
+  remote: https://rubygems.org/
+  specs:
+    actionmailer (2.3.18)
+      actionpack (= 2.3.18)
+    actionpack (2.3.18)
+      activesupport (= 2.3.18)
+      rack (~> 1.1.0)
+    activerecord (2.3.18)
+      activesupport (= 2.3.18)
+    activeresource (2.3.18)
+      activesupport (= 2.3.18)
+    activesupport (2.3.18)
+    bump (0.5.1)
+    diff-lcs (1.2.5)
+    i18n (0.6.11)
+    rack (1.1.6)
+    rails (2.3.18)
+      actionmailer (= 2.3.18)
+      actionpack (= 2.3.18)
+      activerecord (= 2.3.18)
+      activeresource (= 2.3.18)
+      activesupport (= 2.3.18)
+      rake (>= 0.8.3)
+    rake (10.4.2)
+    rspec (3.1.0)
+      rspec-core (~> 3.1.0)
+      rspec-expectations (~> 3.1.0)
+      rspec-mocks (~> 3.1.0)
+    rspec-core (3.1.7)
+      rspec-support (~> 3.1.0)
+    rspec-expectations (3.1.2)
+      diff-lcs (>= 1.2.0, < 2.0)
+      rspec-support (~> 3.1.0)
+    rspec-mocks (3.1.3)
+      rspec-support (~> 3.1.0)
+    rspec-support (3.1.2)
+    sqlite3 (1.3.10)
+    wwtd (0.7.0)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  activerecord
+  bump
+  fast_gettext!
+  i18n (~> 0.6.0)
+  rails (~> 2.3.0)
+  rake
+  rspec
+  sqlite3
+  wwtd
diff --git a/lib/fast_gettext/translation_repository/base.rb b/lib/fast_gettext/translation_repository/base.rb
index 6c55c64..48b6554 100644
--- a/lib/fast_gettext/translation_repository/base.rb
+++ b/lib/fast_gettext/translation_repository/base.rb
@@ -37,7 +37,7 @@ module FastGettext
 
       def find_files_in_locale_folders(relative_file_path,path)
         path ||= "locale"
-        raise "path #{path} cound not be found!" unless File.exist?(path)
+        raise "path #{path} could not be found!" unless File.exist?(path)
 
         @files = {}
         Dir[File.join(path,'*')].each do |locale_folder|
diff --git a/lib/fast_gettext/version.rb b/lib/fast_gettext/version.rb
index 274da91..658b1c4 100644
--- a/lib/fast_gettext/version.rb
+++ b/lib/fast_gettext/version.rb
@@ -1,3 +1,3 @@
 module FastGettext
-  VERSION = Version = '0.9.0'
+  VERSION = Version = '0.9.2'
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fast-gettext.git



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