Tamar 0.7.11 → 0.7.12

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 +25 -8
  2. data/Tamar.gemspec +1 -1
  3. data/VERSION +1 -1
  4. data/extconf.rb +1 -1
  5. 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
- * Build under Ruby 1.8, not 1.9 (the bindings do not work under 1.9)
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
- * 2 General Enhancements
225
+ * 3 General Enhancements
210
226
 
211
- * Regenerate gemspec for version 0.7.10
212
- * Version bump to 0.7.10
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
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{Tamar}
8
- s.version = "0.7.11"
8
+ s.version = "0.7.12"
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.11
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/liblua51.dylib #{$@}`
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.11
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: -3741486765575616138
301
+ hash: 2308995439601079192
302
302
  segments:
303
303
  - 0
304
304
  version: "0"