kronk 1.0.0 → 1.0.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.
Files changed (4) hide show
  1. data/History.txt +7 -1
  2. data/README.txt +5 -1
  3. data/lib/kronk.rb +2 -1
  4. metadata +3 -3
@@ -1,4 +1,10 @@
1
- === 1.0.0 / 2010-11-19
1
+ === 1.0.1 / 2010-12-06
2
+
3
+ * Bugfixes:
4
+
5
+ * YAML isn't auto-loaded in all versions of Ruby.
6
+
7
+ === 1.0.0 / 2010-12-06
2
8
 
3
9
  * 1 major enhancement
4
10
 
data/README.txt CHANGED
@@ -77,7 +77,11 @@ Run it to display raw data with headers:
77
77
 
78
78
  == REQUIREMENTS:
79
79
 
80
- * FIX (list of requirements)
80
+ * nokogiri gem
81
+
82
+ * plist gem
83
+
84
+ * json gem
81
85
 
82
86
  == INSTALL:
83
87
 
@@ -12,11 +12,12 @@ end
12
12
 
13
13
  require 'net/http'
14
14
  require 'optparse'
15
+ require 'yaml'
15
16
 
16
17
  class Kronk
17
18
 
18
19
  # This gem's version.
19
- VERSION = '1.0.0'
20
+ VERSION = '1.0.1'
20
21
 
21
22
 
22
23
  require 'kronk/data_set'
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeremie Castagna