garails 0.1.4 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1 +1,3 @@
1
1
  pkg/*
2
+ .rvmrc
3
+ Gemfile.lock
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source "http://rubygems.org"
3
3
  # Specify your gem's dependencies in garails.gemspec
4
4
  gemspec
5
5
 
6
- gem "rails", "~> 3.0.3"
6
+ gem "rails", "~> 3.2.0"
7
7
 
8
8
  group :test do
9
9
  gem 'shoulda'
@@ -6,9 +6,9 @@ Gem::Specification.new do |s|
6
6
  s.name = "garails"
7
7
  s.version = Garails::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
- s.authors = 'Michael Reinsch'
10
- s.email = "michael@mobalean.com"
11
- s.homepage = "http://github.com/mreinsch/garails"
9
+ s.authors = 'Michael Reinsch', 'Paul McMahon'
10
+ s.email = "info@mobalean.com"
11
+ s.homepage = "http://github.com/mobalean/garails"
12
12
  s.description = "Google Analytics for Rails"
13
13
  s.summary = "Google Analytics for Rails"
14
14
 
@@ -1,3 +1,3 @@
1
1
  module Garails
2
- VERSION = '0.1.4'
2
+ VERSION = '0.2.0'
3
3
  end
metadata CHANGED
@@ -1,19 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: garails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Reinsch
9
+ - Paul McMahon
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2011-11-14 00:00:00.000000000 Z
13
+ date: 2012-05-26 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: gabbara
16
- requirement: &2152552940 !ruby/object:Gem::Requirement
17
+ requirement: !ruby/object:Gem::Requirement
17
18
  none: false
18
19
  requirements:
19
20
  - - ~>
@@ -21,16 +22,20 @@ dependencies:
21
22
  version: 0.0.5
22
23
  type: :runtime
23
24
  prerelease: false
24
- version_requirements: *2152552940
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ~>
29
+ - !ruby/object:Gem::Version
30
+ version: 0.0.5
25
31
  description: Google Analytics for Rails
26
- email: michael@mobalean.com
32
+ email: info@mobalean.com
27
33
  executables: []
28
34
  extensions: []
29
35
  extra_rdoc_files: []
30
36
  files:
31
37
  - .gitignore
32
38
  - Gemfile
33
- - Gemfile.lock
34
39
  - README.rdoc
35
40
  - Rakefile
36
41
  - app/controllers/garails/google_analytics_controller.rb
@@ -39,7 +44,6 @@ files:
39
44
  - app/helpers/garails/mobile_helper.rb
40
45
  - app/views/garails/_google_analytics.html.erb
41
46
  - app/views/garails/_no_google_analytics.html.erb
42
- - config/initializers/mime_types.rb
43
47
  - config/routes.rb
44
48
  - garails.gemspec
45
49
  - lib/garails.rb
@@ -70,7 +74,7 @@ files:
70
74
  - test/test_app/public/favicon.ico
71
75
  - test/test_app/script/rails
72
76
  - test/test_helper.rb
73
- homepage: http://github.com/mreinsch/garails
77
+ homepage: http://github.com/mobalean/garails
74
78
  licenses: []
75
79
  post_install_message:
76
80
  rdoc_options: []
@@ -90,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
94
  version: '0'
91
95
  requirements: []
92
96
  rubyforge_project:
93
- rubygems_version: 1.8.10
97
+ rubygems_version: 1.8.24
94
98
  signing_key:
95
99
  specification_version: 3
96
100
  summary: Google Analytics for Rails
@@ -1,93 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- garails (0.1.4)
5
- gabbara (~> 0.0.5)
6
-
7
- GEM
8
- remote: http://rubygems.org/
9
- specs:
10
- abstract (1.0.0)
11
- actionmailer (3.0.10)
12
- actionpack (= 3.0.10)
13
- mail (~> 2.2.19)
14
- actionpack (3.0.10)
15
- activemodel (= 3.0.10)
16
- activesupport (= 3.0.10)
17
- builder (~> 2.1.2)
18
- erubis (~> 2.6.6)
19
- i18n (~> 0.5.0)
20
- rack (~> 1.2.1)
21
- rack-mount (~> 0.6.14)
22
- rack-test (~> 0.5.7)
23
- tzinfo (~> 0.3.23)
24
- activemodel (3.0.10)
25
- activesupport (= 3.0.10)
26
- builder (~> 2.1.2)
27
- i18n (~> 0.5.0)
28
- activerecord (3.0.10)
29
- activemodel (= 3.0.10)
30
- activesupport (= 3.0.10)
31
- arel (~> 2.0.10)
32
- tzinfo (~> 0.3.23)
33
- activeresource (3.0.10)
34
- activemodel (= 3.0.10)
35
- activesupport (= 3.0.10)
36
- activesupport (3.0.10)
37
- addressable (2.2.6)
38
- arel (2.0.10)
39
- builder (2.1.2)
40
- crack (0.3.1)
41
- erubis (2.6.6)
42
- abstract (>= 1.0.0)
43
- flexmock (0.9.0)
44
- gabbara (0.0.6)
45
- activesupport
46
- i18n (0.5.0)
47
- mail (2.2.19)
48
- activesupport (>= 2.3.6)
49
- i18n (>= 0.4.0)
50
- mime-types (~> 1.16)
51
- treetop (~> 1.4.8)
52
- mime-types (1.16)
53
- polyglot (0.3.2)
54
- rack (1.2.4)
55
- rack-mount (0.6.14)
56
- rack (>= 1.0.0)
57
- rack-test (0.5.7)
58
- rack (>= 1.0)
59
- rails (3.0.10)
60
- actionmailer (= 3.0.10)
61
- actionpack (= 3.0.10)
62
- activerecord (= 3.0.10)
63
- activeresource (= 3.0.10)
64
- activesupport (= 3.0.10)
65
- bundler (~> 1.0)
66
- railties (= 3.0.10)
67
- railties (3.0.10)
68
- actionpack (= 3.0.10)
69
- activesupport (= 3.0.10)
70
- rake (>= 0.8.7)
71
- rdoc (~> 3.4)
72
- thor (~> 0.14.4)
73
- rake (0.9.2)
74
- rdoc (3.9.4)
75
- shoulda (2.11.3)
76
- thor (0.14.6)
77
- treetop (1.4.10)
78
- polyglot
79
- polyglot (>= 0.3.1)
80
- tzinfo (0.3.30)
81
- webmock (1.7.6)
82
- addressable (~> 2.2, > 2.2.5)
83
- crack (>= 0.1.7)
84
-
85
- PLATFORMS
86
- ruby
87
-
88
- DEPENDENCIES
89
- flexmock
90
- garails!
91
- rails (~> 3.0.3)
92
- shoulda
93
- webmock
@@ -1 +0,0 @@
1
- Mime::Type.register "image/gif", :gif