css-snippets 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ require 'active_support/dependencies/autoload'
3
3
  module CssSnippets
4
4
 
5
5
  autoload :Renderer, 'css-snippets/renderer'
6
- autoload :Version, 'css-snippets/version'
6
+ autoload :VERSION, 'css-snippets/version'
7
7
 
8
8
  def self.register_framework!
9
9
  require 'compass'
@@ -1,3 +1,3 @@
1
1
  module CssSnippets
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ivan Garmatenko
@@ -68,7 +68,7 @@ files:
68
68
  - stylesheets/css-snippets/_right_menu_liquid_layout.scss
69
69
  - stylesheets/_css-snippets.scss
70
70
  has_rdoc: true
71
- homepage: http://css-snippets.heroku.com
71
+ homepage: http://css-snippets.herokuapp.com
72
72
  licenses: []
73
73
 
74
74
  post_install_message: