Skip to content

Commit

Permalink
gemspec fixed to include /lib/, fix for white_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Deininger committed Aug 9, 2011
1 parent bb44142 commit 8642669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion right_api_client.gemspec
Expand Up @@ -18,7 +18,7 @@ RightScale API HTTP client. Spiders the API to discover its resources on the fly
#s.files = `git ls-files`.split("\n")
s.files = Dir[
'Rakefile',
'lib/*.rb', 'spec/*.rb', '*.gemspec', '*.txt', '*.rdoc', '*.md'
'lib/**/*.rb', 'spec/*.rb', '*.gemspec', '*.txt', '*.rdoc', '*.md'
]

s.add_runtime_dependency 'json'
Expand Down
2 changes: 1 addition & 1 deletion spec/right_api_white_spec.rb
Expand Up @@ -139,6 +139,6 @@ def cleanup(client, volname)
end

it "should reset" do
cleanup(@client, @volume)
cleanup(@client, @volname)
end
end

0 comments on commit 8642669

Please sign in to comment.