grosser-fast_gettext 0.4.15 → 0.4.16

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.15
1
+ 0.4.16
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{fast_gettext}
5
- s.version = "0.4.15"
5
+ s.version = "0.4.16"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Michael Grosser"]
9
- s.date = %q{2009-09-01}
9
+ s.date = %q{2009-09-22}
10
10
  s.email = %q{grosser.michael@gmail.com}
11
11
  s.extra_rdoc_files = [
12
12
  "README.markdown"
@@ -8,6 +8,7 @@ module FastGettext
8
8
  include FastGettext::Storage
9
9
  extend self
10
10
 
11
+ VERSION = File.read( File.join(File.dirname(__FILE__),'..','VERSION') )
11
12
  LOCALE_REX = /^[a-z]{2}$|^[a-z]{2}_[A-Z]{2}$/
12
13
  NAMESPACE_SEPERATOR = '|'
13
14
 
@@ -37,4 +37,8 @@ describe FastGettext do
37
37
  IncludeTest.new.inc.should == 'Auto'
38
38
  IncludeTest.xx.should == 'Auto'
39
39
  end
40
+
41
+ it "has a VERSION" do
42
+ FastGettext::VERSION.should == File.read('VERSION')
43
+ end
40
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grosser-fast_gettext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.15
4
+ version: 0.4.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-01 00:00:00 -07:00
12
+ date: 2009-09-22 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -84,6 +84,7 @@ files:
84
84
  - vendor/string.rb
85
85
  has_rdoc: false
86
86
  homepage: http://github.com/grosser/fast_gettext
87
+ licenses:
87
88
  post_install_message:
88
89
  rdoc_options:
89
90
  - --charset=UTF-8
@@ -104,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
105
  requirements: []
105
106
 
106
107
  rubyforge_project:
107
- rubygems_version: 1.2.0
108
+ rubygems_version: 1.3.5
108
109
  signing_key:
109
110
  specification_version: 3
110
111
  summary: A simple, fast and threadsafe implementation of GetText