html-griddler 0.1.2 → 0.1.3

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.
@@ -1,6 +1,6 @@
1
1
  class Griddler::EmailsController < ActionController::Base
2
2
  def create
3
- Griddler::Email.new(params).process
3
+ HtmlGriddler::Email.new(params).process
4
4
  head :ok
5
5
  end
6
6
  end
@@ -0,0 +1 @@
1
+ require 'html-griddler'
@@ -1,3 +1,3 @@
1
1
  module HtmlGriddler
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sean Powell - forker :)
@@ -83,7 +83,7 @@ extra_rdoc_files: []
83
83
 
84
84
  files:
85
85
  - app/controllers/griddler/emails_controller.rb
86
- - config/initializers/griddler.rb
86
+ - config/initializers/html-griddler.rb
87
87
  - config/routes.rb
88
88
  - lib/html-griddler/configuration.rb
89
89
  - lib/html-griddler/email.rb
@@ -92,7 +92,7 @@ files:
92
92
  - lib/html-griddler/errors.rb
93
93
  - lib/html-griddler/version.rb
94
94
  - lib/html-griddler.rb
95
- - lib/tasks/griddler_tasks.rake
95
+ - lib/tasks/html-griddler_tasks.rake
96
96
  - LICENSE
97
97
  - Rakefile
98
98
  - README.md
@@ -1 +0,0 @@
1
- require 'griddler'