diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..65e65dd --- /dev/null +++ b/Gemfile @@ -0,0 +1,8 @@ +source "https://rubygems.org" + +gemspec + +gem "curb", "0.6.7" +gem "rspec-rails", "1.3.2" +gem "rspec", "1.3.0" + diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..9781031 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,27 @@ +PATH + remote: . + specs: + zendesk-api (0.3.3) + activesupport (>= 2.3) + crack (>= 0.1.8) + +GEM + remote: https://rubygems.org/ + specs: + activesupport (2.3.14) + crack (0.3.1) + curb (0.6.7) + rack (1.4.1) + rspec (1.3.0) + rspec-rails (1.3.2) + rack (>= 1.0.0) + rspec (>= 1.3.0) + +PLATFORMS + ruby + +DEPENDENCIES + curb (= 0.6.7) + rspec (= 1.3.0) + rspec-rails (= 1.3.2) + zendesk-api!