Skip to content

Commit

Permalink
pre-release house-keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
julescopeland committed Mar 22, 2012
1 parent bb9c382 commit d90931d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,3 @@
## v0.1.0

* Initial release
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,10 @@ Add this line to your application's Gemfile:

gem 'rails_bootstrap_navbar'

...
# You need some form of Twitter bootstrap integration as well (I use Thomas McDonald's excellent [bootstrap-sass](https://github.com/thomas-mcdonald))
...

And then execute:

$ bundle
Expand Down Expand Up @@ -281,6 +285,10 @@ If you want to put regualr plain text in the navbar anywhere, you do it like thi
## Contributing
This is my first ever published gem - so please feel free to pull it apart and fix bits that are dumb. One of my biggest problems was getting Rspec to test it properly (only just bitten the bullet and gone full TDD). Cleaning up the specs would be a good place to start.
I'm guessing also that there's a much nicer way of doing the whole thing using Rails' form_builder approach, but this was where TDD got me...
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
Expand Down
1 change: 1 addition & 0 deletions rails_bootstrap_navbar.gemspec
Expand Up @@ -16,4 +16,5 @@ Gem::Specification.new do |gem|
gem.version = RailsBootstrapNavbar::VERSION

gem.add_development_dependency "rspec"
gem.add_development_dependency "rake"
end

0 comments on commit d90931d

Please sign in to comment.