Skip to content

Commit

Permalink
- picky-client executable
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Dec 12, 2010
1 parent be1cb55 commit a6c405a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 198 deletions.
14 changes: 0 additions & 14 deletions client/bin/picky-client

This file was deleted.

180 changes: 0 additions & 180 deletions client/lib/picky-client/generator.rb

This file was deleted.

12 changes: 8 additions & 4 deletions client/picky-client.gemspec
@@ -1,20 +1,24 @@
require File.expand_path '../../version', __FILE__

Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'picky-client'
s.version = Picky::VERSION

s.author = 'Florian Hanke'
s.email = 'florian.hanke+picky-client@gmail.com'

s.homepage = 'http://floere.github.com/picky'
s.rubyforge_project = 'http://rubyforge.org/projects/picky'

s.description = 'Picky Client'
s.platform = Gem::Platform::RUBY
s.summary = 'picky Ruby Search Engine Client'
s.executables = ['picky-client']
s.default_executable = "picky-client"

s.has_rdoc = false

s.files = Dir["lib/**/*.rb", "sinatra_prototype/**/*"]

s.test_files = Dir["spec/**/*_spec.rb"]
s.has_rdoc = false
s.extra_rdoc_files = ['README.rdoc']

s.add_dependency('yajl-ruby', '>= 0.7.8')
Expand Down

0 comments on commit a6c405a

Please sign in to comment.