Skip to content

Commit

Permalink
updating to gems 1.3.6 and bundler 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
HamptonMakes committed Mar 9, 2010
1 parent 2016f64 commit 009c955
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
source :gemcutter
#source "http://edge.merbivore.com"

merb_gems_version = "1.1"
merb_gems_version = "1.1.0.pre"
dm_gems_version = "0.10.1"
do_gems_version = "0.10.0"

Expand Down
82 changes: 41 additions & 41 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,71 +1,71 @@
---
hash: 0bdac3e2fdfc69b90509010705c34909f646aac7
hash: c3e8ed8f8cdb231d0799e1af1e2012c68077f02f
sources:
- Rubygems:
uri: http://gemcutter.org
specs:
- thor:
version: 0.13.4
- eventmachine:
version: 0.12.10
- daemons:
version: 1.0.10
- bundler:
version: 0.9.10
- json_pure:
version: 1.2.2
- haml:
version: 2.2.20
- daemons:
version: 1.0.10
- eventmachine:
version: 0.12.10
- abstract:
version: 1.0.0
- erubis:
version: 2.6.5
- activesupport:
version: 2.3.5
- dm-core:
version: 0.10.1
- dm-aggregates:
version: 0.10.1
- gchartrb:
version: "0.8"
- rake:
version: 0.8.7
- nokogiri:
version: 1.3.3
- mime-types:
version: "1.16"
- memcache-client:
version: 1.7.5
- rack:
version: 1.1.0
- thin:
version: 1.2.7
- mailfactory:
version: 1.4.0
- rspec:
version: 1.3.0
- addressable:
version: 2.1.1
- extlib:
version: 0.9.14
- dm-core:
version: 0.10.1
- data_objects:
version: 0.10.0
- curb:
version: 0.5.4.0
- moneta:
version: 0.6.0
- sinatra:
version: 0.9.4
- gchartrb:
version: "0.8"
- nokogiri:
version: 1.3.3
- mime-types:
version: "1.16"
- mailfactory:
version: 1.4.0
- activesupport:
version: 2.3.5
- merb-core:
version: "1.1"
version: 1.1.0.pre
- merb-cache:
version: 1.1.0.pre
- merb-haml:
version: "1.1"
- merb-exceptions:
version: "1.1"
version: 1.1.0.pre
- merb-mailer:
version: "1.1"
- merb-cache:
version: "1.1"
version: 1.1.0.pre
- merb-exceptions:
version: 1.1.0.pre
- merb-assets:
version: "1.1"
- curb:
version: 0.5.4.0
- memcache-client:
version: 1.7.5
- rack:
version: 1.1.0
- thin:
version: 1.2.7
version: 1.1.0.pre
dependencies:
memcache-client:
version: = 1.7.5
Expand Down Expand Up @@ -110,27 +110,27 @@ dependencies:
group:
- :default
merb-core:
version: = 1.1
version: = 1.1.0.pre
group:
- :default
merb-assets:
version: = 1.1
version: = 1.1.0.pre
group:
- :default
merb-cache:
version: = 1.1
version: = 1.1.0.pre
group:
- :default
merb-haml:
version: = 1.1
version: = 1.1.0.pre
group:
- :default
merb-mailer:
version: = 1.1
version: = 1.1.0.pre
group:
- :default
merb-exceptions:
version: = 1.1
version: = 1.1.0.pre
group:
- :default
activesupport:
Expand Down
10 changes: 6 additions & 4 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ running.

= Getting Running

1) Install Ruby 1.9 and RubyGems http://www.ruby-lang.org/en/downloads/
1) Install Ruby 1.9.1 and RubyGems version 1.3.6 from http://www.ruby-lang.org/en/downloads/

2) Install the latest bundler gem

gem install bundler
gem install bundler --version="0.9.10"

(or brave other versions if you like)

3) Setup host headers for en.m.wikitest.org, *.m.wikitest.org for any language that you want to test. Anything works, but it needs to start with a language code. Point each one at 127.0.0.1 assuming you don't have some sort of freaky setup. For instance...

Expand All @@ -52,13 +54,13 @@ running.

6) Go into the new folder and type:

gem bundle
bundle install

This will expand all the gem files into your local rubygems bundle.

7) start the server with

bin/merb -a thin
merb -a thin

We need to use thin because currently Mongrel doesn't work on Ruby 1.9. running
bin/merb will make sure its using the local bundle requires instead of the system gems
Expand Down
Binary file added vendor/cache/bundler-0.9.10.gem
Binary file not shown.
Binary file added vendor/cache/merb-assets-1.1.0.pre.gem
Binary file not shown.
Binary file added vendor/cache/merb-cache-1.1.0.pre.gem
Binary file not shown.
Binary file added vendor/cache/merb-core-1.1.0.pre.gem
Binary file not shown.
Binary file added vendor/cache/merb-exceptions-1.1.0.pre.gem
Binary file not shown.
Binary file added vendor/cache/merb-haml-1.1.0.pre.gem
Binary file not shown.
Binary file added vendor/cache/merb-mailer-1.1.0.pre.gem
Binary file not shown.

0 comments on commit 009c955

Please sign in to comment.