Tamar 0.7.12 → 0.7.13

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 +21 -4
  2. data/Tamar.gemspec +1 -1
  3. data/VERSION +1 -1
  4. data/extconf.rb +3 -1
  5. metadata +2 -2
data/HISTORY CHANGED
@@ -137,6 +137,23 @@ Changes:
137
137
  * Link to LuaDist sources for building Lua
138
138
 
139
139
 
140
+ v0.7.12 / 2011-05-23
141
+
142
+ Regenerate gemspec for version 0.7.12 (David Love david@homeunix.org.uk)
143
+
144
+ Changes:
145
+
146
+ * 1 Bugfix Enhancements
147
+
148
+ * Use the correct linker invocation
149
+
150
+ * 3 General Enhancements
151
+
152
+ * Regenerate gemspec for version 0.7.11
153
+ * Version bump to 0.7.11
154
+ * Update HISTORY file
155
+
156
+
140
157
  v0.7.11 / 2011-05-23
141
158
 
142
159
  Regenerate gemspec for version 0.7.11 (David Love david@homeunix.org.uk)
@@ -218,13 +235,13 @@ Current Development (David Love)
218
235
 
219
236
  Changes:
220
237
 
221
- * 1 Bugfix Enhancements
238
+ * 1 Patch Enhancements
222
239
 
223
- * Use the correct linker invocation
240
+ * Set return code to 0 on exit
224
241
 
225
242
  * 3 General Enhancements
226
243
 
227
- * Regenerate gemspec for version 0.7.11
228
- * Version bump to 0.7.11
244
+ * Regenerate gemspec for version 0.7.12
245
+ * Version bump to 0.7.12
229
246
  * Update HISTORY file
230
247
 
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.12"
8
+ s.version = "0.7.13"
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.12
1
+ 0.7.13
data/extconf.rb CHANGED
@@ -59,4 +59,6 @@ FileUtils.cd(home_dir + "/src/rubyluabridge")
59
59
  puts "Making Ruby->Lua bindings..."
60
60
  `ruby extconf.rb --with-lua-include=#{home_dir}/include --with-lua-lib=#{home_dir}/lib #{$@}`
61
61
  `make`
62
- `make install`
62
+ `make install`
63
+
64
+ exit(0)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: Tamar
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.12
5
+ version: 0.7.13
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: 2308995439601079192
301
+ hash: 3340686624502831583
302
302
  segments:
303
303
  - 0
304
304
  version: "0"