Skip to content

Commit

Permalink
fixed gemspec includes
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed May 26, 2009
1 parent 30e6d64 commit 98f383f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion rakefile
Expand Up @@ -9,7 +9,6 @@ begin
s.homepage = "http://github.com/darwin/xrefresh-server"
s.description = "XRefresh is browser refresh automation for web developers"
s.authors = ["Antonin Hildebrand"]
s.files.include FileList['lib/xrefresh-server/*']
s.files.exclude '.gitignore'
s.files.exclude 'rakefile'
s.files.exclude 'xrefresh-server.gemspec'
Expand Down
5 changes: 1 addition & 4 deletions xrefresh-server.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{xrefresh-server}
s.version = "0.1.4"
s.version = "0.1.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Antonin Hildebrand"]
Expand All @@ -16,11 +16,8 @@ Gem::Specification.new do |s|
"bin/xrefresh-server",
"lib/xrefresh-server.rb",
"lib/xrefresh-server/client.rb",
"lib/xrefresh-server/client.rb",
"lib/xrefresh-server/monitor.rb",
"lib/xrefresh-server/monitor.rb",
"lib/xrefresh-server/server.rb",
"lib/xrefresh-server/server.rb",
"license.txt",
"readme.md"
]
Expand Down

0 comments on commit 98f383f

Please sign in to comment.