proteus-kits 0.2 → 0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +5 -15
- data/CONTRIBUTING.md +30 -0
- data/Gemfile +0 -1
- data/LICENSE.md +21 -0
- data/README.md +50 -25
- data/lib/proteus/version.rb +1 -1
- metadata +5 -5
- data/LICENSE.txt +0 -22
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 004a713b1130f26e77b51190546be6efd477f4cc
|
4
|
+
data.tar.gz: 05e9132e154788899bbaa986f28a1d593a2f41e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfffd71b509b80f3bf260ee900677958db82db8ea1713ea03b8fc93133f2c352a0dfaf8739f5c370a1b2e729145ae53fff5eb817cdb56760a6888c0a2c6c594f
|
7
|
+
data.tar.gz: 5c65c5981468b8b59f11e9e68f351d89a30f0899309d530533dcdd0b8ada5c697739d56ae0a9e0c6882c160853edc7a7046f92cdca57228ad334e3e33c972dcb
|
data/.gitignore
CHANGED
data/CONTRIBUTING.md
ADDED
@@ -0,0 +1,30 @@
|
|
1
|
+
We love pull requests from everyone. By participating in this project, you
|
2
|
+
agree to abide by the thoughtbot [code of conduct]. Here’s a quick guide:
|
3
|
+
|
4
|
+
[code of conduct]: https://thoughtbot.com/open-source-code-of-conduct
|
5
|
+
|
6
|
+
1. Fork the repository.
|
7
|
+
2. Make your changes in a topic branch.
|
8
|
+
3. Squash your commits into a single one (more on that
|
9
|
+
[here](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)).
|
10
|
+
4. Rebase against `origin/master`, push to your fork and submit a pull request.
|
11
|
+
|
12
|
+
At this point you’re waiting on us. We like to at least comment on, if not
|
13
|
+
accept, pull requests within three business days (and, typically, one business
|
14
|
+
day). We may suggest some changes or improvements or alternatives.
|
15
|
+
|
16
|
+
Some things that will increase the chance that your pull request is accepted:
|
17
|
+
|
18
|
+
* Write your code according to the [thoughtbot Style Guide][guide]
|
19
|
+
* Fix a bug, refactor code or expand an existing feature.
|
20
|
+
* Use the right syntax and naming conventions.
|
21
|
+
* Update parts of the documentation that are affected by your contribution.
|
22
|
+
|
23
|
+
[guide]: https://github.com/thoughtbot/guides/tree/master/style
|
24
|
+
|
25
|
+
**Git Commit Messages**
|
26
|
+
|
27
|
+
* Capitalize your commit messages.
|
28
|
+
* Start your message with a verb.
|
29
|
+
* Use present tense.
|
30
|
+
* Refer to the issue/PR number in your squashed commit message.
|
data/Gemfile
CHANGED
data/LICENSE.md
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright © 2014–2015 [thoughtbot, inc.](http://thoughtbot.com)
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the “Software”), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/README.md
CHANGED
@@ -1,47 +1,72 @@
|
|
1
1
|
# Proteus
|
2
2
|
|
3
|
-
|
4
|
-
[
|
5
|
-
|
6
|
-
[thoughtbot styleguide](https://github.com/thoughtbot/guides) and includes our
|
7
|
-
favorite front end tools.
|
3
|
+
Proteus is a collection of useful starter kits to help you prototype
|
4
|
+
faster. They follow the [thoughtbot styleguide](https://github.com/thoughtbot/guides)
|
5
|
+
and includes our favorite front-end development tools.
|
8
6
|
|
9
7
|
## Kits
|
8
|
+
|
10
9
|
* [Middleman](http://github.com/thoughtbot/proteus-middleman)
|
11
10
|
* [Jekyll](http://github.com/thoughtbot/proteus-jekyll)
|
12
11
|
* [Gulp](http://github.com/thoughtbot/proteus-gulp)
|
13
12
|
|
14
13
|
## Installation
|
15
14
|
|
16
|
-
|
15
|
+
1. Install the Proteus gem using the [RubyGems](https://rubygems.org) package manager:
|
16
|
+
|
17
|
+
```bash
|
18
|
+
gem install proteus-kits
|
19
|
+
```
|
20
|
+
|
21
|
+
2. Then kick off a new project with the kit you want to use (i.e. Middleman):
|
22
|
+
|
23
|
+
```bash
|
24
|
+
proteus new middleman your-project-name
|
25
|
+
```
|
26
|
+
|
27
|
+
## Shortcuts
|
28
|
+
|
29
|
+
We’ve also included some handy shortcuts with Proteus:
|
17
30
|
|
18
|
-
|
19
|
-
gem install proteus-kits
|
20
|
-
```
|
31
|
+
- Install dependencies and clear the Git remote:
|
21
32
|
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
```
|
33
|
+
```bash
|
34
|
+
proteus setup
|
35
|
+
```
|
26
36
|
|
27
|
-
|
28
|
-
-------
|
37
|
+
- Start the kit-specific server (i.e. `bundle exec middleman server`):
|
29
38
|
|
30
|
-
|
39
|
+
```bash
|
40
|
+
proteus server
|
41
|
+
```
|
31
42
|
|
32
|
-
|
33
|
-
-------
|
43
|
+
- Run the kit-specific deploy (i.e. `middleman deploy`):
|
34
44
|
|
35
|
-
|
45
|
+
```bash
|
46
|
+
proteus deploy
|
47
|
+
```
|
36
48
|
|
37
|
-
|
49
|
+
## Contributing
|
50
|
+
|
51
|
+
If you'd like to contribute a feature or bugfix: Thanks! To make sure your
|
52
|
+
fix/feature has a high chance of being included, please read the following
|
53
|
+
guidelines:
|
54
|
+
|
55
|
+
1. Fork the repository
|
56
|
+
2. Make your changes
|
57
|
+
3. Push your branch to your fork
|
58
|
+
4. Post a [pull request](https://github.com/thoughtbot/proteus/compare).
|
59
|
+
|
60
|
+
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for more details on contributing and running test.
|
38
61
|
|
39
62
|
Thank you to all [the contributors](https://github.com/thoughtbot/proteus-middleman/contributors)!
|
40
63
|
|
41
|
-
|
42
|
-
|
64
|
+
## Credits
|
65
|
+
|
66
|
+
[![thoughtbot](http://images.thoughtbot.com/bourbon/thoughtbot-logo.svg)](http://thoughtbot.com)
|
67
|
+
|
68
|
+
Proteus is maintained and funded by [thoughtbot, inc](http://thoughtbot.com). Thank you to all of [the contributors](https://github.com/thoughtbot/proteus-middleman/contributors)!
|
43
69
|
|
44
|
-
|
70
|
+
## License
|
45
71
|
|
46
|
-
|
47
|
-
redistributed under the terms specified in the LICENSE file.
|
72
|
+
Copyright © 2014–2015 [thoughtbot, inc](http://thoughtbot.com). Proteus is free software, and may be redistributed under the terms specified in the [license](LICENSE.md).
|
data/lib/proteus/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: proteus-kits
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.3'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joshua Ogle
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -75,9 +75,9 @@ extensions: []
|
|
75
75
|
extra_rdoc_files: []
|
76
76
|
files:
|
77
77
|
- ".gitignore"
|
78
|
+
- CONTRIBUTING.md
|
78
79
|
- Gemfile
|
79
|
-
-
|
80
|
-
- LICENSE.txt
|
80
|
+
- LICENSE.md
|
81
81
|
- README.md
|
82
82
|
- Rakefile
|
83
83
|
- bin/proteus
|
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
107
|
version: '0'
|
108
108
|
requirements: []
|
109
109
|
rubyforge_project:
|
110
|
-
rubygems_version: 2.4.
|
110
|
+
rubygems_version: 2.4.6
|
111
111
|
signing_key:
|
112
112
|
specification_version: 4
|
113
113
|
summary: Starter kits to help you prototype faster
|
data/LICENSE.txt
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
Copyright (c) 2014 Joshua Ogle
|
2
|
-
|
3
|
-
MIT License
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
-
a copy of this software and associated documentation files (the
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
11
|
-
the following conditions:
|
12
|
-
|
13
|
-
The above copyright notice and this permission notice shall be
|
14
|
-
included in all copies or substantial portions of the Software.
|
15
|
-
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|