Skip to content

Commit

Permalink
Merge pull request #41 from Tomohiro/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
tomohiro committed Jul 8, 2015
2 parents fa2bccb + cbdacb9 commit 9932182
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
60 changes: 31 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ GEM
celluloid (>= 0.15.0)
nio4r (>= 0.5.0)
coderay (1.1.0)
coveralls (0.8.0)
multi_json (~> 1.10)
coveralls (0.8.2)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.9.1)
simplecov (~> 0.10.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
cuba (3.1.1)
Expand All @@ -49,19 +49,19 @@ GEM
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
fakefs (0.6.7)
ffi (1.9.8)
ffi (1.9.10)
formatador (0.2.5)
guard (2.12.5)
guard (2.12.8)
formatador (>= 0.2.4)
listen (~> 2.7)
listen (>= 2.7, <= 4.0)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-rspec (4.5.0)
guard-rspec (4.6.0)
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
Expand All @@ -70,16 +70,15 @@ GEM
http-cookie (1.0.2)
domain_name (~> 0.5)
http_parser.rb (0.6.0)
listen (2.9.0)
celluloid (>= 0.15.2)
json (1.8.3)
listen (3.0.1)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
log4r (1.1.10)
lumberjack (1.0.9)
method_source (0.8.2)
micromachine (1.0.4)
mime-types (2.4.3)
multi_json (1.11.0)
nenv (0.2.0)
net-http-digest_auth (1.2.1)
net-ptth (0.0.17)
Expand All @@ -95,9 +94,9 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.5.2)
rack (1.5.5)
rake (10.4.2)
rb-fsevent (0.9.4)
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
reel (0.4.0)
Expand All @@ -113,32 +112,32 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.3)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.1)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
rspec-core (3.3.1)
rspec-support (~> 3.3.0)
rspec-expectations (3.3.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
rspec-support (~> 3.3.0)
rspec-mocks (3.3.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
ruby-progressbar (1.7.5)
shellany (0.0.1)
simplecov (0.9.2)
simplecov (0.10.0)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
term-ansicolor (1.3.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.1)
timers (1.1.0)
tins (1.3.5)
tins (1.5.4)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
Expand All @@ -156,3 +155,6 @@ DEPENDENCIES
pry
rake
rspec

BUNDLED WITH
1.10.5
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Requirements

- OS X, Ubuntu, Arch Linux ([nss-mdns](https://www.archlinux.org/packages/extra/x86_64/nss-mdns/) package is required)
- Ruby 1.9.3, 2.1, 2.2 or later
- Bundler 1.10.0 or later
- AppleTV 2G or later
- [youtube-dl](http://rg3.github.com/youtube-dl/) (If you want to watch YouTube)

Expand Down

0 comments on commit 9932182

Please sign in to comment.