rexport 0.4.4 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -65,7 +65,7 @@ class ActiveSupport::TestCase
65
65
 
66
66
  create_table :exports do |t|
67
67
  t.string :name
68
- t.string :model_name
68
+ t.string :model_class_name
69
69
  t.text :description
70
70
  end
71
71
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rexport
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Baldwin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-04-24 00:00:00.000000000 Z
12
+ date: 2015-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails