public_activity 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/MIT-LICENSE +1 -1
- data/README.md +5 -0
- data/lib/public_activity/common.rb +1 -1
- data/lib/public_activity/version.rb +1 -1
- metadata +5 -15
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
MmNkMThlZWRmZmZjMzY4OGI5ZmI3MjMwYmFjOTZhMTk1MTgxN2NkMA==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MWU5NTNkZmYzZWJhMzk1YzYxNWM5OGNmNTkyMDlkNTY3ZGI4ZTQyNA==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
ZWFhOWI3NWNlMTlhZGRlYjU3NThiZjMyZGMxMDdmMTk3MTdjZDU2MTBlYTkw
|
10
|
+
ZDM4YTllMjNlZjVmNTk1OWE1MWI3NDc4OGFiY2E1ZmIyZjdiZGJhNzlmMmFk
|
11
|
+
OWUzZGVlNWE1NTAwMTkzNGJkNDUwMWJkZDI0YmRkNWQ4OGY3ZmE=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
ZTg0N2JlNDBlOWViOTE5NWIzYjZmMmI0YTU4MmE5ODM0ZWVkN2ZiM2UzYzQy
|
14
|
+
ZGM4NWYzNGEzMjQ5NWYzMjAzMWM1OWIyYzdmMGRjMjVkMmQxODM5ZTExODY2
|
15
|
+
MjE3NDhjYjM5NDYzN2EyMWRhYTIwOTNkYWUyZDRhZGExMWY0NDU=
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
@@ -8,6 +8,7 @@ recorded activities to users - in a similar way to how GitHub does it.
|
|
8
8
|
|
9
9
|
1. [Example](#example)
|
10
10
|
* [Demo](#online-demo)
|
11
|
+
* [Screencast](#screencast)
|
11
12
|
3. **[Upgrading](#upgrading)**
|
12
13
|
4. [Setup](#setup)
|
13
14
|
1. [Gem installation](#gem-installation)
|
@@ -32,6 +33,10 @@ You can see an actual application using this gem here: http://public-activity-ex
|
|
32
33
|
|
33
34
|
The source code of the demo is hosted here: https://github.com/pokonski/activity_blog
|
34
35
|
|
36
|
+
## Screencast
|
37
|
+
|
38
|
+
Ryan Bates made a [great screencast](http://railscasts.com/episodes/406-public-activity) describing how to integrate Public Activity in your Rails Application.
|
39
|
+
|
35
40
|
## Upgrading from pre-0.4.0
|
36
41
|
|
37
42
|
If you are using versions earlier than 0.4.0 please click [here](#upgrading) or scroll to the "Upgrading" section at the bottom of this README.
|
@@ -308,7 +308,7 @@ module PublicActivity
|
|
308
308
|
options[:parameters] = params
|
309
309
|
options.delete(:params)
|
310
310
|
|
311
|
-
customs = self.class.activity_custom_fields_global
|
311
|
+
customs = self.class.activity_custom_fields_global.clone
|
312
312
|
customs.merge!(self.activity_custom_fields) if self.activity_custom_fields
|
313
313
|
customs.merge!(all_options)
|
314
314
|
customs.each do |k, v|
|
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: public_activity
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
5
|
-
prerelease:
|
4
|
+
version: 1.0.3
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Piotrek Okoński
|
@@ -10,12 +9,11 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date: 2013-
|
12
|
+
date: 2013-03-06 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: activesupport
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
18
|
-
none: false
|
19
17
|
requirements:
|
20
18
|
- - ~>
|
21
19
|
- !ruby/object:Gem::Version
|
@@ -23,7 +21,6 @@ dependencies:
|
|
23
21
|
type: :runtime
|
24
22
|
prerelease: false
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
none: false
|
27
24
|
requirements:
|
28
25
|
- - ~>
|
29
26
|
- !ruby/object:Gem::Version
|
@@ -31,7 +28,6 @@ dependencies:
|
|
31
28
|
- !ruby/object:Gem::Dependency
|
32
29
|
name: actionpack
|
33
30
|
requirement: !ruby/object:Gem::Requirement
|
34
|
-
none: false
|
35
31
|
requirements:
|
36
32
|
- - ~>
|
37
33
|
- !ruby/object:Gem::Version
|
@@ -39,7 +35,6 @@ dependencies:
|
|
39
35
|
type: :runtime
|
40
36
|
prerelease: false
|
41
37
|
version_requirements: !ruby/object:Gem::Requirement
|
42
|
-
none: false
|
43
38
|
requirements:
|
44
39
|
- - ~>
|
45
40
|
- !ruby/object:Gem::Version
|
@@ -47,7 +42,6 @@ dependencies:
|
|
47
42
|
- !ruby/object:Gem::Dependency
|
48
43
|
name: i18n
|
49
44
|
requirement: !ruby/object:Gem::Requirement
|
50
|
-
none: false
|
51
45
|
requirements:
|
52
46
|
- - ! '>='
|
53
47
|
- !ruby/object:Gem::Version
|
@@ -55,7 +49,6 @@ dependencies:
|
|
55
49
|
type: :runtime
|
56
50
|
prerelease: false
|
57
51
|
version_requirements: !ruby/object:Gem::Requirement
|
58
|
-
none: false
|
59
52
|
requirements:
|
60
53
|
- - ! '>='
|
61
54
|
- !ruby/object:Gem::Version
|
@@ -63,7 +56,6 @@ dependencies:
|
|
63
56
|
- !ruby/object:Gem::Dependency
|
64
57
|
name: railties
|
65
58
|
requirement: !ruby/object:Gem::Requirement
|
66
|
-
none: false
|
67
59
|
requirements:
|
68
60
|
- - ~>
|
69
61
|
- !ruby/object:Gem::Version
|
@@ -71,7 +63,6 @@ dependencies:
|
|
71
63
|
type: :runtime
|
72
64
|
prerelease: false
|
73
65
|
version_requirements: !ruby/object:Gem::Requirement
|
74
|
-
none: false
|
75
66
|
requirements:
|
76
67
|
- - ~>
|
77
68
|
- !ruby/object:Gem::Version
|
@@ -120,6 +111,7 @@ files:
|
|
120
111
|
- UPGRADING
|
121
112
|
homepage: https://github.com/pokonski/public_activity
|
122
113
|
licenses: []
|
114
|
+
metadata: {}
|
123
115
|
post_install_message: ! "##################################################\n# NOTE
|
124
116
|
FOR UPGRADING FROM PRE-0.4.0 VERSION #\n##################################################\n\npublic_activity
|
125
117
|
0.4.0 brings major changes compared to 0.3.X versions,\nplease read https://github.com/pokonski/public_activity#upgrading
|
@@ -128,22 +120,20 @@ rdoc_options: []
|
|
128
120
|
require_paths:
|
129
121
|
- lib
|
130
122
|
required_ruby_version: !ruby/object:Gem::Requirement
|
131
|
-
none: false
|
132
123
|
requirements:
|
133
124
|
- - ! '>='
|
134
125
|
- !ruby/object:Gem::Version
|
135
126
|
version: 1.9.2
|
136
127
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
137
|
-
none: false
|
138
128
|
requirements:
|
139
129
|
- - ! '>='
|
140
130
|
- !ruby/object:Gem::Version
|
141
131
|
version: '0'
|
142
132
|
requirements: []
|
143
133
|
rubyforge_project:
|
144
|
-
rubygems_version:
|
134
|
+
rubygems_version: 2.0.0
|
145
135
|
signing_key:
|
146
|
-
specification_version:
|
136
|
+
specification_version: 4
|
147
137
|
summary: Easy activity tracking for ActiveRecord models
|
148
138
|
test_files: []
|
149
139
|
has_rdoc:
|