Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
Releasing 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed Apr 4, 2009
1 parent a378640 commit 66c0b57
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rdoc
@@ -1,9 +1,10 @@
=== 1.1.0 (pending)
=== 1.1.0 "Segfault City" (2009-04-04)

* First real/RubyForge release!
* Enough delays. First real/RubyForge release!
* Cleaned up the build.
* Updated to a more recent SpiderMonkey.
* Fixed allocation-during-GC bugs.
* Added some new GC bugs.

=== 1.0.0 (2008-03-11)

Expand Down
4 changes: 1 addition & 3 deletions MANIFEST.txt
@@ -1,10 +1,10 @@
.autotest
CHANGELOG.rdoc
MINGW32.mk
Manifest.txt
README.rdoc
Rakefile
bin/johnson
docs/MINGW32.mk
docs/cross-compile.txt
ext/spidermonkey/context.c
ext/spidermonkey/context.h
Expand Down Expand Up @@ -138,7 +138,6 @@ vendor/spidermonkey/config/Darwin1.3.mk
vendor/spidermonkey/config/Darwin1.4.mk
vendor/spidermonkey/config/Darwin5.2.mk
vendor/spidermonkey/config/Darwin5.3.mk
vendor/spidermonkey/config/FreeBSD.mk
vendor/spidermonkey/config/HP-UXB.10.10.mk
vendor/spidermonkey/config/HP-UXB.10.20.mk
vendor/spidermonkey/config/HP-UXB.11.00.mk
Expand Down Expand Up @@ -263,7 +262,6 @@ vendor/spidermonkey/fdlibm/w_sinh.c
vendor/spidermonkey/fdlibm/w_sqrt.c
vendor/spidermonkey/javascript-trace.d
vendor/spidermonkey/js.c
vendor/spidermonkey/js.mak
vendor/spidermonkey/js.mdp
vendor/spidermonkey/js.msg
vendor/spidermonkey/js3240.rc
Expand Down
5 changes: 2 additions & 3 deletions README.rdoc
Expand Up @@ -17,9 +17,8 @@ Johnson wraps JavaScript in a loving Ruby embrace.
== Installation

We haven't rolled an official 1.x for Johnson, though we plan to Real
Soon Now. For the moment, follow the instructions in "Installing
Development Versions". Once we push a 1.0 to RubyForge, it'll be as
easy as:
Soon Now. For the moment, follow the instructions in "Development
Versions". Once we push a 1.x to RubyForge, it'll be as easy as:

[sudo] gem install johnson

Expand Down
2 changes: 1 addition & 1 deletion lib/johnson/version.rb
@@ -1,3 +1,3 @@
module Johnson #:nodoc:
VERSION = "1.0.0"
VERSION = "1.1.0"
end

0 comments on commit 66c0b57

Please sign in to comment.