ihunter-whatcounts 0.3.1 → 0.3.2

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.
@@ -9,13 +9,6 @@ rescue Exception => e
9
9
  exit
10
10
  end
11
11
 
12
- begin
13
- require 'yaml'
14
- rescue
15
- puts "yaml is required for whatcounts gem\n"
16
- exit
17
- end
18
-
19
12
  begin
20
13
  require 'fastercsv'
21
14
  rescue
@@ -24,7 +17,7 @@ rescue
24
17
  end
25
18
 
26
19
  module WhatCounts
27
- VERSION = '0.0.1'
20
+ VERSION = '0.3.2'
28
21
  class WhatCountsError < StandardError; end
29
22
 
30
23
  class CreationError < WhatCountsError; end
@@ -6,10 +6,9 @@ module WhatCounts
6
6
  include ActionController::UrlWriter
7
7
  include ActionView::Helpers::AssetTagHelper
8
8
  include ActionView::Helpers::TagHelper
9
+ include Helpers
9
10
  end
10
-
11
- include Helpers
12
-
11
+
13
12
  end
14
13
  end
15
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ihunter-whatcounts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter
@@ -50,6 +50,7 @@ files:
50
50
  - lib/whatcounts/rails/mailer.rb
51
51
  has_rdoc: false
52
52
  homepage: http://github.com/ihunter/whatcounts
53
+ licenses:
53
54
  post_install_message: PostInstall.txt
54
55
  rdoc_options:
55
56
  - --main
@@ -71,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
72
  requirements: []
72
73
 
73
74
  rubyforge_project: whatcounts
74
- rubygems_version: 1.2.0
75
+ rubygems_version: 1.3.5
75
76
  signing_key:
76
77
  specification_version: 3
77
78
  summary: FIX (describe your package)