columns_on_demand 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.gitignore CHANGED
@@ -1,4 +1,4 @@
1
1
  .DS_Store
2
- columns-on-demand-*.gem
2
+ columns_on_demand-*.gem
3
3
  Gemfile.lock
4
4
  test/columns_on_demand_test.db
data/init.rb CHANGED
@@ -1,2 +1 @@
1
1
  require 'columns_on_demand'
2
- ActiveRecord::Base.send(:extend, ColumnsOnDemand::BaseMethods)
@@ -141,3 +141,5 @@ module ColumnsOnDemand
141
141
  end
142
142
  end
143
143
  end
144
+
145
+ ActiveRecord::Base.send(:extend, ColumnsOnDemand::BaseMethods)
@@ -1,3 +1,3 @@
1
1
  module ColumnsOnDemand
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: columns_on_demand
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 0
10
- version: 2.0.0
9
+ - 1
10
+ version: 2.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Will Bryant