rufus-json 0.2.7 → 1.0.0

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/CHANGELOG.txt +6 -0
  2. data/lib/rufus/json.rb +1 -1
  3. metadata +5 -5
data/CHANGELOG.txt CHANGED
@@ -1,6 +1,12 @@
1
1
 
2
2
  = rufus-json CHANGELOG.txt
3
3
 
4
+
5
+ == rufus-json - 1.0.0 released 2011/05/25
6
+
7
+ - reaching 1.0.0 finally
8
+
9
+
4
10
  == rufus-json - 0.2.7 released 2011/05/20
5
11
  == rufus-json - 0.2.6 released 2011/05/20
6
12
 
data/lib/rufus/json.rb CHANGED
@@ -26,7 +26,7 @@
26
26
  module Rufus
27
27
  module Json
28
28
 
29
- VERSION = '0.2.7'
29
+ VERSION = '1.0.0'
30
30
 
31
31
  # The JSON / JSON pure decoder
32
32
  #
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rufus-json
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
+ - 1
7
8
  - 0
8
- - 2
9
- - 7
10
- version: 0.2.7
9
+ - 0
10
+ version: 1.0.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Mettraux
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-05-20 00:00:00 +09:00
19
+ date: 2011-05-25 00:00:00 +09:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency