clicktale 1.0.0 → 1.1.0
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/clicktale.gemspec +2 -13
- metadata +3 -15
data/Rakefile
CHANGED
|
@@ -27,7 +27,7 @@ begin
|
|
|
27
27
|
gemspec.description = "Use ClickTale (http://www.clicktale.com/) analytics service with rails sites that require sessions (user authentication for example)"
|
|
28
28
|
gemspec.email = "al@railsware.com"
|
|
29
29
|
gemspec.homepage = "http://github.com/railsware/clicktale"
|
|
30
|
-
gemspec.description =
|
|
30
|
+
gemspec.description = gemspec.description
|
|
31
31
|
gemspec.authors = ["Railsware LLC"]
|
|
32
32
|
end
|
|
33
33
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1.0
|
data/clicktale.gemspec
CHANGED
|
@@ -5,23 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{clicktale}
|
|
8
|
-
s.version = "1.
|
|
8
|
+
s.version = "1.1.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Railsware LLC"]
|
|
12
12
|
s.date = %q{2010-03-31}
|
|
13
|
-
s.description = %q{
|
|
14
|
-
=========
|
|
15
|
-
You should specify Clicktale.project_id and Clicktale.ratio in your environment.
|
|
16
|
-
|
|
17
|
-
1. Put your settings into initializer
|
|
18
|
-
Example: config/initializers/clicktale.rb
|
|
19
|
-
Clicktale.project_id = '1212'
|
|
20
|
-
Clicktale.ratio = '0.5'
|
|
21
|
-
|
|
22
|
-
2. Call <%= clicktale_tracker %> from view.
|
|
23
|
-
|
|
24
|
-
Copyright (c) 2009 Railsware LLC, released under the MIT license}
|
|
13
|
+
s.description = %q{Use ClickTale (http://www.clicktale.com/) analytics service with rails sites that require sessions (user authentication for example)}
|
|
25
14
|
s.email = %q{al@railsware.com}
|
|
26
15
|
s.extra_rdoc_files = [
|
|
27
16
|
"README"
|
metadata
CHANGED
|
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
|
4
4
|
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
|
+
- 1
|
|
7
8
|
- 0
|
|
8
|
-
|
|
9
|
-
version: 1.0.0
|
|
9
|
+
version: 1.1.0
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Railsware LLC
|
|
@@ -18,19 +18,7 @@ date: 2010-03-31 00:00:00 +03:00
|
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies: []
|
|
20
20
|
|
|
21
|
-
description:
|
|
22
|
-
Clicktale
|
|
23
|
-
=========
|
|
24
|
-
You should specify Clicktale.project_id and Clicktale.ratio in your environment.
|
|
25
|
-
|
|
26
|
-
1. Put your settings into initializer
|
|
27
|
-
Example: config/initializers/clicktale.rb
|
|
28
|
-
Clicktale.project_id = '1212'
|
|
29
|
-
Clicktale.ratio = '0.5'
|
|
30
|
-
|
|
31
|
-
2. Call <%= clicktale_tracker %> from view.
|
|
32
|
-
|
|
33
|
-
Copyright (c) 2009 Railsware LLC, released under the MIT license
|
|
21
|
+
description: Use ClickTale (http://www.clicktale.com/) analytics service with rails sites that require sessions (user authentication for example)
|
|
34
22
|
email: al@railsware.com
|
|
35
23
|
executables: []
|
|
36
24
|
|