Skip to content

Commit

Permalink
First release of sprockets_terser_with_source_maps with version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-menendez committed Sep 24, 2023
1 parent 471d065 commit cac0f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/sprockets_terser_with_source_maps/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SprocketsTerserWithSourceMaps
VERSION = '0.1.1'
VERSION = '1.0.0'
end
5 changes: 1 addition & 4 deletions sprockets_terser_with_source_maps.gemspec
Expand Up @@ -25,10 +25,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'terser', '~> 1.1.0'

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.files = Dir['README.md', 'lib/**/*.rb', 'LICENSE.txt']

spec.require_paths = ['lib']
end

0 comments on commit cac0f67

Please sign in to comment.