sfanalytics 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/init.rb +3 -0
  3. data/sfanalytics.gemspec +2 -1
  4. metadata +3 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
data/init.rb ADDED
@@ -0,0 +1,3 @@
1
+ [SFanalytics].each do |sfanalytics|
2
+ ActionView::Base.send :include, sfanalytics
3
+ end
data/sfanalytics.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sfanalytics}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Graeme Lawton"]
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
27
27
  "README.rdoc",
28
28
  "Rakefile",
29
29
  "VERSION",
30
+ "init.rb",
30
31
  "lib/sfanalytics.rb",
31
32
  "sfanalytics.gemspec",
32
33
  "templates/analytics.html.haml",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Graeme Lawton
@@ -45,6 +45,7 @@ files:
45
45
  - README.rdoc
46
46
  - Rakefile
47
47
  - VERSION
48
+ - init.rb
48
49
  - lib/sfanalytics.rb
49
50
  - sfanalytics.gemspec
50
51
  - templates/analytics.html.haml