Skip to content

Commit

Permalink
Use kafka-jars from github for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mthssdrbrg committed Dec 2, 2014
1 parent 90d68a6 commit f62faa4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source 'https://rubygems.org'

gemspec

gem 'kafka-jars', github: 'mthssdrbrg/kafka-jars', branch: '0.8.2-beta'

group :test do
gem 'rspec'
gem 'simplecov', require: false
Expand Down
20 changes: 13 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
GIT
remote: git://github.com/mthssdrbrg/kafka-jars.git
revision: 95360577fd703b8bbec830bf7b8e85e448e0d3e5
branch: 0.8.2-beta
specs:
kafka-jars (0.8.2.pre.beta-java)
metrics-core-jars (~> 2.1.2)
scala-library-jars (~> 2.9.2)
slf4j-jars (~> 1, >= 1.6.2)
snappy-jars (~> 1.1.0.1)
zookeeper-jars (~> 3.4.6)

PATH
remote: .
specs:
heller (0.1.0-java)
kafka-jars (= 0.8.1.1.pre1)

GEM
remote: https://rubygems.org/
Expand All @@ -15,12 +26,6 @@ GEM
thor
diff-lcs (1.2.5)
docile (1.1.3)
kafka-jars (0.8.1.1.pre1-java)
metrics-core-jars (~> 2.1.2)
scala-library-jars (~> 2.9.2)
slf4j-jars (~> 1, >= 1.6.2)
snappy-jars (~> 1.1.0.1)
zookeeper-jars (~> 3.4.6)
metrics-core-jars (2.1.2-java)
slf4j-jars (~> 1)
mime-types (2.3)
Expand Down Expand Up @@ -59,5 +64,6 @@ PLATFORMS
DEPENDENCIES
coveralls
heller!
kafka-jars!
rspec
simplecov
2 changes: 1 addition & 1 deletion heller.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |s|

s.platform = 'java'

s.add_runtime_dependency 'kafka-jars', '= 0.8.1.1.pre1'
s.add_runtime_dependency 'kafka-jars'
end

0 comments on commit f62faa4

Please sign in to comment.