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.
- data/HISTORY +21 -4
- data/Tamar.gemspec +1 -1
- data/VERSION +1 -1
- data/extconf.rb +3 -1
- 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
|
|
238
|
+
* 1 Patch Enhancements
|
|
222
239
|
|
|
223
|
-
*
|
|
240
|
+
* Set return code to 0 on exit
|
|
224
241
|
|
|
225
242
|
* 3 General Enhancements
|
|
226
243
|
|
|
227
|
-
* Regenerate gemspec for version 0.7.
|
|
228
|
-
* Version bump to 0.7.
|
|
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
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.13
|
data/extconf.rb
CHANGED
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.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:
|
|
301
|
+
hash: 3340686624502831583
|
|
302
302
|
segments:
|
|
303
303
|
- 0
|
|
304
304
|
version: "0"
|