Skip to content

Commit

Permalink
Initial top-level bundler Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Jan 2, 2012
1 parent 18f4bef commit ce8f1d1
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@
*/pkg
*~
*/lib/**/*.jar
.bundle
21 changes: 21 additions & 0 deletions Gemfile
@@ -0,0 +1,21 @@
# -*- ruby -*-

source :rubygems

gems = %w[ iudex-filter iudex-http iudex-http-test iudex-barc
iudex-core iudex-httpclient-3 iudex-jetty-httpclient
iudex-async-httpclient
iudex-char-detector
iudex-html iudex-simhash iudex-rome iudex-da
iudex-worker
iudex-brutefuzzy-protobuf iudex-brutefuzzy-service
iudex ]

bdir = File.dirname( __FILE__ )

gems.each do |gname|
if File.exist? File.join( bdir, gname, gname + ".gemspec" )
puts "FIXME: Found spec: #{gname}"
gemspec :path => gname, :name => gname
end
end
33 changes: 33 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,33 @@
PATH
remote: iudex-http
specs:
iudex-http (1.1.0-java)
gravitext-util (~> 1.5.1)
rjack-slf4j (~> 1.6.1)

GEM
remote: http://rubygems.org/
specs:
gravitext-util (1.5.1-java)
json (1.6.4-java)
minitest (2.10.0)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
rjack-logback (1.3.0-java)
rjack-slf4j (~> 1.6.0)
rjack-maven (3.0.3.1-java)
rjack-slf4j (1.6.4.0-java)
rjack-tarpit (2.0.a.0-java)
rake (~> 0.9.2)
rdoc (~> 3.6)
rjack-maven (~> 3.0)

PLATFORMS
java

DEPENDENCIES
iudex-http!
minitest (~> 2.3)
rjack-logback (~> 1.0)
rjack-tarpit (~> 2.0.a.0)

0 comments on commit ce8f1d1

Please sign in to comment.