Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge "CF-64 fix: replaced Crack gem with CFRuntime::OkJson"
Browse files Browse the repository at this point in the history
  • Loading branch information
oppegard authored and Gerrit Code Review committed Jul 31, 2012
2 parents 4478cdc + b564137 commit 945ad5d
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 19 deletions.
22 changes: 10 additions & 12 deletions cfruntime/Gemfile.lock
@@ -1,31 +1,29 @@
PATH
remote: .
specs:
cf-runtime (0.0.1)
crack (~> 0.3.1)
cf-runtime (0.0.2)

GEM
remote: http://rubygems.org/
specs:
amq-client (0.9.2)
amq-protocol (>= 0.9.0)
amq-client (0.9.4)
amq-protocol (>= 0.9.4)
eventmachine
amq-protocol (0.9.0)
amqp (0.9.4)
amq-client (~> 0.9.2)
amq-protocol (>= 0.9.0)
amq-protocol (0.9.4)
amqp (0.9.7)
amq-client (~> 0.9.4)
amq-protocol (>= 0.9.4)
eventmachine
bson (1.6.1)
bson (1.6.4)
builder (3.0.0)
carrot (1.2.0)
ci_reporter (1.6.9)
builder (>= 2.1.2)
crack (0.3.1)
diff-lcs (1.1.3)
eventmachine (0.12.10)
mongo (1.2.4)
bson (>= 1.2.4)
multi_json (1.1.0)
multi_json (1.3.6)
mysql2 (0.2.18)
pg (0.11.0)
rack (1.4.1)
Expand All @@ -41,7 +39,7 @@ GEM
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
simplecov (0.6.1)
simplecov (0.6.4)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
Expand Down
2 changes: 0 additions & 2 deletions cfruntime/cf-runtime.gemspec
Expand Up @@ -14,8 +14,6 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ["README.md", "LICENSE"]
s.rdoc_options = ["-N", "--tab-width=2", "--exclude='cf-runtime.gemspec|spec'"]

s.add_dependency "crack", "~> 0.3.1"

s.add_development_dependency "redis", "~> 2.0"
s.add_development_dependency "amqp", "~> 0.8"
s.add_development_dependency "carrot", "~> 1.0"
Expand Down

0 comments on commit 945ad5d

Please sign in to comment.