public_activity 0.4.0.rc1 → 0.4.0.rc2

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.
@@ -12,7 +12,6 @@ module PublicActivity
12
12
  extend ActiveSupport::Autoload
13
13
  autoload :Activist
14
14
  autoload :Activity
15
- autoload :StoreController
16
15
  autoload :Tracked
17
16
  autoload :Creation
18
17
  autoload :Update
@@ -30,4 +29,5 @@ module PublicActivity
30
29
  end
31
30
  end
32
31
 
32
+ require 'public_activity/store_controller'
33
33
  require 'public_activity/view_helpers'
@@ -1,4 +1,4 @@
1
1
  module PublicActivity
2
2
  # A constant with gem's version
3
- VERSION = '0.4.0.rc1'
3
+ VERSION = '0.4.0.rc2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: public_activity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.rc1
4
+ version: 0.4.0.rc2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: