yaji 0.3.2-x86-mingw32 → 0.3.3-x86-mingw32

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.
data/HISTORY.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.3.3 / 2012-06-05
2
+
3
+ * Fix load path for windows gem
4
+
1
5
  === 0.3.2 / 2012-05-25
2
6
 
3
7
  * Don't pass stack variables to enumerator (fixes segfaults)
data/lib/yaji/version.rb CHANGED
@@ -18,5 +18,5 @@
18
18
  #
19
19
 
20
20
  module YAJI
21
- VERSION = "0.3.2"
21
+ VERSION = "0.3.3"
22
22
  end
data/tasks/compile.rake CHANGED
@@ -11,7 +11,7 @@ Rake::ExtensionTask.new("parser_ext", gemspec) do |ext|
11
11
  ext.cross_compile = true
12
12
  ext.cross_platform = [ENV['HOST'] || "i386-mingw32"]
13
13
  if ENV['RUBY_CC_VERSION']
14
- ext.lib_dir = "lib/couchbase"
14
+ ext.lib_dir = "lib/yaji"
15
15
  end
16
16
  ext.cross_compiling do |spec|
17
17
  spec.files.delete("lib/yaji/parser_ext.so")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yaji
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: x86-mingw32
7
7
  authors:
@@ -134,8 +134,8 @@ files:
134
134
  - test/fixture.json
135
135
  - test/test_parser.rb
136
136
  - yaji.gemspec
137
- - lib/couchbase/1.8/parser_ext.so
138
- - lib/couchbase/1.9/parser_ext.so
137
+ - lib/yaji/1.8/parser_ext.so
138
+ - lib/yaji/1.9/parser_ext.so
139
139
  - lib/parser_ext.rb
140
140
  homepage: https://github.com/avsej/yaji
141
141
  licenses:
@@ -152,7 +152,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
152
152
  version: '0'
153
153
  segments:
154
154
  - 0
155
- hash: 967307934979714977
155
+ hash: 1471412921083308582
156
156
  required_rubygems_version: !ruby/object:Gem::Requirement
157
157
  none: false
158
158
  requirements:
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  segments:
163
163
  - 0
164
- hash: 967307934979714977
164
+ hash: 1471412921083308582
165
165
  requirements: []
166
166
  rubyforge_project: yaji
167
167
  rubygems_version: 1.8.24