hash_extend 1.0.0 → 1.0.1

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.
data/hash_extend.gemspec CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
8
8
  gem.version = HashExtend::VERSION
9
9
  gem.authors = ["Thomas Petrachi"]
10
10
  gem.email = ["thomas.petrachi@vodeclic.com"]
11
- gem.description = %q{in dev : extend hash methods}
12
- gem.summary = %q{in dev : add :delete_many}
13
- gem.homepage = ""
11
+ gem.description = %q{Extend ruby Hash. No override.}
12
+ gem.summary = %q{Adding methods %w{stealth_delete map_values map_keys delete_many insert compact select_by}}
13
+ gem.homepage = "https://github.com/petrachi/hash_extend"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module HashExtend
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash_extend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-09-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ! 'in dev : extend hash methods'
14
+ description: Extend ruby Hash. No override.
15
15
  email:
16
16
  - thomas.petrachi@vodeclic.com
17
17
  executables: []
@@ -26,7 +26,7 @@ files:
26
26
  - hash_extend.gemspec
27
27
  - lib/hash_extend.rb
28
28
  - lib/hash_extend/version.rb
29
- homepage: ''
29
+ homepage: https://github.com/petrachi/hash_extend
30
30
  licenses: []
31
31
  post_install_message:
32
32
  rdoc_options: []
@@ -49,5 +49,6 @@ rubyforge_project:
49
49
  rubygems_version: 1.8.24
50
50
  signing_key:
51
51
  specification_version: 3
52
- summary: ! 'in dev : add :delete_many'
52
+ summary: Adding methods %w{stealth_delete map_values map_keys delete_many insert compact
53
+ select_by}
53
54
  test_files: []