smacks-apricoteatsgorilla 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ # -*- coding: utf-8 -*-
2
+ require File.join(File.dirname(__FILE__), "hash_to_xml_test")
3
+ require File.join(File.dirname(__FILE__), "xml_to_hash_test")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smacks-apricoteatsgorilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Harrington
@@ -61,5 +61,6 @@ signing_key:
61
61
  specification_version: 2
62
62
  summary: Apricot eats Gorilla translates between XML documents and Ruby hashes.
63
63
  test_files:
64
+ - tests/apricot_eats_gorilla_testsuite.rb
64
65
  - tests/hash_to_xml_test.rb
65
66
  - tests/xml_to_hash_test.rb