knife-hadoop 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- knife-hadoop (0.0.6)
4
+ knife-hadoop (0.0.7)
5
5
  chef
6
6
  debugger
7
+ pg
7
8
  rest-client
8
9
  sequel
9
10
  sqlite3
@@ -59,6 +60,7 @@ GEM
59
60
  mixlib-shellout
60
61
  systemu
61
62
  yajl-ruby
63
+ pg (0.14.1)
62
64
  rest-client (1.6.7)
63
65
  mime-types (>= 1.16)
64
66
  sequel (3.44.0)
data/README.md CHANGED
@@ -3,7 +3,7 @@ Knife Hadoop
3
3
 
4
4
  This is a Chef Knife plugin for Hadoop. This plugin gives knife the ability to provision, list, and manage Hadoop for Operators.
5
5
 
6
- Version 0.0.7
6
+ Version 0.0.8
7
7
 
8
8
  Bug Fixes.
9
9
 
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Hadoop
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-hadoop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: