patant / fluent-plugin-loggly

Fluentd plugin for output to loggly
Apache License 2.0
13 stars 24 forks source link

Please adjust for ruby2.0 #3

Closed tetsuyam closed 10 years ago

tetsuyam commented 10 years ago

My platform is work with ruby2.0. I can not install fluent-plugin-loggly.

[root@watcher ruby-2.0.0-p353]# ruby -v
ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux]
[root@watcher ruby-2.0.0-p353]# gem install fluent-plugin-loggly
ERROR:  Error installing fluent-plugin-loggly:
    fluent-plugin-loggly requires Ruby version ~> 1.9.2.

I hope this plugin upgraded.

Thanks,

moritzheiber commented 10 years ago

Yeah, please update the gemspec to make it work with 2.x. It shouldn't be an issue.

dekked commented 10 years ago

Now it doesn't work with Ruby 1.9.3 :) can't it work on both?

ERROR:  Error installing fluent-plugin-loggly:
    fluent-plugin-loggly requires Ruby version ~> 2.0.0.
patant commented 10 years ago

Sorry, should be fixed now in version 0.0.4

tetsuyam commented 10 years ago

Thanks, patant!! I've succeeded.

[root@watcher ~]# gem install fluent-plugin-loggly
Fetching: fluent-plugin-loggly-0.0.4.gem (100%)
Successfully installed fluent-plugin-loggly-0.0.4
Parsing documentation for fluent-plugin-loggly-0.0.4
Installing ri documentation for fluent-plugin-loggly-0.0.4
1 gem installed