public_activity 0.1 → 0.1.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/lib/public_activity/version.rb +1 -1
- metadata +3 -3
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: public_activity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version:
|
|
5
|
+
version: 0.1.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- "Piotrek Oko\xC5\x84ski"
|
|
@@ -58,7 +58,7 @@ dependencies:
|
|
|
58
58
|
version: "0"
|
|
59
59
|
type: :development
|
|
60
60
|
version_requirements: *id004
|
|
61
|
-
description: Smooth
|
|
61
|
+
description: Smooth activity tracking for your ActiveRecord models. Provides Activity model with details about actions performed by your users, like adding comments, responding etc.
|
|
62
62
|
email: piotrek@okonski.org
|
|
63
63
|
executables: []
|
|
64
64
|
|
|
@@ -110,7 +110,7 @@ rubyforge_project:
|
|
|
110
110
|
rubygems_version: 1.6.1
|
|
111
111
|
signing_key:
|
|
112
112
|
specification_version: 3
|
|
113
|
-
summary: Smooth
|
|
113
|
+
summary: Smooth activity tracking for ActiveRecord models
|
|
114
114
|
test_files:
|
|
115
115
|
- spec/spec_helper.rb
|
|
116
116
|
- spec/version_spec.rb
|