Tamar 0.7.8 → 0.7.9
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 +20 -3
- data/Tamar.gemspec +1 -1
- data/VERSION +1 -1
- data/extconf.rb +1 -1
- metadata +2 -2
data/HISTORY
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
RELEASE HISTORY
|
|
2
2
|
|
|
3
|
+
v0.7.8 / 2011-05-23
|
|
4
|
+
|
|
5
|
+
Regenerate gemspec for version 0.7.8 (David Love david@homeunix.org.uk)
|
|
6
|
+
|
|
7
|
+
Changes:
|
|
8
|
+
|
|
9
|
+
* 1 Bugfix Enhancements
|
|
10
|
+
|
|
11
|
+
* Bind extconf.rb to gem install script
|
|
12
|
+
|
|
13
|
+
* 1 General Enhancements
|
|
14
|
+
|
|
15
|
+
* Regenerate gemspec for version 0.7.7
|
|
16
|
+
|
|
17
|
+
|
|
3
18
|
v0.7.7 / 2011-05-23
|
|
4
19
|
|
|
5
20
|
Regenerate gemspec for version 0.7.7 (David Love david@homeunix.org.uk)
|
|
@@ -149,9 +164,11 @@ Changes:
|
|
|
149
164
|
|
|
150
165
|
* 1 Bugfix Enhancements
|
|
151
166
|
|
|
152
|
-
*
|
|
167
|
+
* Use the correct incantation for the library bindings, and point to the just build libraries
|
|
153
168
|
|
|
154
|
-
*
|
|
169
|
+
* 3 General Enhancements
|
|
155
170
|
|
|
156
|
-
* Regenerate gemspec for version 0.7.
|
|
171
|
+
* Regenerate gemspec for version 0.7.8
|
|
172
|
+
* Version bump to 0.7.8
|
|
173
|
+
* Update HISTORY file
|
|
157
174
|
|
data/Tamar.gemspec
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.9
|
data/extconf.rb
CHANGED
|
@@ -57,4 +57,4 @@ puts "Building Lua..."
|
|
|
57
57
|
FileUtils.cd(home_dir)
|
|
58
58
|
|
|
59
59
|
puts "Making Ruby->Lua bindings..."
|
|
60
|
-
`ruby src/build/bootstrap.rb --with-lua-include
|
|
60
|
+
`ruby src/build/bootstrap.rb --with-lua-include=#{home_dir}/include --with-lua-lib=#{home_dir}/lib/liblua51.dylib #{$@}`
|
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.9
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Evan Wies, David Love
|
|
@@ -300,7 +300,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
300
300
|
requirements:
|
|
301
301
|
- - ">="
|
|
302
302
|
- !ruby/object:Gem::Version
|
|
303
|
-
hash:
|
|
303
|
+
hash: -3224008991516131901
|
|
304
304
|
segments:
|
|
305
305
|
- 0
|
|
306
306
|
version: "0"
|