hutch-xamplr 1.3.11 → 1.3.12

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -11,7 +11,7 @@ begin
11
11
  gem.authors = ["Bob Hutchison"]
12
12
  gem.rubyforge_project = 'xampl'
13
13
 
14
- gem.add_dependency('hutch-xamplr-pp', '>=1.1.0')
14
+ gem.add_dependency('hutch-xamplr-pp', '>=1.1.2')
15
15
  gem.add_dependency('libxml-ruby', '>=1.1.3')
16
16
 
17
17
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 3
4
- :patch: 11
4
+ :patch: 12
data/xamplr.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{xamplr}
5
- s.version = "1.3.11"
5
+ s.version = "1.3.12"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Bob Hutchison"]
9
- s.date = %q{2009-06-15}
9
+ s.date = %q{2009-06-18}
10
10
  s.email = %q{hutch@recursive.ca}
11
11
  s.extra_rdoc_files = [
12
12
  "LICENSE",
@@ -204,8 +204,6 @@ Gem::Specification.new do |s|
204
204
  "regression/tightly-nested-mutual-mentions/setup.rb",
205
205
  "regression/tightly-nested-mutual-mentions/xampl-gen.rb",
206
206
  "regression/tightly-nested-mutual-mentions/xml/stuff.xml",
207
- "test/test_helper.rb",
208
- "test/xamplr_test.rb",
209
207
  "xamplr.gemspec"
210
208
  ]
211
209
  s.homepage = %q{http://github.com/hutch/xamplr}
@@ -215,9 +213,7 @@ Gem::Specification.new do |s|
215
213
  s.rubygems_version = %q{1.3.4}
216
214
  s.summary = %q{xamplr is the ruby version of xampl}
217
215
  s.test_files = [
218
- "test/test_helper.rb",
219
- "test/xamplr_test.rb",
220
- "examples/employees/final/xampl-gen.rb",
216
+ "examples/employees/final/xampl-gen.rb",
221
217
  "examples/employees/final-xampl/xampl-gen.rb",
222
218
  "examples/employees/first/xampl-gen.rb",
223
219
  "examples/employees/twist/xampl-gen.rb",
@@ -262,14 +258,14 @@ Gem::Specification.new do |s|
262
258
  s.specification_version = 3
263
259
 
264
260
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
265
- s.add_runtime_dependency(%q<hutch-xamplr-pp>, [">= 1.1.0"])
261
+ s.add_runtime_dependency(%q<hutch-xamplr-pp>, [">= 1.1.2"])
266
262
  s.add_runtime_dependency(%q<libxml-ruby>, [">= 1.1.3"])
267
263
  else
268
- s.add_dependency(%q<hutch-xamplr-pp>, [">= 1.1.0"])
264
+ s.add_dependency(%q<hutch-xamplr-pp>, [">= 1.1.2"])
269
265
  s.add_dependency(%q<libxml-ruby>, [">= 1.1.3"])
270
266
  end
271
267
  else
272
- s.add_dependency(%q<hutch-xamplr-pp>, [">= 1.1.0"])
268
+ s.add_dependency(%q<hutch-xamplr-pp>, [">= 1.1.2"])
273
269
  s.add_dependency(%q<libxml-ruby>, [">= 1.1.3"])
274
270
  end
275
271
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hutch-xamplr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.11
4
+ version: 1.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Hutchison
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-15 00:00:00 -07:00
12
+ date: 2009-06-18 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 1.1.0
23
+ version: 1.1.2
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: libxml-ruby
@@ -233,8 +233,6 @@ files:
233
233
  - regression/tightly-nested-mutual-mentions/setup.rb
234
234
  - regression/tightly-nested-mutual-mentions/xampl-gen.rb
235
235
  - regression/tightly-nested-mutual-mentions/xml/stuff.xml
236
- - test/test_helper.rb
237
- - test/xamplr_test.rb
238
236
  - xamplr.gemspec
239
237
  has_rdoc: false
240
238
  homepage: http://github.com/hutch/xamplr
@@ -263,8 +261,6 @@ signing_key:
263
261
  specification_version: 3
264
262
  summary: xamplr is the ruby version of xampl
265
263
  test_files:
266
- - test/test_helper.rb
267
- - test/xamplr_test.rb
268
264
  - examples/employees/final/xampl-gen.rb
269
265
  - examples/employees/final-xampl/xampl-gen.rb
270
266
  - examples/employees/first/xampl-gen.rb
data/test/test_helper.rb DELETED
@@ -1,10 +0,0 @@
1
- require 'rubygems'
2
- require 'test/unit'
3
- require 'shoulda'
4
-
5
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6
- $LOAD_PATH.unshift(File.dirname(__FILE__))
7
- require 'xamplr'
8
-
9
- class Test::Unit::TestCase
10
- end
data/test/xamplr_test.rb DELETED
@@ -1,7 +0,0 @@
1
- require 'test_helper'
2
-
3
- class XamplrTest < Test::Unit::TestCase
4
- should "probably rename this file and start testing for real" do
5
- flunk "hey buddy, you should probably rename this file and start testing for real"
6
- end
7
- end