sendhub 0.1.17 → 0.1.18

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/sendhub.rb +2 -0
  2. metadata +3 -3
data/lib/sendhub.rb CHANGED
@@ -20,5 +20,7 @@ if defined? Rails
20
20
  require 'sendhub/plugins/rails2'
21
21
  elsif Rails.version =~ /^3./
22
22
  require 'sendhub/plugins/rails3'
23
+ elsif Rails.version =~ /^4./
24
+ require 'sendhub/plugins/rails3'
23
25
  end
24
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sendhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-11 00:00:00.000000000 Z
12
+ date: 2013-01-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  version: '0'
66
66
  requirements: []
67
67
  rubyforge_project: sendhub
68
- rubygems_version: 1.8.21
68
+ rubygems_version: 1.8.24
69
69
  signing_key:
70
70
  specification_version: 2
71
71
  summary: sendhub is a Ruby client library for SendHub.net.