sfanalytics 0.1.0 → 0.2.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/LICENSE +1 -1
- data/README.rdoc +3 -2
- data/VERSION +1 -1
- data/sfanalytics.gemspec +1 -1
- metadata +2 -2
data/LICENSE
CHANGED
data/README.rdoc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
= sfanalytics
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
SFanalytics provides Google Analytics for your app. Probably only really useful for Ecommerce users of analytics, to provide the functionality to add the order items to your transactions for tracking in Analytics.
|
|
4
4
|
|
|
5
5
|
== Note on Patches/Pull Requests
|
|
6
6
|
|
|
@@ -14,4 +14,5 @@ Description goes here.
|
|
|
14
14
|
|
|
15
15
|
== Copyright
|
|
16
16
|
|
|
17
|
-
Copyright (c) 2010
|
|
17
|
+
Copyright (c) 2010 Setfire Media. See LICENSE for details.
|
|
18
|
+
http://www.setfiremedia.com
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.2.0
|
data/sfanalytics.gemspec
CHANGED