chef_knives 0.7 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,8 @@
1
- === 0.7 / 2009-09-28
1
+ === 0.7.1 / 2009-10-08
2
+
3
+ * fixes in chef_node_revisions
4
+
5
+ === 0.7 / 2009-10-08
2
6
 
3
7
  * added chef_node_revisions script
4
8
 
@@ -65,7 +65,7 @@ def main
65
65
  if ri['status'] == 'available'
66
66
  print "#{ri['rev']}".ljust(20)
67
67
  node = parse_json "http://localhost:5984/chef/#{match['id']}?rev=#{ri['rev']}"
68
- puts " #{Time.at(node['attributes']['ohai_time']).strftime('%Y%M%D-%H:%M:%S')}"
68
+ puts " #{Time.at(node['attributes']['ohai_time']).strftime('%Y/%m/%d-%H:%M:%S')}"
69
69
  end
70
70
  end
71
71
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{chef_knives}
3
- s.version = "0.7"
3
+ s.version = "0.7.1"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Sergio Rubio"]
@@ -1,5 +1,5 @@
1
1
  module Chef
2
2
  module Knives
3
- VERSION = '0.7'
3
+ VERSION = '0.7.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef_knives
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.7"
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Rubio