Sha256: 726c7269e760b2ce76ce1af59ff773888a0e9ed3efc021b8487aac5aadb4e03d
Contents?: true
Size: 802 Bytes
Versions: 3
Compression:
Stored size: 802 Bytes
Contents
begin 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 & 3 rubygems
Version | Path |
---|---|
nullstyle-ruby-satisfaction-0.4.0 | Rakefile |
pius-ruby-satisfaction-0.4.0 | Rakefile |
ruby-satisfaction-0.4.0 | Rakefile |