meedan-bootstrap 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/README.mkdn +7 -0
- data/lib/meedan-bootstrap.rb +3 -0
- data/stylesheets/_autorefresh.scss +3 -0
- data/stylesheets/_base.scss +29 -0
- data/stylesheets/_bevels.scss +17 -0
- data/stylesheets/_bundles.scss +46 -0
- data/stylesheets/_buttons.scss +34 -0
- data/stylesheets/_cab.scss +91 -0
- data/stylesheets/_calendar.scss +69 -0
- data/stylesheets/_colors.scss +93 -0
- data/stylesheets/_desk.scss +333 -0
- data/stylesheets/_forms.scss +109 -0
- data/stylesheets/_icons.scss +304 -0
- data/stylesheets/_labels.scss +64 -0
- data/stylesheets/_media_object.scss +141 -0
- data/stylesheets/_messages.scss +19 -0
- data/stylesheets/_navigation.scss +30 -0
- data/stylesheets/_pagination.scss +20 -0
- data/stylesheets/_pointer.scss +14 -0
- data/stylesheets/_profile.scss +25 -0
- data/stylesheets/_reset.scss +12 -0
- data/stylesheets/_respond_to.scss +24 -0
- data/stylesheets/_syntax.scss +205 -0
- data/stylesheets/_tables.scss +18 -0
- data/stylesheets/_tabs.scss +29 -0
- data/stylesheets/_tooltips.scss +180 -0
- data/stylesheets/_typography.scss +163 -0
- data/stylesheets/meedan_bootstrap.scss +51 -0
- data/templates/project/foo_theme/starter-theme.scss +85 -0
- data/templates/project/foo_theme/style-ar.scss +2 -0
- data/templates/project/foo_theme/style-en.scss +2 -0
- data/templates/project/manifest.rb +15 -0
- metadata +109 -0
@@ -0,0 +1,15 @@
|
|
1
|
+
|
2
|
+
discover :all
|
3
|
+
description "Meedan (internal) (alpha) style plugin."
|
4
|
+
|
5
|
+
help %Q{
|
6
|
+
This is a plugin for installing the meedan-bootstrap library.
|
7
|
+
|
8
|
+
compass create project
|
9
|
+
|
10
|
+
You can use it to help them learn how to use your extension.
|
11
|
+
}
|
12
|
+
|
13
|
+
welcome_message %Q{
|
14
|
+
Now you can use all of the mixins in meedan-bootstrap in your scss. To learn more about the available mixins read meedan-styleguide.
|
15
|
+
}
|
metadata
ADDED
@@ -0,0 +1,109 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: meedan-bootstrap
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.3
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Chris Blow
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2012-06-16 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: compass
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '0.12'
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.12'
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: susy
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
34
|
+
requirements:
|
35
|
+
- - ! '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: 1.0.alpha.2
|
38
|
+
type: :runtime
|
39
|
+
prerelease: false
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: 1.0.alpha.2
|
46
|
+
description: inspired by twitter-bootstrap, this is used for generating projects,
|
47
|
+
but also maintaining up-to-date projects in production.
|
48
|
+
email: cblow@meedan.net
|
49
|
+
executables: []
|
50
|
+
extensions: []
|
51
|
+
extra_rdoc_files: []
|
52
|
+
files:
|
53
|
+
- README.mkdn
|
54
|
+
- lib/meedan-bootstrap.rb
|
55
|
+
- stylesheets/_autorefresh.scss
|
56
|
+
- stylesheets/_base.scss
|
57
|
+
- stylesheets/_bevels.scss
|
58
|
+
- stylesheets/_bundles.scss
|
59
|
+
- stylesheets/_buttons.scss
|
60
|
+
- stylesheets/_cab.scss
|
61
|
+
- stylesheets/_calendar.scss
|
62
|
+
- stylesheets/_colors.scss
|
63
|
+
- stylesheets/_desk.scss
|
64
|
+
- stylesheets/_forms.scss
|
65
|
+
- stylesheets/_icons.scss
|
66
|
+
- stylesheets/_labels.scss
|
67
|
+
- stylesheets/_media_object.scss
|
68
|
+
- stylesheets/_messages.scss
|
69
|
+
- stylesheets/_navigation.scss
|
70
|
+
- stylesheets/_pagination.scss
|
71
|
+
- stylesheets/_pointer.scss
|
72
|
+
- stylesheets/_profile.scss
|
73
|
+
- stylesheets/_reset.scss
|
74
|
+
- stylesheets/_respond_to.scss
|
75
|
+
- stylesheets/_syntax.scss
|
76
|
+
- stylesheets/_tables.scss
|
77
|
+
- stylesheets/_tabs.scss
|
78
|
+
- stylesheets/_tooltips.scss
|
79
|
+
- stylesheets/_typography.scss
|
80
|
+
- stylesheets/meedan_bootstrap.scss
|
81
|
+
- templates/project/foo_theme/starter-theme.scss
|
82
|
+
- templates/project/foo_theme/style-ar.scss
|
83
|
+
- templates/project/foo_theme/style-en.scss
|
84
|
+
- templates/project/manifest.rb
|
85
|
+
homepage: http://meedan.org/
|
86
|
+
licenses: []
|
87
|
+
post_install_message:
|
88
|
+
rdoc_options: []
|
89
|
+
require_paths:
|
90
|
+
- lib
|
91
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
92
|
+
none: false
|
93
|
+
requirements:
|
94
|
+
- - ! '>='
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0'
|
97
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
|
+
none: false
|
99
|
+
requirements:
|
100
|
+
- - ! '>='
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: '0'
|
103
|
+
requirements: []
|
104
|
+
rubyforge_project:
|
105
|
+
rubygems_version: 1.8.24
|
106
|
+
signing_key:
|
107
|
+
specification_version: 3
|
108
|
+
summary: an internal styleguide plugin for Meedan.
|
109
|
+
test_files: []
|