Skip to content

Commit

Permalink
adding changelog to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsu committed Mar 9, 2011
1 parent 6bc9410 commit 57356e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/gem/js2.gemspec
Expand Up @@ -3,7 +3,7 @@ spec = Gem::Specification.new do |s|
s.version = '0.3.3'
s.summary = "Javascript Syntactic Sugar"
s.description = %{A superset of the Javascript language to make development easier.}
s.files = Dir['bin/*'] + Dir['lib/**/*.rb'] + Dir['lib/**/*.js']
s.files = Dir['bin/*'] + Dir['lib/**/*.rb'] + Dir['lib/**/*.js'] + [ 'CHANGELOG' ]
s.bindir = 'bin'
s.executables = [ 'js2-ruby', 'js2' ]
#s.files = Dir['bin/*']
Expand Down

0 comments on commit 57356e1

Please sign in to comment.