hash_maps 0.0.1 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/hash_extensions.rb +1 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ Hoe.plugin :bundler
14
14
  # Hoe.plugin :rubyforge
15
15
 
16
16
  Hoe.spec 'hash_maps' do
17
- VERSION = '0.0.1'
17
+
18
18
  developer('Dominic Sisneros', 'dsisnero@gmail.com')
19
19
  # extra_deps << ['blah', '~> 1.0']
20
20
  # extra_dev_deps << ['blah', '~>1.0']
@@ -1,5 +1,5 @@
1
1
  module HashExtensions
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.4'
3
3
 
4
4
 
5
5
  def map_kv
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash_maps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: