Sha256: e8766a130cdf59538710bd6c8b5d733b3af1a62583392f04e6e0cf43a676cccc
Contents?: true
Size: 562 Bytes
Versions: 8
Compression:
Stored size: 562 Bytes
Contents
require 'echoe' Echoe.new("fauna") do |p| p.author = "Fauna, Inc." p.project = "fauna" p.summary = "Official Ruby client for the Fauna API." p.retain_gemspec = true p.dependencies = ["activemodel", "activesupport", "rest-client", "json"] p.development_dependencies = ["mocha", "echoe", "minitest"] end task :beautify do require "ruby-beautify" Dir["**/*rb"].each do |filename| s = RBeautify.beautify_string(:ruby, File.read(filename)) File.write(filename, s) unless s.empty? end end task :prerelease => [:manifest, :test, :install]
Version data entries
8 entries across 8 versions & 1 rubygems
Version | Path |
---|---|
fauna-0.2.6 | Rakefile |
fauna-0.2.5 | Rakefile |
fauna-0.2.4 | Rakefile |
fauna-0.2.3 | Rakefile |
fauna-0.2.2 | Rakefile |
fauna-0.1.2 | Rakefile |
fauna-0.1.1 | Rakefile |
fauna-0.1 | Rakefile |