Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
3.5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Dec 17, 2018
1 parent 4ef0887 commit c29fc64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions ember-source.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/discourse/discourse-ember-source"
spec.license = "MIT"

# 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('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
end
spec.files = Dir['lib/ember/*.rb', 'dist/*.js']

spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion lib/ember/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ember
VERSION = "3.5.1.1"
VERSION = "3.5.1.2"
end

0 comments on commit c29fc64

Please sign in to comment.