Tamar 0.7.10 → 0.7.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/.rvmrc +1 -1
  2. data/HISTORY +28 -7
  3. data/README.rdoc +7 -1
  4. data/Tamar.gemspec +1 -1
  5. data/VERSION +1 -1
  6. metadata +2 -2
data/.rvmrc CHANGED
@@ -1,4 +1,4 @@
1
- ruby_string="ruby-1.9.2-p180"
1
+ ruby_string="ruby-1.8.7-p334"
2
2
  gemset_name="tamar"
3
3
 
4
4
  if rvm list strings | grep -q "${ruby_string}" ; then
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
- * 2 Patch Enhancements
201
+ * 1 Bugfix Enhancements
183
202
 
184
- * Make the external dependencies explicit in the Gem description
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
- * 3 General Enhancements
205
+ * 1 Patch Enhancements
188
206
 
189
- * Regenerate gemspec for version 0.7.9
190
- * Version bump to 0.7.9
191
- * Update HISTORY file
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
- Description goes here.
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
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{Tamar}
8
- s.version = "0.7.10"
8
+ s.version = "0.7.11"
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.10
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.10
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: -1855289094030086512
301
+ hash: -3741486765575616138
302
302
  segments:
303
303
  - 0
304
304
  version: "0"