ihunter-whatcounts 0.3.3 → 0.3.4

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/whatcounts.rb +3 -3
  2. metadata +2 -3
@@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  # begin
5
- # require 'curb'
5
+ require 'curb'
6
6
  # rescue Exception => e
7
7
  # puts "curb is required for whatcounts gem\n"
8
8
  # puts "gem install curb"
@@ -10,14 +10,14 @@ $:.unshift(File.dirname(__FILE__)) unless
10
10
  # end
11
11
  #
12
12
  # begin
13
- # require 'fastercsv'
13
+ require 'fastercsv'
14
14
  # rescue
15
15
  # puts "fastercsv is required for whatcounts gem\n"
16
16
  # exit
17
17
  # end
18
18
 
19
19
  module WhatCounts
20
- VERSION = '0.3.3'
20
+ VERSION = '0.3.4'
21
21
  class WhatCountsError < StandardError; end
22
22
 
23
23
  class CreationError < WhatCountsError; 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.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Hunter
@@ -50,7 +50,6 @@ files:
50
50
  - lib/whatcounts/rails/mailer.rb
51
51
  has_rdoc: false
52
52
  homepage: http://github.com/ihunter/whatcounts
53
- licenses:
54
53
  post_install_message: PostInstall.txt
55
54
  rdoc_options:
56
55
  - --main
@@ -72,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
71
  requirements: []
73
72
 
74
73
  rubyforge_project: whatcounts
75
- rubygems_version: 1.3.5
74
+ rubygems_version: 1.2.0
76
75
  signing_key:
77
76
  specification_version: 3
78
77
  summary: FIX (describe your package)