html-griddler 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/config/routes.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  Rails.application.routes.draw do
2
- post '/email_processor' => 'griddler/emails#create', as: :email_processor
2
+ post '/email_processor' => 'html_griddler/emails#create', as: :email_processor
3
3
  end
@@ -1,3 +1,3 @@
1
1
  module HtmlGriddler
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: html-griddler
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.5
5
+ version: 0.1.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sean Powell - forker :)