Tamar 0.7.10 → 0.7.11
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/.rvmrc +1 -1
- data/HISTORY +28 -7
- data/README.rdoc +7 -1
- data/Tamar.gemspec +1 -1
- data/VERSION +1 -1
- metadata +2 -2
data/.rvmrc
CHANGED
data/HISTORY
CHANGED
|
@@ -137,6 +137,25 @@ Changes:
|
|
|
137
137
|
* Link to LuaDist sources for building Lua
|
|
138
138
|
|
|
139
139
|
|
|
140
|
+
v0.7.10 / 2011-05-23
|
|
141
|
+
|
|
142
|
+
Regenerate gemspec for version 0.7.10 (David Love david@homeunix.org.uk)
|
|
143
|
+
|
|
144
|
+
Changes:
|
|
145
|
+
|
|
146
|
+
* 4 General Enhancements
|
|
147
|
+
|
|
148
|
+
* Update HISTORY file
|
|
149
|
+
* Version bump to 0.7.9
|
|
150
|
+
* Regenerate gemspec for version 0.7.9
|
|
151
|
+
* Update HISTORY file
|
|
152
|
+
|
|
153
|
+
* 2 Patch Enhancements
|
|
154
|
+
|
|
155
|
+
* Make the external dependencies explicit in the Gem description
|
|
156
|
+
* Link to RubyLuaBridge build script
|
|
157
|
+
|
|
158
|
+
|
|
140
159
|
v0.7.1 / 2011-05-23
|
|
141
160
|
|
|
142
161
|
Regenerate gemspec for version 0.7.1 (David Love david@homeunix.org.uk)
|
|
@@ -179,14 +198,16 @@ Current Development (David Love)
|
|
|
179
198
|
|
|
180
199
|
Changes:
|
|
181
200
|
|
|
182
|
-
*
|
|
201
|
+
* 1 Bugfix Enhancements
|
|
183
202
|
|
|
184
|
-
*
|
|
185
|
-
* Link to RubyLuaBridge build script
|
|
203
|
+
* Build under Ruby 1.8, not 1.9 (the bindings do not work under 1.9)
|
|
186
204
|
|
|
187
|
-
*
|
|
205
|
+
* 1 Patch Enhancements
|
|
188
206
|
|
|
189
|
-
*
|
|
190
|
-
|
|
191
|
-
|
|
207
|
+
* Update the README to make it a bit more obvious what we are doing
|
|
208
|
+
|
|
209
|
+
* 2 General Enhancements
|
|
210
|
+
|
|
211
|
+
* Regenerate gemspec for version 0.7.10
|
|
212
|
+
* Version bump to 0.7.10
|
|
192
213
|
|
data/README.rdoc
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
= Tamar
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A package of the RubyLuaBridge library, which includes Lua and relevant
|
|
4
|
+
libraries. You will need a C++ compiler with the Boost library installed to
|
|
5
|
+
build RubyLuaBridge, and both CMake and Make to build Lua.
|
|
6
|
+
|
|
7
|
+
This gem is principally designed for using the various Ruby test frameworks:
|
|
8
|
+
hence the included Lua and LuaDist code. Using Tamar opens up the work done on
|
|
9
|
+
test harnesses in the Ruby community to those in the Lua community.
|
|
4
10
|
|
|
5
11
|
== Contributing to Tamar
|
|
6
12
|
|
data/Tamar.gemspec
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.11
|
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.11
|
|
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: -3741486765575616138
|
|
302
302
|
segments:
|
|
303
303
|
- 0
|
|
304
304
|
version: "0"
|