kronk 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.rdoc +7 -1
  2. data/lib/kronk.rb +2 -2
  3. metadata +3 -3
@@ -1,4 +1,10 @@
1
- === 1.3.0 / 2011-06
1
+ === 1.3.1 / 2011-06-01
2
+
3
+ * Bugfixes:
4
+
5
+ * Moved annoying missing parser warning back to verbose mode.
6
+
7
+ === 1.3.0 / 2011-06-01
2
8
 
3
9
  * Major Enhancements:
4
10
 
@@ -11,7 +11,7 @@ require 'yaml'
11
11
  class Kronk
12
12
 
13
13
  # This gem's version.
14
- VERSION = '1.3.0'
14
+ VERSION = '1.3.1'
15
15
 
16
16
 
17
17
  require 'kronk/cmd'
@@ -357,7 +357,7 @@ class Kronk
357
357
  Diff.ordered_data_string data, options[:struct]
358
358
 
359
359
  rescue Response::MissingParser
360
- Cmd.warn "No parser for #{resp['Content-Type']} [#{uri}]"
360
+ Cmd.verbose "Warning: No parser for #{resp['Content-Type']} [#{uri}]"
361
361
  resp.selective_string options
362
362
  end
363
363
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kronk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 0
10
- version: 1.3.0
9
+ - 1
10
+ version: 1.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeremie Castagna