Skip to content

Commit 6a2583b

Browse files
committed
readme, version
1 parent d2dd421 commit 6a2583b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ spec/dummy/log/test.log
1717
spec/dummy/log/development.log
1818

1919
spec/dummy/log/test.log
20+
21+
*.gem

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://secure.travis-ci.org/csm123/starburst.svg?branch=master)](http://travis-ci.org/csm123/starburst)
44
[![Code Climate](https://codeclimate.com/github/csm123/starburst/badges/gpa.svg)](https://codeclimate.com/github/csm123/starburst)
55

6-
**STARBURST IS STILL IN DEVELOPMENT as of October 6, 2014. It will be released by mid-October.**
6+
**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.**
77

88
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.
99

lib/starburst/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Starburst
2-
VERSION = "0.0.1"
2+
VERSION = "0.9.1"
33
end

starburst.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.email = ["coreym@gmail.com"]
1212
s.homepage = "http://github.com/csm123/starburst"
1313
s.summary = "One-time messages to users in your app"
14-
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."
14+
s.description = "Show one-time messages to users in your Rails app"
1515
s.license = "MIT"
1616

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

0 commit comments

Comments
 (0)