Skip to content

Commit 8bc2fd3

Browse files
committed
nice_hash-1.17.3
1 parent 1d92f1d commit 8bc2fd3

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: ruby
22
rvm:
3-
- 2.4
4-
- 2.5
5-
- 2.6
3+
- 2.7
4+
- 3.0
65
- ruby-head
76
branches:
87
except:

nice_hash.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'nice_hash'
3-
s.version = '1.17.2'
3+
s.version = '1.17.3'
44
s.summary = "NiceHash creates hashes following certain patterns so your testing will be much easier. Parse and filter JSON. Perfect to be used in test data factories"
55
s.description = "NiceHash creates hashes following certain patterns so your testing will be much easier. Parse and filter JSON. You can easily generate all the hashes you want following the criteria you specify. Many other features coming to Hash class like the methods 'bury' or select_key, access the keys like methods: my_hash.my_key.other_key. You will be able to generate thousands of different hashes just declaring one and test easily APIs based on JSON for example. Perfect to be used in test data factories"
66
s.authors = ["Mario Ruiz"]
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.homepage = 'https://github.com/MarioRuiz/nice_hash'
1111
s.license = 'MIT'
1212
s.post_install_message = "Thanks for installing! Visit us on https://github.com/MarioRuiz/nice_hash"
13-
s.add_runtime_dependency 'string_pattern', '~> 2.2', '>= 2.2.2'
13+
s.add_runtime_dependency 'string_pattern', '~> 2.3', '>= 2.3.0'
1414
s.add_development_dependency 'rspec', '~> 3.9', '>= 3.9.0'
1515
s.test_files = s.files.grep(%r{^(test|spec|features)/})
1616
end

0 commit comments

Comments
 (0)