Skip to content

Commit

Permalink
modify metadata.rb
Browse files Browse the repository at this point in the history
* specify version
  • Loading branch information
yuki-takei committed Apr 22, 2014
1 parent c559ab4 commit 79e68e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.2.2'

depends 'sysctl'
depends 'iptables'
depends 'sysctl', '= 0.4.0'
depends 'iptables', '= 0.13.2'
depends 'cron', '= 1.3.6'
depends 'awscli'
depends 'cron'

depends 'databag-util'
depends 'ec2util'

0 comments on commit 79e68e5

Please sign in to comment.