Skip to content

Commit

Permalink
Add Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwellman committed Jun 21, 2014
1 parent a4519a8 commit 7b4bd69
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ pkg
.idea/.rakeTasks
.idea/projectCodeStyle.xml
.DS_Store
Gemfile.lock
.bundle
67 changes: 67 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
builder (3.2.2)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
git (1.2.7)
github_api (0.11.3)
addressable (~> 2.3)
descendants_tracker (~> 0.0.1)
faraday (~> 0.8, < 0.10)
hashie (>= 1.2)
multi_json (>= 1.7.5, < 2.0)
nokogiri (~> 1.6.0)
oauth2
hashie (3.0.0)
highline (1.6.21)
hoe (3.7.1)
rake (>= 0.8, < 11.0)
jeweler (2.0.1)
builder
bundler (>= 1.0)
git (>= 1.2.5)
github_api
highline (>= 1.6.15)
nokogiri (>= 1.5.10)
rake
rdoc
json (1.8.1)
jwt (1.0.0)
metaclass (0.0.1)
mini_portile (0.6.0)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
oauth2 (0.9.4)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
rack (1.5.2)
rake (10.1.0)
rdoc (3.12.2)
json (~> 1.4)
test-unit (1.2.3)
hoe (>= 1.5.1)
thread_safe (0.3.4)
wwtd (0.4.4)

PLATFORMS
ruby

DEPENDENCIES
bundler (>= 1.1.5)
jeweler (= 2.0.1)
mocha (>= 0.14.0)
rdoc (~> 3.12)
test-unit (= 1.2.3)
wwtd

0 comments on commit 7b4bd69

Please sign in to comment.