Skip to content

Commit

Permalink
new gemspec for new version and development readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Pytel committed Oct 27, 2010
1 parent 73f8a65 commit 9275d6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.textile
Expand Up @@ -60,3 +60,10 @@ Flutie was written by thoughtbot, inc.
h2. Suggestions, Bugs, Refactoring?

Fork away and create a "Github Issue":http://github.com/thoughtbot/flutie/issues. Please don't send pull requests.

h2. Development

The actual stylesheet source files are sass, so edit the files in public/stylesheets/sass.
To rebuild the normal scss run:

sass -C --update public/stylesheets/sass:public/stylesheets
2 changes: 1 addition & 1 deletion flutie.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'flutie'
s.version = '1.0.4'
s.version = '1.1'
s.date = %q{2010-09-05}
s.email = 'support@thoughtbot.com'
s.homepage = 'http://github.com/thoughtbot/flutie'
Expand Down

0 comments on commit 9275d6b

Please sign in to comment.