subscribed_to 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.
data/config/routes.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  Rails.application.routes.draw do
2
2
  if SubscribedTo.active
3
3
  namespace :subscribed_to do
4
- match "mail_chimp" => "mail_chimp_web_hooks#create", :via => :post
4
+ match "mail_chimp" => "mail_chimp_web_hooks#create", :via => [:get, :post]
5
5
  end
6
6
  end
7
7
  end
@@ -2,7 +2,7 @@ module SubscribedTo
2
2
  module Version #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- PATCH = 1
5
+ PATCH = 2
6
6
  BUILD = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{subscribed_to}
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["whtt-eric"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: subscribed_to
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.1
5
+ version: 0.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - whtt-eric
@@ -233,7 +233,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
233
233
  requirements:
234
234
  - - ">="
235
235
  - !ruby/object:Gem::Version
236
- hash: 4150440090271491481
236
+ hash: -993008909822643259
237
237
  segments:
238
238
  - 0
239
239
  version: "0"