compass-blueprint 0.0.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +13 -2
- data/bower.json +5 -0
- data/compass-blueprint.gemspec +2 -2
- data/lib/compass-blueprint/version.rb +1 -1
- data/sache.json +5 -0
- metadata +19 -16
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: f9005bf582e2e4d9df9a0a91ab9de52babb1d34c
|
4
|
+
data.tar.gz: 3f7cbc7e304748f3d2f7eb08939bf00a57702143
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: df5d4408b374805ed74043e2040aa32dbf0a107fd22834172c33272218451f6fe50025a42eb6e79b0a09a0911c13eaee738da63ed4c19fa2e2a702b58f7b9fea
|
7
|
+
data.tar.gz: c5e99584f5965f28e186bf43f633bd06124604f6de7f866a31b372825c16c3bb57ea8de8b95363f26286f0cb4f286adb28d24ef6c8e63fd6fa8707fc86bceb8d
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Compass::Blueprint
|
2
2
|
|
3
|
-
|
3
|
+
[Compass-blueprint](http://compass-blueprint.org) is a *CSS Framework* extension for [Compass](https://github.com/chriseppstein/compass).
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -18,7 +18,9 @@ Or install it yourself as:
|
|
18
18
|
|
19
19
|
## Usage
|
20
20
|
|
21
|
-
|
21
|
+
Create a new project
|
22
|
+
|
23
|
+
$ compass create /path/to/project --using blueprint
|
22
24
|
|
23
25
|
## Contributing
|
24
26
|
|
@@ -27,3 +29,12 @@ TODO: Write usage instructions here
|
|
27
29
|
3. Commit your changes (`git commit -am 'Added some feature'`)
|
28
30
|
4. Push to the branch (`git push origin my-new-feature`)
|
29
31
|
5. Create new Pull Request
|
32
|
+
|
33
|
+
## Author
|
34
|
+
|
35
|
+
Compass-blueprint was written by [Chris Eppstein](http://github.com/chriseppstein).
|
36
|
+
Chris is the Software Architect of [Caring.com](http://caring.com) and a member of the [Sass](http://sass-lang.com) core team.
|
37
|
+
|
38
|
+
## Maintained by
|
39
|
+
|
40
|
+
[Stephen Way](http://github.com/stephenway)
|
data/bower.json
ADDED
data/compass-blueprint.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
require File.expand_path('../lib/compass-blueprint/version', __FILE__)
|
3
3
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
|
-
gem.authors = ["Scott Davis"]
|
5
|
+
gem.authors = ["Scott Davis", "Stephen Way"]
|
6
6
|
gem.email = ["jetviper21@gmail.com"]
|
7
7
|
gem.description = %q{Compass extension for blueprint css framework}
|
8
8
|
gem.summary = %q{Blueprint for compass}
|
9
|
-
gem.homepage = ""
|
9
|
+
gem.homepage = "http://compass-blueprint.org/"
|
10
10
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
12
12
|
gem.files = `git ls-files`.split("\n")
|
data/sache.json
ADDED
metadata
CHANGED
@@ -1,27 +1,30 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compass-blueprint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
5
|
-
prerelease:
|
4
|
+
version: 1.0.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Scott Davis
|
8
|
+
- Stephen Way
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-08-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass
|
16
|
-
requirement:
|
17
|
-
none: false
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
18
17
|
requirements:
|
19
|
-
- -
|
18
|
+
- - ">="
|
20
19
|
- !ruby/object:Gem::Version
|
21
20
|
version: '0'
|
22
21
|
type: :runtime
|
23
22
|
prerelease: false
|
24
|
-
version_requirements:
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - ">="
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: '0'
|
25
28
|
description: Compass extension for blueprint css framework
|
26
29
|
email:
|
27
30
|
- jetviper21@gmail.com
|
@@ -29,11 +32,12 @@ executables: []
|
|
29
32
|
extensions: []
|
30
33
|
extra_rdoc_files: []
|
31
34
|
files:
|
32
|
-
- .gitignore
|
35
|
+
- ".gitignore"
|
33
36
|
- Gemfile
|
34
37
|
- LICENSE
|
35
38
|
- README.md
|
36
39
|
- Rakefile
|
40
|
+
- bower.json
|
37
41
|
- compass-blueprint.gemspec
|
38
42
|
- framework/blueprint/stylesheets/_blueprint.scss
|
39
43
|
- framework/blueprint/stylesheets/blueprint/_buttons.scss
|
@@ -91,29 +95,28 @@ files:
|
|
91
95
|
- framework/blueprint/templates/semantic/screen.sass
|
92
96
|
- lib/compass-blueprint.rb
|
93
97
|
- lib/compass-blueprint/version.rb
|
94
|
-
|
98
|
+
- sache.json
|
99
|
+
homepage: http://compass-blueprint.org/
|
95
100
|
licenses: []
|
101
|
+
metadata: {}
|
96
102
|
post_install_message:
|
97
103
|
rdoc_options: []
|
98
104
|
require_paths:
|
99
105
|
- lib
|
100
106
|
required_ruby_version: !ruby/object:Gem::Requirement
|
101
|
-
none: false
|
102
107
|
requirements:
|
103
|
-
- -
|
108
|
+
- - ">="
|
104
109
|
- !ruby/object:Gem::Version
|
105
110
|
version: '0'
|
106
111
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
107
|
-
none: false
|
108
112
|
requirements:
|
109
|
-
- -
|
113
|
+
- - ">="
|
110
114
|
- !ruby/object:Gem::Version
|
111
115
|
version: '0'
|
112
116
|
requirements: []
|
113
117
|
rubyforge_project:
|
114
|
-
rubygems_version:
|
118
|
+
rubygems_version: 2.4.1
|
115
119
|
signing_key:
|
116
|
-
specification_version:
|
120
|
+
specification_version: 4
|
117
121
|
summary: Blueprint for compass
|
118
122
|
test_files: []
|
119
|
-
has_rdoc:
|