medea 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,9 @@ module Medea
8
8
  class JasonObject
9
9
 
10
10
  include Medea::ActiveModelMethods
11
+ if defined? ActiveModel
12
+ extend ActiveModel::Naming
13
+ end
11
14
  #include JasonDB
12
15
 
13
16
  #meta-programming interface for lists
data/lib/medea/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Medea
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
 
4
4
  #When the templates are changed, this version should be incremented
5
5
  #This version is used when uploading/updating the templates
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 1
9
- version: 0.5.1
8
+ - 2
9
+ version: 0.5.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Jensen