Sha256: 86183b3a89ad3e466116ff3c6dcca435fff267728a0487224c87a592bd8126cf
Contents?: true
Size: 984 Bytes
Versions: 3
Compression:
Stored size: 984 Bytes
Contents
begin require 'rake' require 'spec/rake/spectask' desc "Run all specs" Spec::Rake::SpecTask.new('examples') do |t| t.spec_files = FileList['spec/*.rb'] end require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "ruby-satisfaction" gemspec.summary = "Ruby interface to Get Satisfaction" gemspec.description = "Ruby interface to Get Satisfaction" gemspec.email = "scott@getsatisfaction.com" gemspec.homepage = "http://github.com/nullstyle/ruby-satisfaction" gemspec.authors = ["Scott Fleckenstein", "Josh Nichols", "Pius Uzamere"] gemspec.rubyforge_project = "satisfaction" gemspec.add_dependency('memcache-client', '>= 1.5.0') gemspec.add_dependency('oauth', '>= 0.3.5') gemspec.add_dependency('activesupport', '>= 2.3.2') end Jeweler::RubyforgeTasks.new rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pius-ruby-satisfaction-0.4.1 | Rakefile |
pius-ruby-satisfaction-0.4.2 | Rakefile |
pius-ruby-satisfaction-0.4.3 | Rakefile |