coloris 0.0.2 → 0.0.4

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coloris
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Indigo Tech Tutorials
@@ -58,8 +58,8 @@ extensions: []
58
58
  extra_rdoc_files: []
59
59
  files:
60
60
  - lib/generators/coloris/install_generator.rb
61
- - lib/helpers/coloris_helper.rb
62
- - lib/init.rb
61
+ - lib/generators/coloris/templates/coloris.css
62
+ - lib/generators/coloris/templates/coloris.js
63
63
  homepage: https://rubygems.org/gems/hola
64
64
  licenses:
65
65
  - MIT
@@ -1,5 +0,0 @@
1
- module ColorisHelper
2
- def coloris_tag(name)
3
- tag.input name, "data-coloris": true
4
- end
5
- end
data/lib/init.rb DELETED
@@ -1,3 +0,0 @@
1
- require "./helpers/coloris_helper"
2
-
3
- ActionView::Base.send :include, ColorisHelper