live-activity 0.3.3 → 0.3.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1bba2a75cb33b4cc5386ed11741bff75561a49e6
4
- data.tar.gz: fd3f5608cd0c6a17f40fe64b5050898a2755819b
3
+ metadata.gz: 1e7a59442940106f735c1f51b78cdfffbf2af112
4
+ data.tar.gz: f3c6a923933fc08a349f84a66678aeaa59f0e35e
5
5
  SHA512:
6
- metadata.gz: 6060cd552705f34d86855ce8b394ba79096ebccbecb8b7e4d5b133173b4933d0f4870bf1e17762bff276a5621734d91e214dc12623adda09fe0fc32176b65d6f
7
- data.tar.gz: 22bae804f8f6b6c58416856e3134c247f9c5ab05b97c6ee28ca48edf6f83d923f8cd78b46bf2f16c8fe0f05414d47832a77923b4b99c7b8237e0a1d8e6835e4d
6
+ metadata.gz: eb5d59b18952f24b3d72b26c0f2ebddefbbe233aceeb4137a2f8dfc92845eab8b94b5a7b91d2d2f917c52d292ba7b2100744a19dd7d4b913ea66f9aea8ca1542
7
+ data.tar.gz: 46ad711ad33934fa65ac1b30409c51b1431345ac68aa4a50348166684ec60ffbb7851463f95580a1c966542f7c0b7868bdda8a801868a193b6447c19df4ee346
@@ -1,3 +1,3 @@
1
1
  module LiveActivity
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.email = ["andreas.saebjoernsen@gmail.com"]
10
10
  s.homepage = ""
11
11
  s.summary = %q{Activity Streams for rails}
12
- s.description = %q{LiveActivity is a simple activity stream gem for use with the Mongoid ODM framework}
12
+ s.description = %q{LiveActivity is a simple activity stream gem for use with the ActiveRecord ODM framework}
13
13
  s.homepage = 'https://github.com/digitalplaywright/live-activity'
14
14
 
15
15
  s.rubyforge_project = "live-activity"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: live-activity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Saebjoernsen
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3'
55
- description: LiveActivity is a simple activity stream gem for use with the Mongoid
55
+ description: LiveActivity is a simple activity stream gem for use with the ActiveRecord
56
56
  ODM framework
57
57
  email:
58
58
  - andreas.saebjoernsen@gmail.com