<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/method_source.git, branch circleci-project-setup</title>
<subtitle>github.com: banister/method_source
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/method_source.git/'/>
<entry>
<title>Add .circleci/config.yml</title>
<updated>2020-03-18T15:32:24+00:00</updated>
<author>
<name>John Mair</name>
<email>jrmair@gmail.com</email>
</author>
<published>2020-03-18T15:32:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/method_source.git/commit/?id=8574be375f2aeafdacb3f021181b00fba146ccb8'/>
<id>8574be375f2aeafdacb3f021181b00fba146ccb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #62 from banister/circleci</title>
<updated>2020-03-18T12:41:17+00:00</updated>
<author>
<name>Kyrylo Silin</name>
<email>silin@kyrylo.org</email>
</author>
<published>2020-03-18T12:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/method_source.git/commit/?id=c12064ef331d991ac6a87e4fa60ad585f6419689'/>
<id>c12064ef331d991ac6a87e4fa60ad585f6419689</id>
<content type='text'>
Test on CircleCI</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test on CircleCI</pre>
</div>
</content>
</entry>
<entry>
<title>Test on CircleCI</title>
<updated>2020-03-18T12:38:44+00:00</updated>
<author>
<name>Kyrylo Silin</name>
<email>silin@kyrylo.org</email>
</author>
<published>2020-03-18T12:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/method_source.git/commit/?id=f4081123f96f13a34efbc3ec5695c67b08303664'/>
<id>f4081123f96f13a34efbc3ec5695c67b08303664</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #61 from jasonkarns/patch-1</title>
<updated>2020-03-03T02:48:04+00:00</updated>
<author>
<name>Kyrylo Silin</name>
<email>silin@kyrylo.org</email>
</author>
<published>2020-03-03T02:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/method_source.git/commit/?id=4f770fe727f99054422e48677569d6d5c70090c4'/>
<id>4f770fe727f99054422e48677569d6d5c70090c4</id>
<content type='text'>
More closely match MIT License text verbatim</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More closely match MIT License text verbatim</pre>
</div>
</content>
</entry>
<entry>
<title>More closely match MIT License text verbatim</title>
<updated>2020-03-02T21:05:47+00:00</updated>
<author>
<name>Jason Karns</name>
<email>jason.karns@gmail.com</email>
</author>
<published>2020-03-02T21:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/method_source.git/commit/?id=b983b2805279ffa706db90998520276888634c2a'/>
<id>b983b2805279ffa706db90998520276888634c2a</id>
<content type='text'>
Tweak the license such that tooling (in particular, `licensee`) recognizes the LICENSE file as MIT.

Before:

```
$ /usr/local/share/gem/bin/licensee 
License:        NOASSERTION
Matched files:  LICENSE, README.markdown, method_source.gemspec
LICENSE:
  Content hash:  bfd1a6d003c3210704bb2025ee95bfc059adcd4d
  License:       NOASSERTION
README.markdown:
  Content hash:  d64f3bb4282a97b37454b5bb96a8a264a3363dc3
  Attribution:   Copyright (c) 2011 John Mair (banisterfiend)
  Confidence:    100.00%
  Matcher:       Licensee::Matchers::Exact
  License:       MIT
method_source.gemspec:
  Confidence:  90.00%
  Matcher:     Licensee::Matchers::Gemspec
  License:     MIT
```

After:
```
$ /usr/local/share/gem/bin/licensee 
License:        MIT
Matched files:  LICENSE, README.markdown, method_source.gemspec
LICENSE:
  Content hash:  d64f3bb4282a97b37454b5bb96a8a264a3363dc3
  Attribution:   Copyright (c) 2011 John Mair (banisterfiend)
  Confidence:    100.00%
  Matcher:       Licensee::Matchers::Exact
  License:       MIT
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tweak the license such that tooling (in particular, `licensee`) recognizes the LICENSE file as MIT.

Before:

```
$ /usr/local/share/gem/bin/licensee 
License:        NOASSERTION
Matched files:  LICENSE, README.markdown, method_source.gemspec
LICENSE:
  Content hash:  bfd1a6d003c3210704bb2025ee95bfc059adcd4d
  License:       NOASSERTION
README.markdown:
  Content hash:  d64f3bb4282a97b37454b5bb96a8a264a3363dc3
  Attribution:   Copyright (c) 2011 John Mair (banisterfiend)
  Confidence:    100.00%
  Matcher:       Licensee::Matchers::Exact
  License:       MIT
method_source.gemspec:
  Confidence:  90.00%
  Matcher:     Licensee::Matchers::Gemspec
  License:     MIT
```

After:
```
$ /usr/local/share/gem/bin/licensee 
License:        MIT
Matched files:  LICENSE, README.markdown, method_source.gemspec
LICENSE:
  Content hash:  d64f3bb4282a97b37454b5bb96a8a264a3363dc3
  Attribution:   Copyright (c) 2011 John Mair (banisterfiend)
  Confidence:    100.00%
  Matcher:       Licensee::Matchers::Exact
  License:       MIT
```</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #59 from casperisfine/fix-ruby-2.7</title>
<updated>2019-10-28T02:34:12+00:00</updated>
<author>
<name>Kyrylo Silin</name>
<email>silin@kyrylo.org</email>
</author>
<published>2019-10-28T02:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/method_source.git/commit/?id=24ccd7fa619245abddeb03fcf40c8cb452dc5666'/>
<id>24ccd7fa619245abddeb03fcf40c8cb452dc5666</id>
<content type='text'>
Handle new message for unterminated lists on MRI 2.7</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle new message for unterminated lists on MRI 2.7</pre>
</div>
</content>
</entry>
<entry>
<title>Test against Ruby 2.7 on CI</title>
<updated>2019-10-26T15:22:30+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2019-10-25T09:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/method_source.git/commit/?id=a7334bbcc36bcb60b3bb42f796bd72af7828bb82'/>
<id>a7334bbcc36bcb60b3bb42f796bd72af7828bb82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle new message for unterminated lists on MRI 2.7</title>
<updated>2019-10-26T15:22:30+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2019-10-24T09:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/method_source.git/commit/?id=5461b17602b465f8d259e25f0e749c4dff8b6208'/>
<id>5461b17602b465f8d259e25f0e749c4dff8b6208</id>
<content type='text'>
The error message for `issue = %W/` changed, before:

```
(eval):2: syntax error, unexpected tSTRING_END, expecting tSTRING_CONTENT or tSTRING_DBEG or tSTRING_DVAR or ' '
```

After:

```
((eval):2: unterminated list meets end of file)
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The error message for `issue = %W/` changed, before:

```
(eval):2: syntax error, unexpected tSTRING_END, expecting tSTRING_CONTENT or tSTRING_DBEG or tSTRING_DVAR or ' '
```

After:

```
((eval):2: unterminated list meets end of file)
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #60 from casperisfine/fix-ci</title>
<updated>2019-10-26T01:56:57+00:00</updated>
<author>
<name>Kyrylo Silin</name>
<email>silin@kyrylo.org</email>
</author>
<published>2019-10-26T01:56:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/method_source.git/commit/?id=f7cdccb814f9dcc72a7075a4d548b4568c90285b'/>
<id>f7cdccb814f9dcc72a7075a4d548b4568c90285b</id>
<content type='text'>
Fix CI builds and add newer ruby versions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix CI builds and add newer ruby versions</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ruby warning in spec_helper</title>
<updated>2019-10-25T09:56:35+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2019-10-25T09:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/method_source.git/commit/?id=6487a1e425997f674c6a6bb8c9e5e83c425ba271'/>
<id>6487a1e425997f674c6a6bb8c9e5e83c425ba271</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
