fjson 0.0.6 → 0.0.7

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/CHANGES +3 -0
  2. data/Rakefile +1 -1
  3. metadata +1 -1
data/CHANGES CHANGED
@@ -1,3 +1,6 @@
1
+ 2006-11-03 (0.0.7)
2
+ * Fixed reference to mkmf.
3
+
1
4
  2006-11-02 (0.0.6)
2
5
  * Using mkmf because of issues with mkrf.
3
6
 
data/Rakefile CHANGED
@@ -95,7 +95,7 @@ if win32?
95
95
  end
96
96
 
97
97
  PKG_NAME = "fjson"
98
- PKG_VERSION = "0.0.6"
98
+ PKG_VERSION = "0.0.7"
99
99
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
100
100
  PKG_FILES = FileList[
101
101
  '[A-Z]*',
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: fjson
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.6
6
+ version: 0.0.7
7
7
  date: 2006-11-03 00:00:00 -08:00
8
8
  summary: This library is for parsing JSON strings and unparsing ruby data structures. This library is a fork of Florian Frank's JSON library with key parts implemented in C for performance improvements.
9
9
  require_paths: