slick-buttons 0.0.2 → 0.0.3
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.
- data/lib/slick-buttons.rb +2 -0
- data/stylesheets/{_slick_buttons.scss → _slick-buttons.scss} +0 -0
- data/stylesheets/{slick_buttons/_slick_buttons.scss → slick-buttons/_slick-buttons.scss} +0 -0
- data/templates/project/{_slick_buttons.scss → _slickbuttons.scss} +1 -1
- data/templates/project/manifest.rb +1 -1
- metadata +7 -7
- data/lib/slick_buttons.rb +0 -2
|
File without changes
|
|
File without changes
|
|
@@ -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 "
|
|
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...
|
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.
|
|
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: &
|
|
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: *
|
|
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/
|
|
33
|
-
- stylesheets/
|
|
34
|
-
- stylesheets/
|
|
35
|
-
- templates/project/
|
|
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