Sha256: 9f03e1cf54b56f50fe3d4328c55ea07d237e6cb7a8f2a17f8088990a3cfbe84e

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

begin
    require 'jeweler'
    Jeweler::Tasks.new do |gemspec|
        gemspec.name = "chillfile"
        gemspec.summary = "Tiny tool to sync filesystem with couchdb"
        gemspec.description = "Let your files chill on the couch"
        gemspec.email = "whiterabbit.init@gmail.com"
        gemspec.homepage = "http://github.com/dpree/chillfile"
        gemspec.authors = ["dpree"]
        gemspec.add_dependency("thor", "~> 0.14.6")
        gemspec.add_dependency("couchrest", "~> 1.0.1")
        #gemspec.add_dependency("couchrest_model", "~> 1.0.0.beta8") # currently you have to clone, build and install it yourself from HEAD
        gemspec.add_dependency("treedisha", "~> 0.0.2")
        gemspec.add_development_dependency('rspec', '~> 2.0.0')
        gemspec.date = Time.now.strftime("%Y-%m-%d")
        gemspec.executables = ["chillfile"]
    end
    Jeweler::GemcutterTasks.new
rescue LoadError
    puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chillfile-0.0.2 Rakefile
chillfile-0.0.1 Rakefile