slick-buttons 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ # require 'compass'
2
+ Compass::Frameworks.register("slick-buttons", :path => "#{File.dirname(__FILE__)}/..")
@@ -1,7 +1,7 @@
1
1
  // This is where you put the contents of the main stylesheet for the user's project.
2
2
  // It should import your sass stylesheets and demonstrate how to use them.
3
3
 
4
- @import "slick_buttons";
4
+ @import "slick-buttons";
5
5
 
6
6
  // Configurable Variables
7
7
  $app-color: #444 !default; // this will default to the applications base color if you declare it...
@@ -1,5 +1,5 @@
1
1
  # Make sure you list all the project template files here in the manifest.
2
- stylesheet '_slick_buttons.sass', :media => 'screen, projection'
2
+ stylesheet '_slickbuttons.sass', :media => 'screen, projection'
3
3
 
4
4
  description "Slick Buttons"
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slick-buttons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-07 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &2168700800 !ruby/object:Gem::Requirement
16
+ requirement: &2165625180 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0.11'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2168700800
24
+ version_requirements: *2165625180
25
25
  description: Slick css3 buttons using compass and sass
26
26
  email: mike@mikefarnham.info
27
27
  executables: []
@@ -29,10 +29,10 @@ extensions: []
29
29
  extra_rdoc_files: []
30
30
  files:
31
31
  - README.mkdn
32
- - lib/slick_buttons.rb
33
- - stylesheets/_slick_buttons.scss
34
- - stylesheets/slick_buttons/_slick_buttons.scss
35
- - templates/project/_slick_buttons.scss
32
+ - lib/slick-buttons.rb
33
+ - stylesheets/_slick-buttons.scss
34
+ - stylesheets/slick-buttons/_slick-buttons.scss
35
+ - templates/project/_slickbuttons.scss
36
36
  - templates/project/manifest.rb
37
37
  homepage: http://www.mikefarnham.info
38
38
  licenses: []
data/lib/slick_buttons.rb DELETED
@@ -1,2 +0,0 @@
1
- require 'compass'
2
- Compass::Frameworks.register("slick_buttons", :path => "#{File.dirname(__FILE__)}/..")