brianmario-yajl-ruby 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
data/yajl-ruby.gemspec CHANGED
@@ -2,111 +2,120 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{yajl-ruby}
5
- s.version = "0.4.3"
5
+ s.version = "0.4.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Brian Lopez"]
9
- s.date = %q{2009-05-02}
9
+ s.date = %q{2009-05-12}
10
10
  s.email = %q{seniorlopez@gmail.com}
11
11
  s.extensions = ["ext/extconf.rb"]
12
12
  s.extra_rdoc_files = [
13
13
  "CHANGELOG.rdoc",
14
- "README.rdoc"
14
+ "README.rdoc"
15
15
  ]
16
16
  s.files = [
17
17
  ".gitignore",
18
- "CHANGELOG.rdoc",
19
- "MIT-LICENSE",
20
- "README.rdoc",
21
- "Rakefile",
22
- "VERSION.yml",
23
- "benchmark/http.rb",
24
- "benchmark/stream.rb",
25
- "benchmark/subjects/contacts.json",
26
- "benchmark/subjects/item.json",
27
- "benchmark/subjects/ohai.json",
28
- "benchmark/subjects/twitter_search.json",
29
- "benchmark/subjects/unicode.json",
30
- "benchmark/subjects/yelp.json",
31
- "ext/extconf.rb",
32
- "ext/yajl.c",
33
- "ext/yajl.h",
34
- "lib/yajl.rb",
35
- "lib/yajl/http_stream.rb",
36
- "spec/active_support_spec.rb",
37
- "spec/fixtures/fail.15.json",
38
- "spec/fixtures/fail.16.json",
39
- "spec/fixtures/fail.17.json",
40
- "spec/fixtures/fail.26.json",
41
- "spec/fixtures/fail11.json",
42
- "spec/fixtures/fail12.json",
43
- "spec/fixtures/fail13.json",
44
- "spec/fixtures/fail14.json",
45
- "spec/fixtures/fail19.json",
46
- "spec/fixtures/fail20.json",
47
- "spec/fixtures/fail21.json",
48
- "spec/fixtures/fail22.json",
49
- "spec/fixtures/fail23.json",
50
- "spec/fixtures/fail24.json",
51
- "spec/fixtures/fail25.json",
52
- "spec/fixtures/fail27.json",
53
- "spec/fixtures/fail28.json",
54
- "spec/fixtures/fail3.json",
55
- "spec/fixtures/fail4.json",
56
- "spec/fixtures/fail5.json",
57
- "spec/fixtures/fail6.json",
58
- "spec/fixtures/fail9.json",
59
- "spec/fixtures/pass.array.json",
60
- "spec/fixtures/pass.codepoints_from_unicode_org.json",
61
- "spec/fixtures/pass.contacts.json",
62
- "spec/fixtures/pass.db100.xml.json",
63
- "spec/fixtures/pass.db1000.xml.json",
64
- "spec/fixtures/pass.dc_simple_with_comments.json",
65
- "spec/fixtures/pass.deep_arrays.json",
66
- "spec/fixtures/pass.difficult_json_c_test_case.json",
67
- "spec/fixtures/pass.difficult_json_c_test_case_with_comments.json",
68
- "spec/fixtures/pass.doubles.json",
69
- "spec/fixtures/pass.empty_array.json",
70
- "spec/fixtures/pass.empty_string.json",
71
- "spec/fixtures/pass.escaped_bulgarian.json",
72
- "spec/fixtures/pass.escaped_foobar.json",
73
- "spec/fixtures/pass.item.json",
74
- "spec/fixtures/pass.json-org-sample1.json",
75
- "spec/fixtures/pass.json-org-sample2.json",
76
- "spec/fixtures/pass.json-org-sample3.json",
77
- "spec/fixtures/pass.json-org-sample4-nows.json",
78
- "spec/fixtures/pass.json-org-sample4.json",
79
- "spec/fixtures/pass.json-org-sample5.json",
80
- "spec/fixtures/pass.map-spain.xml.json",
81
- "spec/fixtures/pass.ns-invoice100.xml.json",
82
- "spec/fixtures/pass.ns-soap.xml.json",
83
- "spec/fixtures/pass.numbers-fp-4k.json",
84
- "spec/fixtures/pass.numbers-fp-64k.json",
85
- "spec/fixtures/pass.numbers-int-4k.json",
86
- "spec/fixtures/pass.numbers-int-64k.json",
87
- "spec/fixtures/pass.twitter-search.json",
88
- "spec/fixtures/pass.twitter-search2.json",
89
- "spec/fixtures/pass.unicode.json",
90
- "spec/fixtures/pass.yelp.json",
91
- "spec/fixtures/pass1.json",
92
- "spec/fixtures/pass2.json",
93
- "spec/fixtures/pass3.json",
94
- "spec/fixtures_spec.rb",
95
- "spec/one_off_spec.rb",
96
- "spec/spec_helper.rb",
97
- "yajl-ruby.gemspec"
18
+ "CHANGELOG.rdoc",
19
+ "MIT-LICENSE",
20
+ "README.rdoc",
21
+ "Rakefile",
22
+ "VERSION.yml",
23
+ "benchmark/http.rb",
24
+ "benchmark/stream.rb",
25
+ "benchmark/subjects/contacts.json",
26
+ "benchmark/subjects/item.json",
27
+ "benchmark/subjects/ohai.json",
28
+ "benchmark/subjects/twitter_search.json",
29
+ "benchmark/subjects/unicode.json",
30
+ "benchmark/subjects/yelp.json",
31
+ "ext/extconf.rb",
32
+ "ext/yajl.c",
33
+ "ext/yajl.h",
34
+ "lib/yajl.rb",
35
+ "lib/yajl/bzip2.rb",
36
+ "lib/yajl/bzip2/stream_reader.rb",
37
+ "lib/yajl/deflate.rb",
38
+ "lib/yajl/deflate/stream_reader.rb",
39
+ "lib/yajl/gzip.rb",
40
+ "lib/yajl/gzip/stream_reader.rb",
41
+ "lib/yajl/http_stream.rb",
42
+ "spec/active_support_spec.rb",
43
+ "spec/fixtures/fail.15.json",
44
+ "spec/fixtures/fail.16.json",
45
+ "spec/fixtures/fail.17.json",
46
+ "spec/fixtures/fail.26.json",
47
+ "spec/fixtures/fail11.json",
48
+ "spec/fixtures/fail12.json",
49
+ "spec/fixtures/fail13.json",
50
+ "spec/fixtures/fail14.json",
51
+ "spec/fixtures/fail19.json",
52
+ "spec/fixtures/fail20.json",
53
+ "spec/fixtures/fail21.json",
54
+ "spec/fixtures/fail22.json",
55
+ "spec/fixtures/fail23.json",
56
+ "spec/fixtures/fail24.json",
57
+ "spec/fixtures/fail25.json",
58
+ "spec/fixtures/fail27.json",
59
+ "spec/fixtures/fail28.json",
60
+ "spec/fixtures/fail3.json",
61
+ "spec/fixtures/fail4.json",
62
+ "spec/fixtures/fail5.json",
63
+ "spec/fixtures/fail6.json",
64
+ "spec/fixtures/fail9.json",
65
+ "spec/fixtures/pass.array.json",
66
+ "spec/fixtures/pass.codepoints_from_unicode_org.json",
67
+ "spec/fixtures/pass.contacts.json",
68
+ "spec/fixtures/pass.db100.xml.json",
69
+ "spec/fixtures/pass.db1000.xml.json",
70
+ "spec/fixtures/pass.dc_simple_with_comments.json",
71
+ "spec/fixtures/pass.deep_arrays.json",
72
+ "spec/fixtures/pass.difficult_json_c_test_case.json",
73
+ "spec/fixtures/pass.difficult_json_c_test_case_with_comments.json",
74
+ "spec/fixtures/pass.doubles.json",
75
+ "spec/fixtures/pass.empty_array.json",
76
+ "spec/fixtures/pass.empty_string.json",
77
+ "spec/fixtures/pass.escaped_bulgarian.json",
78
+ "spec/fixtures/pass.escaped_foobar.json",
79
+ "spec/fixtures/pass.item.json",
80
+ "spec/fixtures/pass.json-org-sample1.json",
81
+ "spec/fixtures/pass.json-org-sample2.json",
82
+ "spec/fixtures/pass.json-org-sample3.json",
83
+ "spec/fixtures/pass.json-org-sample4-nows.json",
84
+ "spec/fixtures/pass.json-org-sample4.json",
85
+ "spec/fixtures/pass.json-org-sample5.json",
86
+ "spec/fixtures/pass.map-spain.xml.json",
87
+ "spec/fixtures/pass.ns-invoice100.xml.json",
88
+ "spec/fixtures/pass.ns-soap.xml.json",
89
+ "spec/fixtures/pass.numbers-fp-4k.json",
90
+ "spec/fixtures/pass.numbers-fp-64k.json",
91
+ "spec/fixtures/pass.numbers-int-4k.json",
92
+ "spec/fixtures/pass.numbers-int-64k.json",
93
+ "spec/fixtures/pass.twitter-search.json",
94
+ "spec/fixtures/pass.twitter-search2.json",
95
+ "spec/fixtures/pass.unicode.json",
96
+ "spec/fixtures/pass.yelp.json",
97
+ "spec/fixtures/pass1.json",
98
+ "spec/fixtures/pass2.json",
99
+ "spec/fixtures/pass3.json",
100
+ "spec/fixtures_spec.rb",
101
+ "spec/http/http.bzip2.dump",
102
+ "spec/http/http.deflate.dump",
103
+ "spec/http/http.gzip.dump",
104
+ "spec/http/http.raw.dump",
105
+ "spec/one_off_spec.rb",
106
+ "spec/spec_helper.rb",
107
+ "yajl-ruby.gemspec"
98
108
  ]
99
- s.has_rdoc = true
100
109
  s.homepage = %q{http://github.com/brianmario/yajl-ruby}
101
110
  s.rdoc_options = ["--charset=UTF-8"]
102
111
  s.require_paths = ["lib", "ext"]
103
- s.rubygems_version = %q{1.3.2}
112
+ s.rubygems_version = %q{1.3.3}
104
113
  s.summary = %q{Ruby C bindings to the excellent Yajl JSON stream-based parser library.}
105
114
  s.test_files = [
106
115
  "spec/active_support_spec.rb",
107
- "spec/fixtures_spec.rb",
108
- "spec/one_off_spec.rb",
109
- "spec/spec_helper.rb"
116
+ "spec/fixtures_spec.rb",
117
+ "spec/one_off_spec.rb",
118
+ "spec/spec_helper.rb"
110
119
  ]
111
120
 
112
121
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brianmario-yajl-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Lopez
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-02 00:00:00 -07:00
12
+ date: 2009-05-12 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -41,6 +41,12 @@ files:
41
41
  - ext/yajl.c
42
42
  - ext/yajl.h
43
43
  - lib/yajl.rb
44
+ - lib/yajl/bzip2.rb
45
+ - lib/yajl/bzip2/stream_reader.rb
46
+ - lib/yajl/deflate.rb
47
+ - lib/yajl/deflate/stream_reader.rb
48
+ - lib/yajl/gzip.rb
49
+ - lib/yajl/gzip/stream_reader.rb
44
50
  - lib/yajl/http_stream.rb
45
51
  - spec/active_support_spec.rb
46
52
  - spec/fixtures/fail.15.json
@@ -101,10 +107,14 @@ files:
101
107
  - spec/fixtures/pass2.json
102
108
  - spec/fixtures/pass3.json
103
109
  - spec/fixtures_spec.rb
110
+ - spec/http/http.bzip2.dump
111
+ - spec/http/http.deflate.dump
112
+ - spec/http/http.gzip.dump
113
+ - spec/http/http.raw.dump
104
114
  - spec/one_off_spec.rb
105
115
  - spec/spec_helper.rb
106
116
  - yajl-ruby.gemspec
107
- has_rdoc: true
117
+ has_rdoc: false
108
118
  homepage: http://github.com/brianmario/yajl-ruby
109
119
  post_install_message:
110
120
  rdoc_options: