-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
23 lines (22 loc) · 738 Bytes
/
Gemfile
File metadata and controls
23 lines (22 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
source 'https://rubygems.org'
gem 'celluloid', :path => '~/Documents/FOSS/celluloid'
# gem 'celluloid', "0.17.4"
# gem 'celluloid', :path => '~/Documents/FOSS/celluloidtest/celluloid'
# gem 'celluloid', :git => 'https://github.com/dilumnavanjana/celluloid.git'
# gem 'celluloid-io', :path => '~/Documents/FOSS/celluloid-io'
# gem 'asynctimer' , :path => '~/Documents/FOSS/asynctimer'
gem 'pry'
# gem 'rspec-logsplit'
# gem 'http'
gem 'reel', :path => '~/Documents/FOSS/reel'
gem 'twitter' , :path => '~/Documents/FOSS/twitter'
gem "http"
gem 'json'
# gem 'bloggerapi', :path => '~/Documents/FOSS/blogger'
gem 'bloggerapi', "0.0.3"
# gem 'json'
# gem 'timers'
gem 'google-api-client', '~> 0.9'
gem 'signet'
gem 'nokogiri'
gem 'xml-simple'