rubaidh-google_analytics 1.1 → 1.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.
Files changed (2) hide show
  1. data/lib/rubaidh.rb +2 -0
  2. metadata +5 -4
data/lib/rubaidh.rb ADDED
@@ -0,0 +1,2 @@
1
+ module Rubaidh #:nodoc:
2
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubaidh-google_analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.1"
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Graeme Mathieson
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-11-11 00:00:00 -08:00
12
+ date: 2009-01-02 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -38,11 +38,12 @@ files:
38
38
  - test/google_analytics_test.rb
39
39
  - test/test_helper.rb
40
40
  - test/view_helpers_test.rb
41
+ - lib/rubaidh.rb
41
42
  - lib/rubaidh/google_analytics.rb
42
43
  - lib/rubaidh/view_helpers.rb
43
44
  - tasks/google_analytics.rake
44
45
  has_rdoc: true
45
- homepage: http://github.com/rubaidh/google_analytics/tree/master
46
+ homepage: http://rubaidh.com/portfolio/open-source/google-analytics/
46
47
  post_install_message:
47
48
  rdoc_options: []
48
49
 
@@ -66,6 +67,6 @@ rubyforge_project:
66
67
  rubygems_version: 1.2.0
67
68
  signing_key:
68
69
  specification_version: 2
69
- summary: "[Rails] This is a quick 'n' dirty module to easily enableGoogle Analytics support in your application."
70
+ summary: "[Rails] Easily enable Google Analytics support in your Rails application."
70
71
  test_files: []
71
72