Skip to content

Commit 3204ec7

Browse files
committed
init assets + gemspec changes
1 parent c72b45d commit 3204ec7

File tree

4 files changed

+854
-17
lines changed

4 files changed

+854
-17
lines changed

README.md

+6-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# GetSkeleton::Rails
22

3-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/getSkeleton/rails`. To experiment with that code, run `bin/console` for an interactive prompt.
4-
5-
TODO: Delete this and the text above, and describe your gem
3+
A dead simple, responsive boilerplate. [Skeleton](http://getskeleton.com) is a light responsive boilerplate for those who don't need the utilities of a larger framework.
64

75
## Installation
86

@@ -22,15 +20,9 @@ Or install it yourself as:
2220

2321
## Usage
2422

25-
TODO: Write usage instructions here
26-
27-
## Development
28-
29-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30-
31-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32-
33-
## Contributing
34-
35-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/getSkeleton-rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
23+
Include the following lines in your `application.css`:
3624

25+
```
26+
*= require normalize
27+
*= require skeleton
28+
```

getSkeleton-rails.gemspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
99
spec.authors = ["Arin Houck"]
1010
spec.email = ["[email protected]"]
1111

12-
spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
13-
spec.description = %q{TODO: Write a longer description or delete this line.}
14-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
12+
spec.summary = %q{Get Skeleton for Rails}
13+
spec.description = %q{Ruby gem that will inject the Skeleton library in your project.}
14+
spec.homepage = "https://github.com/arinhouck/getSkeleton-rails"
1515

1616
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
1717
# delete this section to allow pushing this gem to any host.

0 commit comments

Comments
 (0)