Skip to content

Commit

Permalink
move infochimps-rack to goliath-chimp in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kornypoet committed Jan 15, 2014
1 parent bb8dec5 commit 64eb02f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions infochimps-rack.gemspec → goliath-chimp.gemspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'infochimps/rack/version'
require 'goliath/chimp/version'

Gem::Specification.new do |s|
s.name = 'infochimps-rack'
s.version = Infochimps::Rack::VERSION
s.name = 'goliath-chimp'
s.version = Goliath::Chimp::VERSION
s.authors = ['Travis Dempsey']
s.email = ['[email protected]']
s.homepage = 'https://github.com/infochimps-labs/infochimps-rack'
s.homepage = 'https://github.com/infochimps-labs/goliath-chimp'
s.licenses = ['Apache 2.0']
s.summary = 'Collection of Goliath/Rack utility classes'
s.description = <<-DESC.gsub(/^ {4}/, '').chomp
Infochimps' Rack
Goliath Chimp
A collection of reusable Rack classes for use in Goliath Apis
A collection of reusable Rack classes and other goodies
for use in Goliath APIs.
DESC

s.files = `git ls-files`.split($/)
Expand Down

0 comments on commit 64eb02f

Please sign in to comment.