Skip to content

Commit

Permalink
Pinned simple_uuid to ~>0.1.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mwynholds committed Aug 22, 2011
1 parent da9ec1a commit e375293
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PATH
active_column (0.2)
cassandra (>= 0.9)
rake
simple_uuid (~> 0.1.0)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -44,18 +45,18 @@ GEM
arel (2.0.9)
bluecloth (2.1.0)
builder (2.1.2)
cassandra (0.9.1)
cassandra (0.12.0)
json
rake
simple_uuid (>= 0.1.0)
thrift_client (>= 0.6.0)
thrift_client (>= 0.7.0)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
file-tail (1.0.5)
spruz (>= 0.1.0)
i18n (0.5.0)
json (1.5.1)
json (1.5.3)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
Expand Down Expand Up @@ -83,7 +84,7 @@ GEM
activesupport (= 3.0.7)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rake (0.9.2)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
Expand All @@ -110,9 +111,9 @@ GEM
sexp_processor (>= 3.0.5)
spruz (0.2.5)
thor (0.14.6)
thrift (0.5.0)
thrift_client (0.6.0)
thrift (~> 0.5.0)
thrift (0.7.0)
thrift_client (0.7.0)
thrift (~> 0.7.0)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.27)
Expand Down
1 change: 1 addition & 0 deletions active_column.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency 'cassandra', '>= 0.9'
s.add_dependency 'simple_uuid', '~> 0.1.0'
s.add_dependency 'rake'

s.add_development_dependency 'rails', '>= 3.0'
Expand Down

0 comments on commit e375293

Please sign in to comment.