Skip to content

Commit

Permalink
Get ready for a gem preview release onto gemcutter
Browse files Browse the repository at this point in the history
  • Loading branch information
NZKoz committed Oct 18, 2009
1 parent 87304d4 commit 35df082
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions Rakefile
Expand Up @@ -6,15 +6,19 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "cassandra_object"
s.summary = "ORM for interacting with Cassandra."
s.email = ""
s.homepage = ""
s.description = ""
s.summary = "Maps your objects into cassandra."
s.email = "michael@koziarski.com"
s.homepage = "http://github.com/NZKoz/cassandra_object"
s.description = "Gives you most of the familiarity of ActiveRecord, but with the scalability of cassandra."
s.authors = ["Michael Koziarski"]
file_list = FileList.new("[A-Z]*.*", "{bin,generators,lib,test,spec,rails,vendor}/**/*") do |f|
end
s.files = file_list
s.add_dependency('activesupport', '>= 3.0.pre')
s.add_dependency('activemodel', '>= 3.0.pre')

end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.0
0.4.0

0 comments on commit 35df082

Please sign in to comment.