Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Sep 10, 2010
1 parent 9d966d3 commit 8b18c2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/VERSION
@@ -1 +1 @@
2.0.0.beta1
2.0.0.beta2
7 changes: 4 additions & 3 deletions client/juggernaut.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{juggernaut}
s.version = "2.0.0.beta1"
s.version = "2.0.0.beta2"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Alex MacCaw"]
s.date = %q{2010-09-03}
s.date = %q{2010-09-10}
s.description = %q{Use Juggernaut to easily implement realtime chat, collaboration, gaming and much more!}
s.email = %q{info@eribium.org}
s.extra_rdoc_files = [
Expand All @@ -18,10 +18,11 @@ Gem::Specification.new do |s|
s.files = [
".document",
".gitignore",
"LICENSE",
"README",
"Rakefile",
"VERSION",
"examples/juggernaut_observer.js",
"examples/juggernaut_observer.rb",
"juggernaut.gemspec",
"lib/juggernaut.rb"
]
Expand Down

0 comments on commit 8b18c2d

Please sign in to comment.