hemju-google-analytics 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'rake/testtask'
7
7
 
8
8
  spec = Gem::Specification.new do |s|
9
9
  s.name = 'hemju-google-analytics'
10
- s.version = '0.0.6'
10
+ s.version = '0.0.7'
11
11
  s.has_rdoc = true
12
12
  s.extra_rdoc_files = ['README', 'LICENSE']
13
13
  s.summary = "A gem that generates Google Analytics Javascript code."
@@ -1,11 +1 @@
1
- module HemjuGoogleAnalytics
2
- attr_accessor :account
3
- attr_accessor :domain
4
-
5
- attr_accessor :production_only
6
-
7
- def self.setup
8
- yield self
9
- end
10
-
11
- end
1
+ require 'hemju_google_analytics'
@@ -0,0 +1,11 @@
1
+ module HemjuGoogleAnalytics
2
+ attr_accessor :account
3
+ attr_accessor :domain
4
+
5
+ attr_accessor :production_only
6
+
7
+ def self.setup
8
+ yield self
9
+ end
10
+
11
+ end
@@ -1,3 +1,3 @@
1
1
  module HemjuGoogleAnalytics
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hemju-google-analytics
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Helmut Michael Juskewycz
@@ -32,11 +32,12 @@ files:
32
32
  - LICENSE
33
33
  - README
34
34
  - Rakefile
35
- - lib/hemju-google-analytics/generators/install_generator.rb
36
- - lib/hemju-google-analytics/templates/_google_analytics.html.erb.erb
37
- - lib/hemju-google-analytics/templates/initializer.rb
38
- - lib/hemju-google-analytics/version.rb
35
+ - lib/generators/install_generator.rb
36
+ - lib/generators/templates/_google_analytics.html.erb.erb
37
+ - lib/generators/templates/initializer.rb
39
38
  - lib/hemju-google-analytics.rb
39
+ - lib/hemju_google_analytics/version.rb
40
+ - lib/hemju_google_analytics.rb
40
41
  has_rdoc: true
41
42
  homepage:
42
43
  licenses: []