Skip to content

Commit

Permalink
Fix gemspec (#46)
Browse files Browse the repository at this point in the history
* fix gemspec

* move to version 6.0.2 and update Changelog
  • Loading branch information
nic-lan authored Mar 30, 2021
1 parent 7325cee commit 613fb4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 6.0.2
Fix broken gemspec

* 6.0.1
Add GH action to automate gem deploy to gh packages

Expand Down
2 changes: 1 addition & 1 deletion bing-ads-reporting.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
gem.summary = 'Allows easily pull reports from Bing Ads'
gem.homepage = 'https://github.com/forward3d/bing-ads-reporting'

gem.files = ['lib/bing-ads-reporting.rb',
gem.files = ['lib/bing_ads_reporting.rb',
'lib/bing-ads-reporting/version.rb']

gem.executables = [] # gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down
2 changes: 1 addition & 1 deletion lib/bing-ads-reporting/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BingAdsReporting
VERSION = '6.0.1'.freeze
VERSION = '6.0.2'.freeze
end

0 comments on commit 613fb4f

Please sign in to comment.