css-snippets 0.0.1 → 0.0.2

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.
@@ -0,0 +1,5 @@
1
+ module CssSnippetsHelper
2
+ def render_css_snippet snippet_name, options = {}, &block
3
+ CssSnippets::Renderer.render_html self, snippet_name, options, &block
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module CssSnippets
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ivan Garmatenko
@@ -61,6 +61,7 @@ files:
61
61
  - lib/css-snippets/renderer/base.rb
62
62
  - lib/css-snippets/renderer/right_menu_liquid_layout.rb
63
63
  - lib/css-snippets/engine.rb
64
+ - app/helpers/css_snippets_helper.rb
64
65
  - stylesheets/css-snippets/_justified_items.scss
65
66
  - stylesheets/css-snippets/_mixins.scss
66
67
  - stylesheets/css-snippets/_variables.scss