to_2d_hash 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/to_2d_hash.gemspec +2 -2
  2. metadata +2 -2
data/to_2d_hash.gemspec CHANGED
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "to_2d_hash"
3
- s.version = "0.0.1"
3
+ s.version = "0.0.2"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["Floris Huetink"]
6
6
  s.email = ["floris@avocado.nl"]
7
- s.homepage = "http://github.com/florish/gem_template"
7
+ s.homepage = "http://github.com/florish/to_2d_hash"
8
8
  s.summary = "Hash#to_2d_hash"
9
9
  s.description = "Converts a nested Hash to a two-dimensional Hash with concatenated keys"
10
10
  s.rubyforge_project = s.name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_2d_hash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -29,7 +29,7 @@ files:
29
29
  - test/test_helper.rb
30
30
  - test/to_2d_hash_test.rb
31
31
  - to_2d_hash.gemspec
32
- homepage: http://github.com/florish/gem_template
32
+ homepage: http://github.com/florish/to_2d_hash
33
33
  licenses: []
34
34
  post_install_message:
35
35
  rdoc_options: []