hashtoxml 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,9 +4,9 @@ README.txt
4
4
  Rakefile
5
5
  TODO.txt
6
6
  bin/hash_to_xml
7
- lib/hash_to_xml.rb
8
- lib/hash_to_xml/hash_to_xml.rb.rb
9
- lib/hash_to_xml/monkeys.rb
7
+ lib/hashtoxml.rb
8
+ lib/hashtoxml/hashtoxml.rb
9
+ lib/hashtoxml/monkeys.rb
10
10
  spec/hash_to_xml_spec.rb
11
11
  spec/spec_helper.rb
12
12
  tasks/ann.rake
data/Rakefile CHANGED
@@ -5,7 +5,7 @@
5
5
  load 'tasks/setup.rb'
6
6
 
7
7
  ensure_in_path 'lib'
8
- require 'hash_to_xml'
8
+ require 'hashtoxml'
9
9
 
10
10
  #depend_on 'rexml'
11
11
 
@@ -7,7 +7,7 @@ unless defined? HashToXml
7
7
  module HashToXml
8
8
 
9
9
  # :stopdoc:
10
- VERSION = '0.0.1'
10
+ VERSION = '0.0.2'
11
11
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
12
12
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
13
13
  # :startdoc:
@@ -1,7 +1,7 @@
1
1
  # $Id$
2
2
 
3
3
  require File.expand_path(
4
- File.join(File.dirname(__FILE__), %w[.. lib hash_to_xml]))
4
+ File.join(File.dirname(__FILE__), %w[.. lib hashtoxml]))
5
5
 
6
6
  Spec::Runner.configure do |config|
7
7
  # == Mock Framework
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hashtoxml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Bogaert
@@ -31,9 +31,9 @@ files:
31
31
  - Rakefile
32
32
  - TODO.txt
33
33
  - bin/hash_to_xml
34
- - lib/hash_to_xml.rb
35
- - lib/hash_to_xml/hash_to_xml.rb.rb
36
- - lib/hash_to_xml/monkeys.rb
34
+ - lib/hashtoxml.rb
35
+ - lib/hashtoxml/hashtoxml.rb
36
+ - lib/hashtoxml/monkeys.rb
37
37
  - spec/hash_to_xml_spec.rb
38
38
  - spec/spec_helper.rb
39
39
  - tasks/ann.rake