Skip to content

Commit

Permalink
bundler cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed Dec 12, 2011
1 parent 95ffebc commit d9aaaf1
Show file tree
Hide file tree
Showing 24 changed files with 44 additions and 113 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -21,5 +21,4 @@ pkg
## PROJECT::SPECIFIC
nagiosharder*.gem
.bundle
Gemfile.lock
vendor/gems
44 changes: 44 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,44 @@
PATH
remote: .
specs:
nagiosharder (0.3.0)
activesupport
hashie (~> 1.0.0)
httparty (~> 0.6.1)
i18n
nokogiri
rest-client (~> 1.6.1)
terminal-table

GEM
remote: http://rubygems.org/
specs:
activesupport (3.1.3)
multi_json (~> 1.0)
crack (0.1.8)
diff-lcs (1.1.3)
hashie (1.0.0)
httparty (0.6.1)
crack (= 0.1.8)
i18n (0.6.0)
mime-types (1.17.2)
multi_json (1.0.4)
nokogiri (1.5.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)
terminal-table (1.4.4)

PLATFORMS
ruby

DEPENDENCIES
nagiosharder!
rspec (>= 1.2.9)
16 changes: 0 additions & 16 deletions bin/autospec

This file was deleted.

16 changes: 0 additions & 16 deletions bin/htmldiff

This file was deleted.

16 changes: 0 additions & 16 deletions bin/httparty

This file was deleted.

16 changes: 0 additions & 16 deletions bin/ldiff

This file was deleted.

16 changes: 0 additions & 16 deletions bin/nokogiri

This file was deleted.

16 changes: 0 additions & 16 deletions bin/restclient

This file was deleted.

16 changes: 0 additions & 16 deletions bin/rspec

This file was deleted.

Binary file removed vendor/cache/activesupport-3.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/crack-0.1.8.gem
Binary file not shown.
Binary file removed vendor/cache/diff-lcs-1.1.3.gem
Binary file not shown.
Binary file removed vendor/cache/hashie-1.0.0.gem
Binary file not shown.
Binary file removed vendor/cache/httparty-0.6.1.gem
Binary file not shown.
Binary file removed vendor/cache/i18n-0.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/mime-types-1.17.2.gem
Binary file not shown.
Binary file removed vendor/cache/multi_json-1.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/nokogiri-1.5.0.gem
Binary file not shown.
Binary file removed vendor/cache/rest-client-1.6.7.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-2.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-2.7.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-2.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-2.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/terminal-table-1.4.4.gem
Binary file not shown.

0 comments on commit d9aaaf1

Please sign in to comment.