commontator 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,9 @@
1
- require 'minitest_helper'
1
+ require 'test_helper'
2
2
 
3
3
  module Commontator
4
4
  describe ActsAsCommontable do
5
5
  it 'must add methods to ActiveRecord and subclasses' do
6
- ActiveRecord::Base.must_respond_to :acts_as_commontable
6
+ ActiveRecord::Base.must_respond_to :acts_as_common
7
7
  ActiveRecord::Base.must_respond_to :is_commontable
8
8
  ActiveRecord::Base.is_commontable.must_equal false
9
9
  DummyModel.must_respond_to :acts_as_commontable
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commontator
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dante Soares
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-25 00:00:00.000000000 Z
11
+ date: 2013-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -143,7 +143,7 @@ files:
143
143
  - config/initializers/commontator.rb~
144
144
  - config/initializers/commontator.rb
145
145
  - config/routes.rb~
146
- - db/migrate/0_install.rb
146
+ - db/migrate/0_install_commontator.rb
147
147
  - db/migrate/0_install.rb~
148
148
  - lib/commontator.rb~
149
149
  - lib/commontator/version.rb~