live-activity 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/live_activity/version.rb +1 -1
- data/live-activity.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e7a59442940106f735c1f51b78cdfffbf2af112
|
4
|
+
data.tar.gz: f3c6a923933fc08a349f84a66678aeaa59f0e35e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb5d59b18952f24b3d72b26c0f2ebddefbbe233aceeb4137a2f8dfc92845eab8b94b5a7b91d2d2f917c52d292ba7b2100744a19dd7d4b913ea66f9aea8ca1542
|
7
|
+
data.tar.gz: 46ad711ad33934fa65ac1b30409c51b1431345ac68aa4a50348166684ec60ffbb7851463f95580a1c966542f7c0b7868bdda8a801868a193b6447c19df4ee346
|
data/live-activity.gemspec
CHANGED
@@ -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
|
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.
|
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
|
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
|