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.
Files changed (5) hide show
  1. data/HISTORY +20 -3
  2. data/Tamar.gemspec +1 -1
  3. data/VERSION +1 -1
  4. data/extconf.rb +1 -1
  5. 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
- * Bind extconf.rb to gem install script
167
+ * Use the correct incantation for the library bindings, and point to the just build libraries
153
168
 
154
- * 1 General Enhancements
169
+ * 3 General Enhancements
155
170
 
156
- * Regenerate gemspec for version 0.7.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
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{Tamar}
8
- s.version = "0.7.8"
8
+ s.version = "0.7.9"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Evan Wies, David Love"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.8
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=/usr/include/lua5.1 --with-lualib=lua5.1 $@`
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.8
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: 3713009219814055259
303
+ hash: -3224008991516131901
304
304
  segments:
305
305
  - 0
306
306
  version: "0"