Skip to content

Commit

Permalink
Merge pull request #20 from xing/remove-json
Browse files Browse the repository at this point in the history
remove json dependency as it is covered by fpm
  • Loading branch information
JTabel authored Jan 4, 2021
2 parents 4ef2c40 + d6ba338 commit 3db176f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions fpm-fry.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = 'fpm-fry'
gem.version = '0.4.5'
gem.version = '0.4.6'
gem.date = Time.now.strftime("%Y-%m-%d")

gem.summary = "FPM Fry"
Expand All @@ -27,7 +27,6 @@ Gem::Specification.new do |gem|

gem.add_dependency 'excon', '~> 0.71.0'
gem.add_dependency 'fpm', '~> 1.0'
gem.add_dependency 'json', '>= 2.3.0'

gem.add_development_dependency 'rake', '~> 12.0'
gem.add_development_dependency 'rspec', '~> 3.0', '>= 3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion spec/plugin/script_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

context 'on debian' do
it 'renders an after_remove script' do
expect(package.scripts[:after_remove]).to match /remove[)]\s*do-foo/
expect(package.scripts[:after_remove]).to match /remove|purge[)]\s*do-foo/
end
end

Expand Down

0 comments on commit 3db176f

Please sign in to comment.