semantic_ui_views_generator 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: 192cbb438a8179cfdf4743b7196b784e3bf58b7e6e84743539961ddee8d2b6a8
4
- data.tar.gz: 4117170563e3d6bfea9466b91dcc0421871c5bf3b2cc5ab8d0ff4ff09934e3c8
3
+ metadata.gz: 8aef27c250f83aeef65336ce524a33162486919b51d5d2d9c948c48668575c87
4
+ data.tar.gz: 9bcbb2b6b1497c7e8a3971be28aa1b83a475f962a183392c64c5306790bc4ee9
5
5
  SHA512:
6
- metadata.gz: 4c654d4a82407501d7d02aff05f59c579b5d701285c3d7267431878a6b05f5995d430ee454bcddbdbb97650b4f09a2805a3e2be4838e1ca0bc0c60e76238c376
7
- data.tar.gz: babe90ae2bf12189f784f3983e455fc30f2ab3b2added1aa228e42e8dcc19244818b37a0faababdde40ddc3237d0d5d1a71482d88184aa2b2051566b3650db5a
6
+ metadata.gz: d9f0e188a05cd75d31a492121972aba23db48e6a488e9acbc3f2e7926ac85814a5ff81ba4d72a50b52919e4ad94c1597e73c451feb22c75ca2f78bb8d239a71d
7
+ data.tar.gz: 78ee0446fd33e76ac0c8219a6e2cdd3303529f88dbbd2a4dc857842e9029d96d75244180f07632e854ae88ccaaad6e262c5a8a2231ddd33aab5e7b1b4e3b3b61
data/README.md CHANGED
@@ -108,4 +108,4 @@ rails g semantic:install --template_engine=slim --simpleform
108
108
 
109
109
  * If you like to use the [meta-tags](https://github.com/kpumuk/meta-tags) gem to add page titles based on the views.
110
110
  * Pagination defaults to using [Pagy](https://github.com/ddnexus/pagy) on the index pages.
111
- * With [simple_form](https://github.com/plataformatec/simple_form) it generates a `config/initialzers/simple_form.rb` file for your simple_form formatting.
111
+ * With [simple_form](https://github.com/plataformatec/simple_form) it generates a `config/initializers/simple_form.rb` file for your simple_form formatting.
@@ -34,7 +34,7 @@ module Semantic
34
34
 
35
35
  def copy_simpleforms
36
36
  if options[:simpleform]
37
- copy_file 'initialzers/simple_form.rb', 'config/initialzers/simple_form.rb', force: true
37
+ copy_file 'initializers/simple_form.rb', 'config/initializers/simple_form.rb', force: true
38
38
  copy_file "simple_form/_form.html.#{options[:template_engine]}", "lib/templates/#{options[:template_engine]}/scaffold/_form.html.#{options[:template_engine]}", force: true
39
39
  end
40
40
  end
@@ -1,3 +1,3 @@
1
1
  module SemanticUiViewsGenerator
2
- VERSION = '0.0.2'.freeze
2
+ VERSION = '0.0.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semantic_ui_views_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Hicks