oocss3-shapes 0.0.1

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,3 @@
1
+ require 'compass'
2
+ extension_path = File.expand_path(File.join(File.dirname(__FILE__), ".."))
3
+ Compass::Frameworks.register('oocss3-shapes', :path => extension_path)
File without changes
@@ -0,0 +1 @@
1
+ // This is your framework's main stylesheet. Use it to import all default modules.
File without changes
@@ -0,0 +1,13 @@
1
+ description "css-only lightboxes with optional javascript bootstrapping."
2
+
3
+ help %Q{
4
+ Installs some html, a stylesheet partial, and javascript bootstrapping that
5
+ you can use directly or refer to as an example.
6
+ }
7
+
8
+ welcome_message %Q{
9
+ Please refer to the lightbox.html file to see how the markup should be
10
+ structured, the lightbox stylesheet partial to see how to use the library and
11
+ apply it to your markup, and the lightbox.js script to see how
12
+ bootstrapping works.
13
+ }
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: oocss3-shapes
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 1
9
+ version: 0.0.1
10
+ platform: ruby
11
+ authors:
12
+ - Joel Maria
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2012-06-07 00:00:00 -04:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: compass
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 0
29
+ - 11
30
+ version: "0.11"
31
+ type: :runtime
32
+ version_requirements: *id001
33
+ description: a pure css3-only icons for compass
34
+ email: joelmsanto@gmail.com
35
+ executables: []
36
+
37
+ extensions: []
38
+
39
+ extra_rdoc_files: []
40
+
41
+ files:
42
+ - lib/oocss3-shapes/sass_extensions.rb
43
+ - lib/oocss3-shapes.rb
44
+ - stylesheets/_oocss3-shapes.sass
45
+ - stylesheets/oocss3-shapes/_module_one.scss
46
+ - stylesheets/oocss3-shapes/_module_two.scss
47
+ - templates/project/manifest.rb
48
+ has_rdoc: true
49
+ homepage: https://github.com/joelmsanto/css3-pure-icons/wiki
50
+ licenses: []
51
+
52
+ post_install_message:
53
+ rdoc_options: []
54
+
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ segments:
62
+ - 0
63
+ version: "0"
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ segments:
69
+ - 0
70
+ version: "0"
71
+ requirements: []
72
+
73
+ rubyforge_project:
74
+ rubygems_version: 1.3.6
75
+ signing_key:
76
+ specification_version: 3
77
+ summary: pure object-oriented css3 icons and shapes
78
+ test_files: []
79
+