pjb3-flex-attributes 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{flex-attributes}
3
- s.version = "0.1"
3
+ s.version = "0.1.1"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Eric Anderson", "Paul Barry"]
@@ -228,7 +228,7 @@ module FlexAttributes
228
228
  self.flex_options[options[:class_name]] = options
229
229
 
230
230
  # Mix in instance methods
231
- send :include, ActiveRecord::FlexAttributes::InstanceMethods
231
+ send :include, FlexAttributes::InstanceMethods
232
232
 
233
233
  # Modify attribute class
234
234
  attribute_class = options[:class_name].constantize
@@ -276,7 +276,7 @@ module FlexAttributes
276
276
  acts_as_versioned_association options[:relationship_name],
277
277
  :both_sides => true
278
278
  version_class.send :include,
279
- ActiveRecord::FlexAttributes::InstanceMethods
279
+ FlexAttributes::InstanceMethods
280
280
  end
281
281
 
282
282
  # The following is only setup once
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pjb3-flex-attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.1"
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Anderson