Skip to content

Commit

Permalink
Merge branch 'shortdudey123-fix_foodcritic'
Browse files Browse the repository at this point in the history
  • Loading branch information
mthssdrbrg committed Aug 11, 2016
2 parents d2982d4 + b92d817 commit 492dff8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ GEM
fauxhai (~> 3.2)
rspec (~> 3.0)
coderay (1.1.1)
cucumber-core (1.5.0)
gherkin (~> 4.0)
dep-selector-libgecode (1.0.2)
dep_selector (1.0.3)
dep-selector-libgecode (~> 1.0)
Expand All @@ -82,16 +84,15 @@ GEM
ffi-yajl (1.4.0)
ffi (~> 1.5)
libyajl2 (~> 1.2)
foodcritic (4.0.0)
foodcritic (7.0.1)
cucumber-core (>= 1.3)
erubis
gherkin (~> 2.11)
nokogiri (~> 1.5)
nokogiri (>= 1.5, < 2.0)
rake
rufus-lru (~> 1.0)
treetop (~> 1.4)
yajl-ruby (~> 1.1)
gherkin (2.12.2)
multi_json (~> 1.3)
gherkin (4.0.0)
hashie (2.1.2)
highline (1.7.8)
hitimes (1.2.1)
Expand All @@ -105,7 +106,7 @@ GEM
logify (0.2.0)
method_source (0.8.2)
mime-types (1.25.1)
mini_portile (0.6.1)
mini_portile2 (2.1.0)
minitar (0.5.4)
mixlib-authentication (1.3.0)
mixlib-log
Expand All @@ -118,7 +119,6 @@ GEM
mixlib-log (1.6.0)
mixlib-shellout (1.6.1)
mixlib-versioning (1.1.0)
multi_json (1.10.1)
multipart-post (2.0.0)
net-http-persistent (2.9.4)
net-scp (1.2.1)
Expand All @@ -130,8 +130,9 @@ GEM
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
nio4r (1.1.1)
nokogiri (1.6.4.1)
mini_portile (~> 0.6.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
octokit (3.2.0)
sawyer (~> 0.5.3)
ohai (7.4.1)
Expand All @@ -145,6 +146,7 @@ GEM
mixlib-shellout (~> 1.2)
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
pkg-config (1.1.7)
plist (3.1.0)
polyglot (0.3.5)
pry (0.10.4)
Expand Down Expand Up @@ -186,7 +188,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rufus-lru (1.0.5)
rufus-lru (1.1.0)
safe_yaml (1.0.4)
sawyer (0.5.4)
addressable (~> 2.3.5)
Expand All @@ -210,7 +212,7 @@ GEM
thor (0.19.1)
timers (3.0.1)
hitimes
treetop (1.5.3)
treetop (1.6.8)
polyglot (~> 0.3)
varia_model (0.4.0)
buff-extensions (~> 1.0)
Expand Down
5 changes: 4 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@

recipe 'kafka::default', 'Downloads and installs Kafka from binary releases'

suggests 'java', '~> 1.22'
suggests 'java', '~> 1.22' # ~FC052

supports 'centos'
supports 'fedora'
supports 'amazon'
supports 'debian'
supports 'ubuntu'

source_url 'https://github.com/mthssdrbrg/kafka-cookbook' if respond_to?(:source_url)
issues_url 'https://github.com/mthssdrbrg/kafka-cookbook/issues' if respond_to?(:issues_url)

0 comments on commit 492dff8

Please sign in to comment.