Obie Fernandez
2007-Jul-31 02:48 UTC
[rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?
I''m trolling for example RSpec code. Any pointers appreciated. Cheers, Obie
court3nay
2007-Jul-31 03:27 UTC
[rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?
Caboose Sample app ------- Courtenay On Jul 30, 2007, at 7:48 PM, "Obie Fernandez" <obiefernandez at gmail.com> wrote:> I''m trolling for example RSpec code. Any pointers appreciated. > > Cheers, > Obie > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
Scott Taylor
2007-Jul-31 20:05 UTC
[rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?
Rails or non-rails related? Scott On Jul 30, 2007, at 10:48 PM, Obie Fernandez wrote:> I''m trolling for example RSpec code. Any pointers appreciated. > > Cheers, > Obie > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
Scott Taylor
2007-Jul-31 20:40 UTC
[rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?
I''ve just started DatedBackup (an rsnapshot-like utility), which has about 500 LOC at the moment. It is licensed under the GPL, and has 190 example specs. If you are interested, download the trunk from Rubyforge: svn checkout svn://rubyforge.org/var/svn/datedbackup/trunk/ svn checkout http://datedbackup.rubyforge.org/svn/trunk/ It has a DSL baked in, which I know is up your alley. Of course, Rspec itself would probably be the model if you needed to look at specs. Best Regards, Scott On Jul 30, 2007, at 10:48 PM, Obie Fernandez wrote:> I''m trolling for example RSpec code. Any pointers appreciated. > > Cheers, > Obie > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
Obie Fernandez
2007-Aug-09 05:35 UTC
[rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?
Thanks, Scott. Checking it out now. On 7/31/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote:> > I''ve just started DatedBackup (an rsnapshot-like utility), which has > about 500 LOC at the moment. It is licensed under the GPL, and has > 190 example specs. If you are interested, download the trunk from > Rubyforge: > > svn checkout svn://rubyforge.org/var/svn/datedbackup/trunk/ > svn checkout http://datedbackup.rubyforge.org/svn/trunk/ > > It has a DSL baked in, which I know is up your alley. > > Of course, Rspec itself would probably be the model if you needed to > look at specs. > > Best Regards, > > > Scott > > On Jul 30, 2007, at 10:48 PM, Obie Fernandez wrote: > > > I''m trolling for example RSpec code. Any pointers appreciated. > > > > Cheers, > > Obie > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-- Obie Fernandez http://jroller.com/obie/ Pre-order my book The Rails Way today! http://www.amazon.com/dp/0321445619
Obie Fernandez
2007-Aug-09 05:39 UTC
[rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?
Any idea if it''s kosher to include snippets of GPL''d code in a commercial publication? MIT license is no problem, but the GPL makes me nervous about that. On 7/31/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote:> > I''ve just started DatedBackup (an rsnapshot-like utility), which has > about 500 LOC at the moment. It is licensed under the GPL, and has > 190 example specs. If you are interested, download the trunk from > Rubyforge: > > svn checkout svn://rubyforge.org/var/svn/datedbackup/trunk/ > svn checkout http://datedbackup.rubyforge.org/svn/trunk/ > > It has a DSL baked in, which I know is up your alley. > > Of course, Rspec itself would probably be the model if you needed to > look at specs. > > Best Regards, > > > Scott > > On Jul 30, 2007, at 10:48 PM, Obie Fernandez wrote: > > > I''m trolling for example RSpec code. Any pointers appreciated. > > > > Cheers, > > Obie > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-- Obie Fernandez http://jroller.com/obie/ Pre-order my book The Rails Way today! http://www.amazon.com/dp/0321445619
Daniel N
2007-Aug-09 05:39 UTC
[rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?
On 8/9/07, Obie Fernandez <obiefernandez at gmail.com> wrote:> > Thanks, Scott. Checking it out now. > > On 7/31/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote: > > > > I''ve just started DatedBackup (an rsnapshot-like utility), which has > > about 500 LOC at the moment. It is licensed under the GPL, and has > > 190 example specs. If you are interested, download the trunk from > > Rubyforge: > > > > svn checkout svn://rubyforge.org/var/svn/datedbackup/trunk/ > > svn checkout http://datedbackup.rubyforge.org/svn/trunk/ > > > > It has a DSL baked in, which I know is up your alley. > > > > Of course, Rspec itself would probably be the model if you needed to > > look at specs. > > > > Best Regards, > > > > > > Scott > > > > On Jul 30, 2007, at 10:48 PM, Obie Fernandez wrote: > > > > > I''m trolling for example RSpec code. Any pointers appreciated. > > > > > > Cheers, > > > Obie > > > _______________________________________________ > > > rspec-users mailing list > > > rspec-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > -- > Obie Fernandez > http://jroller.com/obie/Merb writes it''s spec in rspec. merb.devjavu.com I don''t know that they''re best practice but there are a few different styles amongst the specs HTH Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070809/2c4da0cd/attachment.html
aslak hellesoy
2007-Aug-09 09:33 UTC
[rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?
Hi Obie! Check out Rubinius and Gecode/R (and RSpec hehe) On 8/9/07, Obie Fernandez <obiefernandez at gmail.com> wrote:> Any idea if it''s kosher to include snippets of GPL''d code in a > commercial publication? MIT license is no problem, but the GPL makes > me nervous about that. >I, personally, wouldn''t want to put a virus in my book, but IANAL. Aslak> On 7/31/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote: > > > > I''ve just started DatedBackup (an rsnapshot-like utility), which has > > about 500 LOC at the moment. It is licensed under the GPL, and has > > 190 example specs. If you are interested, download the trunk from > > Rubyforge: > > > > svn checkout svn://rubyforge.org/var/svn/datedbackup/trunk/ > > svn checkout http://datedbackup.rubyforge.org/svn/trunk/ > > > > It has a DSL baked in, which I know is up your alley. > > > > Of course, Rspec itself would probably be the model if you needed to > > look at specs. > > > > Best Regards, > > > > > > Scott > > > > On Jul 30, 2007, at 10:48 PM, Obie Fernandez wrote: > > > > > I''m trolling for example RSpec code. Any pointers appreciated. > > > > > > Cheers, > > > Obie > > > _______________________________________________ > > > rspec-users mailing list > > > rspec-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > -- > Obie Fernandez > http://jroller.com/obie/ > > Pre-order my book The Rails Way today! > http://www.amazon.com/dp/0321445619 > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Scott Taylor
2007-Aug-09 10:36 UTC
[rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?
On Aug 9, 2007, at 5:33 AM, aslak hellesoy wrote:> Hi Obie! > > Check out Rubinius and Gecode/R (and RSpec hehe) >I would second Rubinius, because it would considerably lessen the learning curve for some one new to RSpec.> On 8/9/07, Obie Fernandez <obiefernandez at gmail.com> wrote: >> Any idea if it''s kosher to include snippets of GPL''d code in a >> commercial publication? MIT license is no problem, but the GPL makes >> me nervous about that. >> > > I, personally, wouldn''t want to put a virus in my book, but IANAL.A virus? Strong words, Aslak. On another note, this book aside: Why is *all* the Ruby code out there licensed under MIT, and not GPL''ed or dual licensed? Scott
Scott Taylor
2007-Aug-09 11:57 UTC
[rspec-users] Any liberally-licensed open source projects out there that make good use of RSpec?
On Aug 9, 2007, at 5:33 AM, aslak hellesoy wrote:> Hi Obie! > > Check out Rubinius and Gecode/R (and RSpec hehe) > > On 8/9/07, Obie Fernandez <obiefernandez at gmail.com> wrote: >> Any idea if it''s kosher to include snippets of GPL''d code in a >> commercial publication? MIT license is no problem, but the GPL makes >> me nervous about that. >> > > I, personally, wouldn''t want to put a virus in my book, but IANAL.This seems to cover it (at least in the US): http://www.gnu.org/licenses/gpl-faq.html#SourceCodeInDocumentation http://en.wikipedia.org/wiki/Fair_Use Scott