Tamar 0.7.11 → 0.7.12
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY +25 -8
- data/Tamar.gemspec +1 -1
- data/VERSION +1 -1
- data/extconf.rb +1 -1
- metadata +2 -2
data/HISTORY
CHANGED
@@ -137,6 +137,26 @@ Changes:
|
|
137
137
|
* Link to LuaDist sources for building Lua
|
138
138
|
|
139
139
|
|
140
|
+
v0.7.11 / 2011-05-23
|
141
|
+
|
142
|
+
Regenerate gemspec for version 0.7.11 (David Love david@homeunix.org.uk)
|
143
|
+
|
144
|
+
Changes:
|
145
|
+
|
146
|
+
* 1 Bugfix Enhancements
|
147
|
+
|
148
|
+
* Build under Ruby 1.8, not 1.9 (the bindings do not work under 1.9)
|
149
|
+
|
150
|
+
* 1 Patch Enhancements
|
151
|
+
|
152
|
+
* Update the README to make it a bit more obvious what we are doing
|
153
|
+
|
154
|
+
* 2 General Enhancements
|
155
|
+
|
156
|
+
* Regenerate gemspec for version 0.7.10
|
157
|
+
* Version bump to 0.7.10
|
158
|
+
|
159
|
+
|
140
160
|
v0.7.10 / 2011-05-23
|
141
161
|
|
142
162
|
Regenerate gemspec for version 0.7.10 (David Love david@homeunix.org.uk)
|
@@ -200,14 +220,11 @@ Changes:
|
|
200
220
|
|
201
221
|
* 1 Bugfix Enhancements
|
202
222
|
|
203
|
-
*
|
204
|
-
|
205
|
-
* 1 Patch Enhancements
|
206
|
-
|
207
|
-
* Update the README to make it a bit more obvious what we are doing
|
223
|
+
* Use the correct linker invocation
|
208
224
|
|
209
|
-
*
|
225
|
+
* 3 General Enhancements
|
210
226
|
|
211
|
-
* Regenerate gemspec for version 0.7.
|
212
|
-
* Version bump to 0.7.
|
227
|
+
* Regenerate gemspec for version 0.7.11
|
228
|
+
* Version bump to 0.7.11
|
229
|
+
* Update HISTORY file
|
213
230
|
|
data/Tamar.gemspec
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.7.
|
1
|
+
0.7.12
|
data/extconf.rb
CHANGED
@@ -57,6 +57,6 @@ puts "Building Lua..."
|
|
57
57
|
FileUtils.cd(home_dir + "/src/rubyluabridge")
|
58
58
|
|
59
59
|
puts "Making Ruby->Lua bindings..."
|
60
|
-
`ruby extconf.rb --with-lua-include=#{home_dir}/include --with-lua-lib=#{home_dir}/lib
|
60
|
+
`ruby extconf.rb --with-lua-include=#{home_dir}/include --with-lua-lib=#{home_dir}/lib #{$@}`
|
61
61
|
`make`
|
62
62
|
`make install`
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: Tamar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.7.
|
5
|
+
version: 0.7.12
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Evan Wies, David Love
|
@@ -298,7 +298,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
298
298
|
requirements:
|
299
299
|
- - ">="
|
300
300
|
- !ruby/object:Gem::Version
|
301
|
-
hash:
|
301
|
+
hash: 2308995439601079192
|
302
302
|
segments:
|
303
303
|
- 0
|
304
304
|
version: "0"
|