wysiwyg_rails_simple_form 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ebd819c17bcb7f57d00dc8d68bd6454e8a2d658
4
- data.tar.gz: f2b478af94ec5e1bacf72b59d04257fbff68a5ae
3
+ metadata.gz: 06884a598d011c35466395d7dc3a8d5b0f50c4a4
4
+ data.tar.gz: 458491b093aa153e07e84808c1403c4e2c37ceef
5
5
  SHA512:
6
- metadata.gz: e40bd71d34aec6c2e0e92c64653c532f86c04066caac97fc1e57065d444647d9af2e1bf1b3baca4a2f601f485013502934cb13588751710ec2634f12c8bf04f1
7
- data.tar.gz: 4b22fe93d8970020f84849b05fda6a193058418f5062144476fb80be712408fa8ab6bcf1eaad924240a27fbbe605023fa445aa87377c69016b276ea45409a9f0
6
+ metadata.gz: 2e6061fd5aad024dbd6643dba8c0a3b6719aa1d02095317531c1e51cb00ebd4277ee2f27aa554d42bee0e31d023f6805de0c1bc1cb39aa47dc2b46467e5be586
7
+ data.tar.gz: 8dae968ba2c22d5d823794b86dbe854e56379b08f6aceb25bba64915c91e2298059f8b36827344a5b896a6ff227a791db8e750b18f03c71e98f426727deb55ac
@@ -1,3 +1,5 @@
1
+ require 'rails/generators/base'
2
+
1
3
  module WysiwygRailsSimpleForm
2
4
  module Generators
3
5
  class InstallGenerator < Rails::Generators::Base
@@ -8,7 +10,6 @@ module WysiwygRailsSimpleForm
8
10
  def copy_initializer
9
11
  template "wysiwyg_rails_simple_form.rb", "config/initializers/wysiwyg_rails_simple_form.rb"
10
12
  end
11
-
12
13
  end
13
14
  end
14
15
  end
@@ -1,5 +1,3 @@
1
1
  module WysiwygRailsSimpleForm
2
- module Rails
3
- class Engine < ::Rails::Engine; end
4
- end
2
+ class Engine < ::Rails::Engine; end
5
3
  end
@@ -1,3 +1,3 @@
1
1
  module WysiwygRailsSimpleForm
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wysiwyg_rails_simple_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrei Pauliukevich