mirror of
https://github.com/seejohnrun/haste-client.git
synced 2026-02-10 09:31:33 +00:00
Initial work
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
require 'rubygems'
|
||||
require File.dirname(__FILE__) + '/lib/haste/version'
|
||||
|
||||
spec = Gem::Specification.new do |s|
|
||||
s.name = 'haste'
|
||||
s.author = 'John Crepezzi'
|
||||
s.add_development_dependency('rspec')
|
||||
s.add_dependency('restclient')
|
||||
s.description = 'CLI Haste Client'
|
||||
s.email = 'john.crepezzi@gmail.com'
|
||||
s.executables = 'haste'
|
||||
s.files = Dir['lib/**/*.rb', 'haste']
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.require_paths = ['lib']
|
||||
s.summary = 'Haste Client'
|
||||
s.test_files = Dir.glob('spec/*.rb')
|
||||
s.version = Haste::VERSION
|
||||
end
|
||||
Reference in New Issue
Block a user