buildhawk 0.2 → 0.2.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 (3) hide show
  1. data/HISTORY +3 -0
  2. data/lib/buildhawk.rb +1 -1
  3. metadata +2 -1
data/HISTORY CHANGED
@@ -1,3 +1,6 @@
1
+ 0.2.1 - 19 November 2010
2
+ * Fix json_pure require. This is why tests would be really ace...
3
+
1
4
  0.2.0 - 19 November 2010
2
5
  * Depend on json_pure rather than json
3
6
  * Handle times longer than a minute correctly
@@ -1,6 +1,6 @@
1
1
  require 'optparse'
2
2
  require 'erubis'
3
- require 'json_pure'
3
+ require 'json'
4
4
 
5
5
  class Buildhawk
6
6
  def self.run
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- version: "0.2"
8
+ - 1
9
+ version: 0.2.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Xavier Shay