Skip to content

Commit 10a1ddc

Browse files
committed
Update bundler / gem deps for latest cassandra gem
1 parent 467acc9 commit 10a1ddc

17 files changed

+10
-10
lines changed

Gemfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
git "git://github.com/rails/rails.git", :ref=>"c548e213658386f3a5b00097bc5b30bf3736e6b4" do
2-
gem "activesupport", "3.0.0.beta1"
3-
gem "activemodel", "3.0.0.beta1"
4-
end
1+
source :gemcutter
52

6-
gem "cassandra", '0.7.6'
3+
gem "activesupport", "3.0.0.beta3"
4+
gem "activemodel", "3.0.0.beta3"
5+
6+
gem "cassandra", '0.8.2'
77
gem "shoulda"
8-
gem 'nokogiri'
8+
gem "nokogiri"

cassandra_object.gemspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Gem::Specification.new do |s|
22
s.name = 'cassandra_object'
3-
s.version = '0.5.0.pre'
3+
s.version = '0.6.0.pre'
44
s.email = "[email protected]"
55
s.author = "Michael Koziarski"
66

77
s.description = %q{Gives you most of the familiarity of ActiveRecord, but with the scalability of cassandra.}
88
s.summary = %q{Maps your objects into cassandra.}
99
s.homepage = %q{http://github.com/NZKoz/cassandra_object}
1010

11-
s.add_dependency('activesupport', '>= 3.0.pre')
12-
s.add_dependency('activemodel', '>= 3.0.pre')
13-
s.add_dependency('cassandra', '>= 0.7')
11+
s.add_dependency('activesupport', '>= 3.0.0.beta3')
12+
s.add_dependency('activemodel', '>= 3.0.0.beta3')
13+
s.add_dependency('cassandra', '>= 0.8.2')
1414

1515
s.files = Dir['lib/**/*'] + Dir["vendor/**/*"]
1616
s.require_path = 'lib'

vendor/gems/cache/cassandra-0.7.5.gem

-36.5 KB
Binary file not shown.

vendor/gems/cache/cassandra-0.7.6.gem

-36.5 KB
Binary file not shown.

vendor/gems/cache/cassandra-0.7.gem

-32 KB
Binary file not shown.

vendor/gems/cache/i18n-0.3.3.gem

-49.5 KB
Binary file not shown.

vendor/gems/cache/i18n-0.3.5.gem

-2.53 MB
Binary file not shown.

vendor/gems/cache/json-1.2.0.gem

-377 KB
Binary file not shown.

vendor/gems/cache/json-1.2.2.gem

-377 KB
Binary file not shown.

vendor/gems/cache/rake-0.8.7.gem

-103 KB
Binary file not shown.

vendor/gems/cache/shoulda-2.10.2.gem

-59 KB
Binary file not shown.

vendor/gems/cache/shoulda-2.10.3.gem

-59 KB
Binary file not shown.
-8 KB
Binary file not shown.
-68 KB
Binary file not shown.

vendor/gems/cache/thrift-0.2.0.gem

-70.5 KB
Binary file not shown.
-15.5 KB
Binary file not shown.
-21 KB
Binary file not shown.

0 commit comments

Comments
 (0)