Skip to content

Commit

Permalink
correct gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Apr 19, 2012
1 parent 2c9ad9d commit 9237f63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Gemfile
Manifest
Procfile
README.md
Rakefile
config.ru
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Echoe.new('instant', Instant::VERSION) do |p|
p.url = "http://github.com/siuying/instant"
p.author = "Francis Chong"
p.email = "francis@ignition.hk"
p.ignore_pattern = ["pkg/*", "spec/*", "views/*", "public/**/*", "lib/instant/sinatra/*"]
p.ignore_pattern = ["pkg/*", "spec/*", "views/*", "public/**/*", "lib/instant/sinatra/*", "Procfile"]
p.development_dependencies = ["rspec ~>2.9.0", "rake ~>1.1", "echoe", "autotest", "pry"]
p.runtime_dependencies = ['ruby2ruby ~>1.3.1', 'ruby_parser ~>2.3.1']
end
Expand Down

0 comments on commit 9237f63

Please sign in to comment.