Giter VIP home page Giter VIP logo

dropcaster's People

Contributors

dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar dkhgh avatar hammady avatar miknight avatar nerab avatar stephenwade avatar suhlig avatar terotil avatar vitorgalvao avatar x0nic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dropcaster's Issues

Failed to load dropcaster, cannot load octokit

I setup a simple Gemfile

source 'https://rubygems.org' do
  gem 'dropcaster'
end

And installed with Bundler

$ bundle install

But, I get a failed to load error when running dropcaster

$ bundle exec dropcaster
bundler: failed to load command: dropcaster (/usr/local/bundle/bin/dropcaster)
LoadError: cannot load such file -- octokit
  /usr/local/bundle/gems/dropcaster-0.0.7/lib/dropcaster/contributors.rb:1:in `require'
  /usr/local/bundle/gems/dropcaster-0.0.7/lib/dropcaster/contributors.rb:1:in `<top (required)>'
  /usr/local/bundle/gems/dropcaster-0.0.7/lib/dropcaster.rb:13:in `require'
  /usr/local/bundle/gems/dropcaster-0.0.7/lib/dropcaster.rb:13:in `<top (required)>'
  /usr/local/bundle/gems/dropcaster-0.0.7/bin/dropcaster:27:in `require'
  /usr/local/bundle/gems/dropcaster-0.0.7/bin/dropcaster:27:in `<top (required)>'
  /usr/local/bundle/bin/dropcaster:17:in `load'
  /usr/local/bundle/bin/dropcaster:17:in `<top (required)>'

The contributors file in the command source requires a dependency that you currently have marked as a development dependency.

I think it just needs to be moved to the regular dependency set. If I add that specific gem to my Gemfile and reinstall and execute, it works fine.

Cannot require active_support/core_ext/logger

I'm using Ruby 2.2 and the dropcaster CLI command just doesn't seem to work.

$ dropcaster

/usr/local/var/rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:128:in require': cannot load such file -- active_support/core_ext/logger (LoadError) from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:128:inrescue in require'
from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:39:in require' from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/dropcaster-0.0.4/lib/dropcaster.rb:10:in<top (required)>'
from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:69:in require' from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:69:inrequire'
from /usr/local/var/rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/dropcaster-0.0.4/bin/dropcaster:28:in <top (required)>' from /usr/local/var/rbenv/versions/2.2.0/bin/dropcaster:23:inload'
from /usr/local/var/rbenv/versions/2.2.0/bin/dropcaster:23:in `

'

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'dropcaster', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Explain in ReadMe which ID3 tags to use

I'd like to be able to find in the Readme of this repo which ID3 tags dropcaster uses to generate XML tags for the RSS file.

For example, for my podcast, I want to set these tags for each item but I don't know which ID3 tags to use:

<description></description>
<itunes:summary></itunes:summary>
<itunes:subtitle></itunes:subtitle>

Issue with new version of activesupport

After fresh install of dropcaster I get this error:

Traceback (most recent call last):
	13: from /usr/local/lib/ruby/gems/2.7.0/bin/dropcaster:23:in `<main>'
	12: from /usr/local/lib/ruby/gems/2.7.0/bin/dropcaster:23:in `load'
	11: from /usr/local/lib/ruby/gems/2.7.0/gems/dropcaster-1.1.0/bin/dropcaster:29:in `<top (required)>'
	10: from /usr/local/Cellar/[email protected]/2.7.2/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:72:in `require'
	 9: from /usr/local/Cellar/[email protected]/2.7.2/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:72:in `require'
	 8: from /usr/local/lib/ruby/gems/2.7.0/gems/dropcaster-1.1.0/lib/dropcaster.rb:6:in `<top (required)>'
	 7: from /usr/local/Cellar/[email protected]/2.7.2/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:72:in `require'
	 6: from /usr/local/Cellar/[email protected]/2.7.2/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:72:in `require'
	 5: from /usr/local/lib/ruby/gems/2.7.0/gems/activesupport-6.1.0/lib/active_support/core_ext/date_time/conversions.rb:5:in `<top (required)>'
	 4: from /usr/local/Cellar/[email protected]/2.7.2/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:72:in `require'
	 3: from /usr/local/Cellar/[email protected]/2.7.2/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:72:in `require'
	 2: from /usr/local/lib/ruby/gems/2.7.0/gems/activesupport-6.1.0/lib/active_support/core_ext/time/conversions.rb:6:in `<top (required)>'
	 1: from /usr/local/lib/ruby/gems/2.7.0/gems/activesupport-6.1.0/lib/active_support/core_ext/time/conversions.rb:72:in `<class:Time>'
/usr/local/lib/ruby/gems/2.7.0/gems/activesupport-6.1.0/lib/active_support/core_ext/time/conversions.rb:72:in `alias_method': undefined method `xmlschema' for class `Time' (NameError)

If I manually uninstall activesupport-6.1.0 and install activesupport-6.0.0 all works fine. This issue here seems to be related: rails/rails#40861

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    dropcaster was resolved to 1.0.0, which depends on
      activesupport (>= 4.2.10, <= 5.2.3)

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10)

Bundler could not find compatible versions for gem "rouge":
  In Gemfile:
    github-pages was resolved to 197, which depends on
      rouge (= 2.2.1)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        rouge (>= 1.7, < 4)

Bundler could not find compatible versions for gem "ruby":
  In Gemfile:
    ruby

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10) was resolved to 4.2.10, which depends on
        ruby (>= 1.9.3)

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (< 2.7.dev) x86-mingw32

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (>= 1.9)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        ruby (>= 2.1.0)

    github-pages was resolved to 197, which depends on
      listen (= 3.1.5) was resolved to 3.1.5, which depends on
        ruby (>= 2.2.3)

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3) x86-mingw32

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3.0)

    rubocop was resolved to 0.66.0, which depends on
      parser (>= 2.5, != 2.5.1.1) was resolved to 2.6.2.1, which depends on
        ruby (>= 2.0.0)

    rubocop was resolved to 0.66.0, which depends on
      psych (>= 3.1.0) was resolved to 3.1.0, which depends on
        ruby (< 2.6) x86-mingw32

    rubocop was resolved to 0.66.0, which depends on
      psych (>= 3.1.0) was resolved to 3.1.0, which depends on
        ruby (>= 2.2.2)

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Logger not working / improve error messages

Hello, I spent a lot of time today trying to track down the cause of an Mp3InfoEOFError. I figured this was due to a corrupted audio file, however I was working with a large number of files and needed to figure out which one was causing the error. Enabling --verbose and --trace didn't provide any useful diagnostics so I decided to try modifying the gem.

I see there is some sort of custom Logging class in use inside lib/dropcaster. However the only log messages I see actually getting logged are those coming from bin/dropcaster. All the other files containing logger.error etc. appear to just go into the void. I also tried adding print and puts inside these files and also did not see anything get logged to console.

I was evenutally able to track it down by adding a rescue block and raising a custom error like so (inside item.rb) which gets caught and logged by bin/dropcaster:

    def initialize(file_path, options=nil)
        logger.info("at file path " + file_path.to_s) # This doesn't work
        begin
              Mp3Info.open(file_path) { |mp3info|
                @file_path = Pathname.new(File.expand_path(file_path)).relative_path_from(Pathname.new(Dir.pwd)).cleanpath
                @tag = mp3info.tag
                @tag2 = mp3info.tag2
                @duration = mp3info.length
                if @tag2['ULT']
                  @lyrics = {}
                  @tag2['ULT'].split(/\x00/).drop(1).each_slice(2) { |k, v| @lyrics[k] = v }
                end
              }
        rescue Mp3InfoEOFError => error
            logger.error("Mp3InfoEOFError " + error.to_s) # This doesn't work
            raise "Mp3InfoEOFError at " + file_path.to_s
        end

This code was pretty rough so I didn't want to open a PR yet but I wanted to see why the logs might be getting swallowed first, as that seems like an easier solution to provide more useful diagnostics to the end user.

OS: macOS 10.13.6
Ruby Version: ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin17] (installed via rbenv)
dropcaster gem version: 1.0.0

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'dropcaster', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'guard-bundler', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Encoding issue

Hi there,

I am unable to process files with unicode names when running in command line mode:

This works dropcaster > index.rss

This does not dropcaster somefilewithunicode*.mp3 and returns
ERROR: Invalid argument @ rb_sysopen - somefilewithunicode1.mp4

Thanks,Jonathan
ruby 2.3.3p222 (2016-11-21 revision 56859) [x64-mingw32] - Win10

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'dropcaster', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'guard-bundler', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'guard-bundler', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Unexpected Keyword Syntax Error

I'm on Ubuntu 12. And I'm getting the following error in Dropcaster

$ dropcaster
/usr/local/bin/dropcaster:22:in `load': /var/lib/gems/2.3.0/gems/dropcaster-1.0.0/bin/dropcaster:56: syntax error, unexpected keyword_rescue, expecting keyword_end (SyntaxError)
  rescue StandardError
        ^
	from /usr/local/bin/dropcaster:22:in `<main>'
ygreif@ygreif-OptiPlex-3020:~/Dropbox/Public/hebrew$ dropcaster > index.rss
/usr/local/bin/dropcaster:22:in `load': /var/lib/gems/2.3.0/gems/dropcaster-1.0.0/bin/dropcaster:56: syntax error, unexpected keyword_rescue, expecting keyword_end (SyntaxError)
  rescue StandardError
        ^
	from /usr/local/bin/dropcaster:22:in `<main>'
ygreif@ygreif-OptiPlex-3020:~/Dropbox/Public/hebrew$ dropcaster > index.rss
/usr/local/bin/dropcaster:22:in `load': /var/lib/gems/2.3.0/gems/dropcaster-1.0.0/bin/dropcaster:56: syntax error, unexpected keyword_rescue, expecting keyword_end (SyntaxError)
  rescue StandardError
        ^
	from /usr/local/bin/dropcaster:22:in `<main>'

A warning and two syntax errors

pygmy โžœ ~ dropcaster
DEPRECATION WARNING: this file is deprecated and will be removed. (called from require at /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36)
/home/andrej/.rvm/gems/ruby-2.1.0/gems/dropcaster-0.0.4/lib/dropcaster/channel.rb:156: warning: else without rescue is useless
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require': /home/andrej/.rvm/gems/ruby-2.1.0/gems/dropcaster-0.0.4/lib/dropcaster/channel.rb:151: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n' (SyntaxError) when nil : nil ^ /home/andrej/.rvm/gems/ruby-2.1.0/gems/dropcaster-0.0.4/lib/dropcaster/channel.rb:153: syntax error, unexpected keyword_when, expecting keyword_end when false : 'No' ^ /home/andrej/.rvm/gems/ruby-2.1.0/gems/dropcaster-0.0.4/lib/dropcaster/channel.rb:159: syntax error, unexpected keyword_end, expecting $end from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
from /home/andrej/.rvm/gems/ruby-2.1.0/gems/dropcaster-0.0.4/lib/dropcaster.rb:15:in <top (required)>' from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require' from /home/andrej/.rvm/gems/ruby-2.1.0/gems/dropcaster-0.0.4/bin/dropcaster:28:in<top (required)>'
from /home/andrej/.rvm/gems/ruby-2.1.0/bin/dropcaster:19:in load' from /home/andrej/.rvm/gems/ruby-2.1.0/bin/dropcaster:19:in

'
from /home/andrej/.rvm/gems/ruby-2.1.0/bin/ruby_executable_hooks1.9.1:15:in eval' from /home/andrej/.rvm/gems/ruby-2.1.0/bin/ruby_executable_hooks1.9.1:15:in'

pygmy โžœ ~ gem list

*** LOCAL GEMS ***

activesupport (4.0.2)
atomic (1.1.14)
bundler (1.5.2)
bundler-unload (1.0.2)
dropcaster (0.0.4)
executable-hooks (1.3.1)
gem-wrappers (1.2.4)
i18n (0.6.9)
minitest (4.7.5)
multi_json (1.8.4)
ruby-mp3info (0.8.3)
rubygems-bundler (1.4.2)
rvm (1.11.3.8)
thread_safe (0.1.3)
tzinfo (0.3.38)

Recording date typo

When pulling the recording date out of the ID3 tag, I believe thereโ€™s a typo here:

if tag2.TDR.blank?

TDR isnโ€™t a tag I can find mention of anywhere, though TRD is, when looking at the list from the dependent library here. Iโ€™ve tried setting any/all recording date fields, and pubDate always just ends up being today.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    dropcaster was resolved to 1.0.0, which depends on
      activesupport

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10)

Bundler could not find compatible versions for gem "rouge":
  In Gemfile:
    github-pages was resolved to 197, which depends on
      rouge (= 2.2.1)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        rouge (>= 1.7, < 4)

Bundler could not find compatible versions for gem "ruby":
  In Gemfile:
    ruby

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10) was resolved to 4.2.10, which depends on
        ruby (>= 1.9.3)

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (< 2.7.dev) x86-mingw32

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (>= 1.9)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        ruby (>= 2.1.0)

    github-pages was resolved to 197, which depends on
      listen (= 3.1.5) was resolved to 3.1.5, which depends on
        ruby (>= 2.2.3)

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3) x86-mingw32

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3.0)

    rubocop was resolved to 0.66.0, which depends on
      parser (>= 2.5, != 2.5.1.1) was resolved to 2.6.2.1, which depends on
        ruby (>= 2.0.0)

    rubocop was resolved to 0.66.0, which depends on
      psych (>= 3.1.0) was resolved to 3.1.0, which depends on
        ruby (< 2.6) x86-mingw32

    rubocop was resolved to 0.66.0, which depends on
      psych (>= 3.1.0) was resolved to 3.1.0, which depends on
        ruby (>= 2.2.2)

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

enclosure url results in "404 cannot find" when podcatcher tries to download mp3 file

Hi @nerab,

Great tool, just what I was looking for!

I've got one problem: When my podcatcher (BeyondPod) tries to download the mp3 files, it basically receives an html file saying "404 cannot find what you are looking for". When I replace the enclosure urls in index.rss with public links generated by Dropbox (like you do to share index.rss), it does work however.
Am I doing something wrong with Dropbox so that the dropcaster generated enclosure urls don't work? Or did Dropbox change something?

I've attached the html file (as txt), but I guess you get what I mean.
podcast123.mp3.html.txt

Thanks!
Bart

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'dropcaster', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Is there a way to support episode images for iTunes?

iTunes allows podcasts to have separate images per episode by setting the <itunes:image href=""/> tag within the episodes <item> tag.

Would be nice if Dropcaster would support something like this, for example by checking for image files with the same name as the episode mp3 file.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'guard-bundler', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'guard-bundler', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "jekyll-paginate":
  In Gemfile:
    github-pages was resolved to 193, which depends on
      jekyll-paginate (= 1.1.0)

Could not find gem 'jekyll-paginate (= 1.1.0)', which is required by gem 'github-pages', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'dropcaster', in any of the sources.

Bundler could not find compatible versions for gem "pry":
  In snapshot (Gemfile.lock):
    pry (= 0.12.2)

  In Gemfile:
    pry

    pry-byebug (>= 3.8.0, <= 3.9.0) was resolved to 3.9.0, which depends on
      pry (~> 0.13.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    dropcaster was resolved to 1.0.0, which depends on
      activesupport (>= 4.2.10, <= 5.2.3)

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10)

Bundler could not find compatible versions for gem "rouge":
  In Gemfile:
    github-pages was resolved to 197, which depends on
      rouge (= 2.2.1)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        rouge (>= 1.7, < 4)

Bundler could not find compatible versions for gem "ruby":
  In Gemfile:
    ruby

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10) was resolved to 4.2.10, which depends on
        ruby (>= 1.9.3)

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (< 2.7.dev) x86-mingw32

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (>= 1.9)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        ruby (>= 2.1.0)

    github-pages was resolved to 197, which depends on
      listen (= 3.1.5) was resolved to 3.1.5, which depends on
        ruby (>= 2.2.3)

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3) x86-mingw32

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3.0)

    rubocop was resolved to 0.66.0, which depends on
      parser (>= 2.5, != 2.5.1.1) was resolved to 2.6.2.1, which depends on
        ruby (>= 2.0.0)

    rubocop was resolved to 0.66.0, which depends on
      psych (>= 3.1.0) was resolved to 3.1.0, which depends on
        ruby (< 2.6) x86-mingw32

    rubocop was resolved to 0.66.0, which depends on
      psych (>= 3.1.0) was resolved to 3.1.0, which depends on
        ruby (>= 2.2.2)

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    dropcaster was resolved to 1.0.0, which depends on
      activesupport

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10)

Bundler could not find compatible versions for gem "rouge":
  In Gemfile:
    github-pages was resolved to 197, which depends on
      rouge (= 2.2.1)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        rouge (>= 1.7, < 4)

Bundler could not find compatible versions for gem "ruby":
  In Gemfile:
    ruby

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10) was resolved to 4.2.10, which depends on
        ruby (>= 1.9.3)

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (< 2.7.dev) x86-mingw32

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (>= 1.9)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        ruby (>= 2.1.0)

    github-pages was resolved to 197, which depends on
      listen (= 3.1.5) was resolved to 3.1.5, which depends on
        ruby (>= 2.2.3)

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3) x86-mingw32

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3.0)

    rubocop (>= 0.66.0, <= 0.67.2) was resolved to 0.67.2, which depends on
      parser (>= 2.5, != 2.5.1.1) was resolved to 2.6.2.1, which depends on
        ruby (>= 2.0.0)

    rubocop (>= 0.66.0, <= 0.67.2) was resolved to 0.67.2, which depends on
      psych (>= 3.1.0) was resolved to 3.1.0, which depends on
        ruby (< 2.6) x86-mingw32

    rubocop (>= 0.66.0, <= 0.67.2) was resolved to 0.67.2, which depends on
      ruby (>= 2.2.2)

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Sidecar files

You may override the meta data for any episode by providing a YAML file with the same name as the mp3 file, but with an extension of yml or yaml (ususally refered to as sidecar file). Any attributes specified in this file override the ID tags in the mp3 file.

Dropcaster will only write the sidecar file if the appropriate command line option was passed, and it will use the information in it only for generating new files like the index.rss. It will not write back to mp3 files.

Sidecar files are also useful for referencing a (remote) enclosure without re-hosting it (which, besides wasted bandwidth, could also create copyright issues). If a sidecar file is present and it points to a remote media URL, dropcaster will generate an item in the feed, even if the media is not available locally.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'dropcaster', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Using Dropcaster for Archive.org files?

Hi all,

Does anyone have any experience using Dropcaster for Archive.org files?

Does that work well to create a podcast that hosts its files on Archive.org?

Yours,

Robert

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    dropcaster was resolved to 1.0.0, which depends on
      activesupport

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10)

Bundler could not find compatible versions for gem "rouge":
  In Gemfile:
    github-pages was resolved to 197, which depends on
      rouge (= 2.2.1)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        rouge (>= 1.7, < 4)

Bundler could not find compatible versions for gem "ruby":
  In Gemfile:
    ruby

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10) was resolved to 4.2.10, which depends on
        ruby (>= 1.9.3)

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (< 2.7.dev) x86-mingw32

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (>= 1.9)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        ruby (>= 2.1.0)

    github-pages was resolved to 197, which depends on
      listen (= 3.1.5) was resolved to 3.1.5, which depends on
        ruby (>= 2.2.3)

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3) x86-mingw32

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3.0)

    rubocop (>= 0.66.0, <= 0.67.2) was resolved to 0.67.2, which depends on
      parser (>= 2.5, != 2.5.1.1) was resolved to 2.6.2.1, which depends on
        ruby (>= 2.0.0)

    rubocop (>= 0.66.0, <= 0.67.2) was resolved to 0.67.2, which depends on
      psych (>= 3.1.0) was resolved to 3.1.0, which depends on
        ruby (< 2.6) x86-mingw32

    rubocop (>= 0.66.0, <= 0.67.2) was resolved to 0.67.2, which depends on
      ruby (>= 2.2.2)

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    dropcaster was resolved to 1.0.0, which depends on
      activesupport

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10)

Bundler could not find compatible versions for gem "rouge":
  In Gemfile:
    github-pages was resolved to 197, which depends on
      rouge (= 2.2.1)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        rouge (>= 1.7, < 4)

Bundler could not find compatible versions for gem "ruby":
  In Gemfile:
    ruby

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10) was resolved to 4.2.10, which depends on
        ruby (>= 1.9.3)

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (< 2.7.dev) x86-mingw32

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (>= 1.9)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        ruby (>= 2.1.0)

    github-pages was resolved to 197, which depends on
      listen (= 3.1.5) was resolved to 3.1.5, which depends on
        ruby (>= 2.2.3)

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3) x86-mingw32

    github-pages was resolved to 197, which depends on
      nokogiri (>= 1.8.5, < 2.0) was resolved to 1.10.2, which depends on
        ruby (>= 2.3.0)

    rubocop (>= 0.66.0, <= 0.67.2) was resolved to 0.67.2, which depends on
      parser (>= 2.5, != 2.5.1.1) was resolved to 2.6.2.1, which depends on
        ruby (>= 2.0.0)

    rubocop (>= 0.66.0, <= 0.67.2) was resolved to 0.67.2, which depends on
      psych (>= 3.1.0) was resolved to 3.1.0, which depends on
        ruby (< 2.6) x86-mingw32

    rubocop (>= 0.66.0, <= 0.67.2) was resolved to 0.67.2, which depends on
      ruby (>= 2.2.2)

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    dropcaster was resolved to 1.0.0, which depends on
      activesupport

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10)

Bundler could not find compatible versions for gem "rouge":
  In Gemfile:
    github-pages was resolved to 197, which depends on
      rouge (= 2.2.1)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        rouge (>= 1.7, < 4)

Bundler could not find compatible versions for gem "ruby":
  In Gemfile:
    ruby

    github-pages was resolved to 197, which depends on
      activesupport (= 4.2.10) was resolved to 4.2.10, which depends on
        ruby (>= 1.9.3)

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (< 2.7.dev) x86-mingw32

    libnotify was resolved to 0.9.4, which depends on
      ffi (>= 1.0.11) was resolved to 1.10.0, which depends on
        ruby (>= 1.9)

    github-pages was resolved to 197, which depends on
      jekyll (= 3.7.4) was resolved to 3.7.4, which depends on
        ruby (>= 2.1.0)

    github-pages was resolved to 197, which depends on
      listen (= 3.1.5) was resolved to 3.1.5, which depends on
        ruby (>= 2.2.3)

    dropcaster was resolved to 1.0.0, which depends on
      nokogiri (>= 1.10.2, <= 1.10.3) was resolved to 1.10.3, which depends on
        ruby (>= 2.3) x86-mingw32

    dropcaster was resolved to 1.0.0, which depends on
      nokogiri (>= 1.10.2, <= 1.10.3) was resolved to 1.10.3, which depends on
        ruby (>= 2.3.0)

    rubocop was resolved to 0.66.0, which depends on
      parser (>= 2.5, != 2.5.1.1) was resolved to 2.6.2.1, which depends on
        ruby (>= 2.0.0)

    rubocop was resolved to 0.66.0, which depends on
      psych (>= 3.1.0) was resolved to 3.1.0, which depends on
        ruby (< 2.6) x86-mingw32

    rubocop was resolved to 0.66.0, which depends on
      psych (>= 3.1.0) was resolved to 3.1.0, which depends on
        ruby (>= 2.2.2)

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'dropcaster', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Dependabot can't resolve your Ruby dependency files

Dependabot can't resolve your Ruby dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    dropcaster was resolved to 1.1.0, which depends on
      bundler

    guard-bundler was resolved to 3.0.0, which depends on
      bundler (>= 2.1, < 3)

  Current Bundler version:
    bundler (1.17.3)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (>= 2.1, < 3)', which is required by gem 'guard-bundler', in any of the sources.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

links to mp3 files are relative to channel URL, not the dropbox links

Dropcaster sounds way cool - we were thinking it allowed us to host purely out of dropbox, but when we run it we get urls to the mp3s relative to channel URL, not the dropbox links that we were expecting. Are we doing something wrong?

:title: 'Agile Book Club Podcast'
:description: 'AgileVentures.org panelists discussion on selected books and topics relating to agile development, team collaboration, and software engineering.'
:url: 'https://www.agileventures.org'

example from index.rss:

   <item>
      <title>Ep. 5: Agile Book Club podcast - Fifty Quick Ideas to Improve your User Stories by Adzic/Evans</title>
      <itunes:author>AgileVentures.org</itunes:author>
    
      <itunes:subtitle>Episode 5: Sam and Michael discuss the following...</itunes:subtitle>
      <itunes:summary>Episode 5: Sam and Michael discuss the following sections of &quot;Fifty Quick Ideas to Improve your User Stories&quot; by Gojko Adzic and David Evans: 
 
-Put a best before date on stories 
-Set deadlines for addressing major risks</itunes:summary>
    
      <itunes:image href=""/>
      <enclosure url="https://www.agileventures.org/ep._5__agile_book_club_podcast_-_fifty_quick_ideas_to_improve_your_user_stories_by_adzic_evans.mp3" length="31059440" type="audio/mp3"/>
      <link>https://www.agileventures.org/ep._5__agile_book_club_podcast_-_fifty_quick_ideas_to_improve_your_user_stories_by_adzic_evans.mp3</link>
      <guid isPermaLink="false">1fcbf4022f1b93cef9750850b1c758ad54926b01</guid>
      <pubDate>Wed, 17 Jan 2018 13:08:47 +0000</pubDate>
      <itunes:duration>1756</itunes:duration>
    
    </item>

we thought that the link would be to the dropbox link to the mp3 https://www.dropbox.com/s/uc0bap0hjk070c7/ep._5__agile_book_club_podcast_-_fifty_quick_ideas_to_improve_your_user_stories_by_adzic_evans.mp3?dl=0 or is that not how the system works?

else without rescue is useless

computer:~ jdoe$ cd /tmp/files
computer:files jdoe$ ls
channel.yml hpr1143.mp3
computer:files jdoe$
computer:files jdoe$ cat channel.yml
:title: 'All About Everything'
:subtitle: 'A show about everything'
:url: 'http://www.example.com/podcasts/everything/index.html'
computer:files jdoe$
computer:files jdoe$ gem install dropcaster
Fetching: ruby-mp3info-0.8.gem (100%)
Fetching: i18n-0.6.1.gem (100%)
Fetching: multi_json-1.7.2.gem (100%)
Fetching: activesupport-3.2.13.gem (100%)
Fetching: dropcaster-0.0.4.gem (100%)
Successfully installed ruby-mp3info-0.8
Successfully installed i18n-0.6.1
Successfully installed multi_json-1.7.2
Successfully installed activesupport-3.2.13
Successfully installed dropcaster-0.0.4
5 gems installed
Installing ri documentation for ruby-mp3info-0.8...
Installing ri documentation for i18n-0.6.1...
Installing ri documentation for multi_json-1.7.2...
Installing ri documentation for activesupport-3.2.13...
Installing ri documentation for dropcaster-0.0.4...
Installing RDoc documentation for ruby-mp3info-0.8...
Installing RDoc documentation for i18n-0.6.1...
Installing RDoc documentation for multi_json-1.7.2...
Installing RDoc documentation for activesupport-3.2.13...
Installing RDoc documentation for dropcaster-0.0.4...
computer:files jdoe$
computer:files jdoe$ dropcaster
/Users/jdoe/.rvm/gems/ruby-1.9.3-p327/gems/dropcaster-0.0.4/lib/dropcaster/channel.rb:156:
warning: else without rescue is useless
/Users/jdoe/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in
require': /Users/jdoe/.rvm/gems/ruby-1.9.3-p327/gems/dropcaster-0.0.4/lib/dropcaster/channel.rb:151: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n' (SyntaxError) when nil : nil ^ /Users/jdoe/.rvm/gems/ruby-1.9.3-p327/gems/dropcaster-0.0.4/lib/dropcaster/channel.rb:153: syntax error, unexpected keyword_when, expecting keyword_end when false : 'No' ^ /Users/jdoe/.rvm/gems/ruby-1.9.3-p327/gems/dropcaster-0.0.4/lib/dropcaster/channel.rb:159: syntax error, unexpected keyword_end, expecting $end from /Users/jdoe/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
from /Users/jdoe/.rvm/gems/ruby-1.9.3-p327/gems/dropcaster-0.0.4/lib/dropcaster.rb:15:in <top (required)>' from /Users/jdoe/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/rubygems/custom_require.rb:36:inrequire'
from /Users/jdoe/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in require' from /Users/jdoe/.rvm/gems/ruby-1.9.3-p327/gems/dropcaster-0.0.4/bin/dropcaster:28:in<top (required)>'
from /Users/jdoe/.rvm/gems/ruby-1.9.3-p327/bin/dropcaster:19:in load' from /Users/jdoe/.rvm/gems/ruby-1.9.3-p327/bin/dropcaster:19:in

'
from /Users/jdoe/.rvm/gems/ruby-1.9.3-p327/bin/ruby_noexec_wrapper:14:in eval' from /Users/jdoe/.rvm/gems/ruby-1.9.3-p327/bin/ruby_noexec_wrapper:14:in'
computer:files jdoe$

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.