Skip to content

Commit

Permalink
readme, version
Browse files Browse the repository at this point in the history
  • Loading branch information
csm123 committed Oct 7, 2014
1 parent d2dd421 commit 6a2583b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ spec/dummy/log/test.log
spec/dummy/log/development.log

spec/dummy/log/test.log

*.gem
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://secure.travis-ci.org/csm123/starburst.svg?branch=master)](http://travis-ci.org/csm123/starburst)
[![Code Climate](https://codeclimate.com/github/csm123/starburst/badges/gpa.svg)](https://codeclimate.com/github/csm123/starburst)

**STARBURST IS STILL IN DEVELOPMENT as of October 6, 2014. It will be released by mid-October.**
**STARBURST is in pre-release at version 0.9, though tests are passing. Please test this in your apps and report any issues to the Issues tab.**

Starburst allows you to show messages to logged in users within your Rails app. Once the user closes the message, they won't see it again.

Expand Down
2 changes: 1 addition & 1 deletion lib/starburst/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Starburst
VERSION = "0.0.1"
VERSION = "0.9.1"
end
2 changes: 1 addition & 1 deletion starburst.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.email = ["[email protected]"]
s.homepage = "http://github.com/csm123/starburst"
s.summary = "One-time messages to users in your app"
s.description = "Starburst allows you to show messages to logged in users within your Rails app. Once the user closes the message, they won't see it again."
s.description = "Show one-time messages to users in your Rails app"
s.license = "MIT"

s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
Expand Down

0 comments on commit 6a2583b

Please sign in to comment.