Skip to content

Commit

Permalink
Removed some unused gems from the acm. Upgraded some others.
Browse files Browse the repository at this point in the history
Change-Id: If1519a99169a50a2ee515c0c7ec6640459c24983
  • Loading branch information
joeldsa committed Jan 24, 2012
1 parent e145688 commit 45b4c81
Show file tree
Hide file tree
Showing 26 changed files with 16 additions and 44 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -20,7 +20,6 @@ group :production do
end

group :test do
gem "machinist"
gem "rspec"
gem "sqlite3"
gem "simplecov", :platforms => :ruby_19
Expand Down
35 changes: 15 additions & 20 deletions Gemfile.lock
Expand Up @@ -2,37 +2,33 @@ GEM
remote: http://rubygems.org/
specs:
SystemTimer (1.2.3)
daemons (1.1.4)
daemons (1.1.6)
diff-lcs (1.1.3)
eventmachine (0.12.10)
machinist (1.0.6)
multi_json (1.0.4)
pg (0.12.0)
rake-compiler (~> 0.7)
rack (1.3.5)
rack-protection (1.1.4)
pg (0.12.2)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
rake-compiler (0.7.9)
rake
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)
sequel (3.30.0)
rspec-mocks (2.8.0)
sequel (3.31.0)
simplecov (0.5.4)
multi_json (~> 1.0.3)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.1.2)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sqlite3 (1.3.5)
thin (1.3.1)
Expand All @@ -48,7 +44,6 @@ PLATFORMS

DEPENDENCIES
SystemTimer
machinist
pg
rack-test
rake
Expand Down
18 changes: 0 additions & 18 deletions spec/blueprints.rb

This file was deleted.

6 changes: 1 addition & 5 deletions spec/spec_helper.rb
Expand Up @@ -43,11 +43,6 @@
require "tmpdir"
require "zlib"

require "machinist/sequel"
require "sham"
require "blueprints"


acm_dir = Dir.mktmpdir("acm_dir")
acm_tmp_dir = Dir.mktmpdir("acm_tmp_dir")

Expand Down Expand Up @@ -76,6 +71,7 @@ def spec_asset(filename)
ACM::Config.logger = logger
ACM::Config.db = db
ACM::Config.basic_auth = { :user => :admin.to_s, :password => :password.to_s }
ACM::Config.default_schema_version = "urn:acm:schemas:1.0"

logger.info("Start test #{example.example.metadata[:full_description]}")

Expand Down
Binary file removed vendor/cache/daemons-1.1.4.gem
Binary file not shown.
Binary file added vendor/cache/daemons-1.1.6.gem
Binary file not shown.
Binary file removed vendor/cache/machinist-1.0.6.gem
Binary file not shown.
Binary file removed vendor/cache/pg-0.12.0.gem
Binary file not shown.
Binary file added vendor/cache/pg-0.12.2.gem
Binary file not shown.
Binary file removed vendor/cache/rack-1.3.5.gem
Binary file not shown.
Binary file added vendor/cache/rack-1.4.1.gem
Binary file not shown.
Binary file removed vendor/cache/rack-protection-1.1.4.gem
Binary file not shown.
Binary file added vendor/cache/rack-protection-1.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/rake-compiler-0.7.9.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-2.7.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-2.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-2.7.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-2.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-2.7.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-2.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-2.7.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-2.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/sequel-3.30.0.gem
Binary file not shown.
Binary file added vendor/cache/sequel-3.31.0.gem
Binary file not shown.
Binary file removed vendor/cache/sinatra-1.3.1.gem
Binary file not shown.
Binary file added vendor/cache/sinatra-1.3.2.gem
Binary file not shown.

0 comments on commit 45b4c81

Please sign in to comment.