Skip to content

Commit

Permalink
Use released dm-sweatshop gem. Drop randexp dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
glenngillen committed Nov 22, 2011
1 parent f57b041 commit 770c8b8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 31 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -64,8 +64,7 @@ group :test do
gem "rr", "1.0.2"
gem "mocha", "0.9.10"
gem "redgreen", "1.2.2"
gem "dm-sweatshop", "~> 1.0.2", :git => "git://github.com/datamapper/dm-sweatshop.git"
gem "randexp", "~> 0.1.5", :git => "git://github.com/snusnu/randexp", :branch => "no_parsetree"
gem "dm-sweatshop", "~> 1.0.2"
gem "pony", "1.1"
gem "notifo", "0.1.0"
gem "rack-test", "0.5.7"
Expand Down
56 changes: 27 additions & 29 deletions Gemfile.lock
@@ -1,18 +1,3 @@
GIT
remote: git://github.com/datamapper/dm-sweatshop.git
revision: 45feec07bc68c927848b0b72aae1385f3ef91178
specs:
dm-sweatshop (1.0.2)
dm-core (~> 1.0.2)
randexp (~> 0.1.5)

GIT
remote: git://github.com/snusnu/randexp
revision: 7866bf0e5670cf65a96bfb434f3e6dda4507ce5c
branch: no_parsetree
specs:
randexp (0.1.5)

GEM
remote: http://rubygems.org/
specs:
Expand All @@ -27,8 +12,8 @@ GEM
tzinfo (~> 0.3.23)
activesupport (3.0.3)
addressable (2.2.2)
ansi (1.2.2)
arel (2.0.7)
ansi (1.4.1)
arel (2.0.10)
bcat (0.5.2)
rack (< 1.2)
bcrypt-ruby (2.1.4)
Expand All @@ -37,9 +22,10 @@ GEM
nap (~> 0.3)
builder (2.1.2)
bunny (0.6.0)
columnize (0.3.4)
contest (0.1.2)
crack (0.1.8)
daemons (1.1.0)
crack (0.3.1)
daemons (1.1.4)
data_objects (0.10.2)
addressable (~> 2.1)
delayed_job (2.1.2)
Expand All @@ -58,6 +44,9 @@ GEM
dm-sqlite-adapter (1.0.2)
dm-do-adapter (~> 1.0.2)
do_sqlite3 (~> 0.10.2)
dm-sweatshop (1.0.2)
dm-core (~> 1.0.2)
randexp (~> 0.1.5)
dm-timestamps (1.0.2)
dm-core (~> 1.0.2)
dm-types (1.0.2)
Expand All @@ -78,28 +67,36 @@ GEM
crack (>= 0.1.1)
i18n (0.5.0)
json (1.4.6)
json_pure (1.4.6)
mail (2.2.14)
activesupport (>= 2.3.6)
json_pure (1.6.1)
linecache (0.46)
rbx-require-relative (> 0.0.4)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mime-types (1.17.2)
mocha (0.9.10)
rake
nap (0.4)
nokogiri (1.4.4)
notifo (0.1.0)
httparty (~> 0.4.5)
polyglot (0.3.1)
polyglot (0.3.3)
pony (1.1)
mail (> 2.0)
rack (1.1.0)
rack-test (0.5.7)
rack (>= 1.0)
rake (0.8.7)
randexp (0.1.6)
rbx-require-relative (0.0.5)
redgreen (1.2.2)
rr (1.0.2)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
sinatra (1.1.2)
rack (~> 1.1)
tilt (~> 1.2)
Expand All @@ -108,12 +105,13 @@ GEM
sqlite3-ruby (1.3.2)
stringex (1.1.0)
thor (0.14.6)
tilt (1.2.1)
treetop (1.4.9)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
turn (0.8.1)
ansi (>= 1.2.2)
tzinfo (0.3.23)
tzinfo (0.3.31)
uuidtools (2.1.1)
webmock (1.6.2)
addressable (>= 2.2.2)
Expand All @@ -140,7 +138,7 @@ DEPENDENCIES
dm-core (= 1.0.2)
dm-migrations (= 1.0.2)
dm-sqlite-adapter (= 1.0.2)
dm-sweatshop (~> 1.0.2)!
dm-sweatshop (~> 1.0.2)
dm-timestamps (= 1.0.2)
dm-types (= 1.0.2)
dm-validations (= 1.0.2)
Expand All @@ -158,9 +156,9 @@ DEPENDENCIES
rack (= 1.1.0)
rack-test (= 0.5.7)
rake (= 0.8.7)
randexp (~> 0.1.5)!
redgreen (= 1.2.2)
rr (= 1.0.2)
ruby-debug (= 0.10.4)
sinatra (= 1.1.2)
sinatra-authorization (= 1.0.0)
sqlite3-ruby (= 1.3.2)
Expand Down

0 comments on commit 770c8b8

Please sign in to comment.