time_of_day_attr 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,3 +48,6 @@ module TimeOfDayAttr
48
48
  end
49
49
 
50
50
  end
51
+
52
+ files = Dir[File.join(File.dirname(__FILE__), '../config/locales/*.yml')]
53
+ I18n.load_path.concat(files)
data/test/test_helper.rb CHANGED
@@ -5,9 +5,6 @@ require 'active_record'
5
5
  require 'test/unit'
6
6
  require 'time_of_day_attr'
7
7
 
8
- files = Dir[File.join(File.dirname(__FILE__), '../config/locales/*.yml')]
9
- I18n.load_path.concat(files)
10
-
11
8
  ActiveRecord::Base.establish_connection(:adapter => 'sqlite3', :database => ':memory:')
12
9
 
13
10
  require File.expand_path('../schema', __FILE__)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: time_of_day_attr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-29 00:00:00.000000000 Z
12
+ date: 2013-12-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails