Skip to content

Commit

Permalink
working w new file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
adelevie committed Feb 5, 2012
1 parent 74ba47a commit 4d3f2dc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -11,3 +11,6 @@ group :development do
gem "jeweler", "~> 1.6.4"
gem "rcov", ">= 0"
end

gem 'json'
gem 'patron'
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -6,6 +6,8 @@ GEM
bundler (~> 1.0)
git (>= 1.2.5)
rake
json (1.6.5)
patron (0.4.17)
rake (0.9.2.2)
rcov (0.9.11)
shoulda (2.11.3)
Expand All @@ -16,5 +18,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.0.0)
jeweler (~> 1.6.4)
json
patron
rcov
shoulda
2 changes: 2 additions & 0 deletions lib/parse.rb → lib/parse-ruby-client.rb
Expand Up @@ -5,6 +5,8 @@
## See https://parse.com/docs/rest for full documentation on the API.
##
## ----------------------------------------------------------------------
require "rubygems"
require "bundler/setup"

require 'json'
require 'patron'
Expand Down
1 change: 1 addition & 0 deletions lib/parse/client.rb
@@ -1,6 +1,7 @@
require 'parse/protocol'
require 'parse/error'
require 'parse/util'
require 'patron'

module Parse

Expand Down
Binary file modified pkg/parse-ruby-client-0.0.1.gem
Binary file not shown.

0 comments on commit 4d3f2dc

Please sign in to comment.