Skip to content

Commit

Permalink
Added tests direcotry for test_files
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 17, 2020
1 parent e4e8e0f commit 67827a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Gem::Specification.new do |s|
"lib/json/pure/generator.rb",
"lib/json/pure/parser.rb",
"lib/json/version.rb",
]
] + Dir["tests/**/*"]
s.homepage = "http://flori.github.com/json"
s.metadata = {
'bug_tracker_uri' => 'https://github.com/flori/json/issues',
Expand Down
2 changes: 1 addition & 1 deletion json_pure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|
"lib/json/pure/generator.rb".freeze,
"lib/json/pure/parser.rb".freeze,
"lib/json/version.rb".freeze,
]
] + Dir["tests/**/*"]
s.homepage = "http://flori.github.com/json".freeze
s.metadata = {
'bug_tracker_uri' => 'https://github.com/flori/json/issues',
Expand Down

0 comments on commit 67827a2

Please sign in to comment.