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 +4 -0
- data/lib/yaji/version.rb +1 -1
- data/tasks/compile.rake +1 -1
- metadata +5 -5
data/HISTORY.markdown
CHANGED
data/lib/yaji/version.rb
CHANGED
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/
|
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.
|
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/
|
138
|
-
- lib/
|
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:
|
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:
|
164
|
+
hash: 1471412921083308582
|
165
165
|
requirements: []
|
166
166
|
rubyforge_project: yaji
|
167
167
|
rubygems_version: 1.8.24
|