my-feedback-form 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # MyFeedbackForm v 0.0.6
1
+ # MyFeedbackForm v 0.0.7
2
2
 
3
3
  The gem does not have a server side interface, it has only the client side, unfortunatly you need to implement a way to see the feedbacks you received
4
4
 
@@ -1,9 +1,7 @@
1
1
  module MyFeedbackForm
2
2
  class Engine < ::Rails::Engine
3
3
  isolate_namespace MyFeedbackForm
4
-
5
4
  rake_tasks do
6
- load "tasks/setup.rake"
7
5
  end
8
6
  end
9
7
  end
@@ -1,3 +1,3 @@
1
1
  module MyFeedbackForm
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my-feedback-form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: