enumerative 1.5.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Enumerative
2
2
 
3
- VERSION = "1.5.0"
3
+ VERSION = "1.6.0"
4
4
 
5
5
  end
@@ -41,7 +41,7 @@ module Enumerative
41
41
  def path
42
42
  @path ||= first_value_is_path? ?
43
43
  values.shift :
44
- File.join( 'models', 'enumerations' )
44
+ File.join( 'enumerations' )
45
45
  end
46
46
 
47
47
  def first_value_is_path?
@@ -1,5 +1,5 @@
1
1
  require 'spec_helper'
2
- require 'support/enumeration_sharedspec'
2
+ require 'enumerative/enumeration_sharedspec'
3
3
 
4
4
  describe <%= enumeration_class %> do
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enumerative
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-03-03 00:00:00.000000000 Z
13
+ date: 2014-06-20 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport