Skip to content

Instantly share code, notes, and snippets.

@ciaranarcher
Created July 31, 2012 12:52
Show Gist options
  • Save ciaranarcher/3216868 to your computer and use it in GitHub Desktop.
Save ciaranarcher/3216868 to your computer and use it in GitHub Desktop.
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "sia_squirrel/version"
Gem::Specification.new do |s|
s.name = "x"
s.version = X::VERSION
s.authors = ["Ciaran Archer"]
s.email = ["[email protected]"]
s.homepage = "http://x.x.com"
s.summary = %q{x}
s.description = %q{x}
s.files = Dir.glob("lib/**/*.rb")
s.test_files = Dir.glob("spec/**/*.rb")
s.require_paths = ["lib"]
s.add_development_dependency 'rspec'
s.add_development_dependency 'awesome_print'
s.add_runtime_dependency 'sequel'
s.add_runtime_dependency 'jdbc-jtds'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment