<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/bigdecimal/bigdecimal.gemspec, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/bigdecimal] Read version from bigdecimal.c</title>
<updated>2023-02-21T09:50:02+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-02-19T09:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d13879f862a98e718ba7ec40e8d43137efb97a8b'/>
<id>d13879f862a98e718ba7ec40e8d43137efb97a8b</id>
<content type='text'>
The dependency of extconf.h on bigdecimal.gemspec does not make sense
as far as no rule is defined for it.  Also, the relationship between
extension library and gemspec file is various in default gems, and
does not work well.

https://github.com/ruby/bigdecimal/commit/7f99b28552
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The dependency of extconf.h on bigdecimal.gemspec does not make sense
as far as no rule is defined for it.  Also, the relationship between
extension library and gemspec file is various in default gems, and
does not work well.

https://github.com/ruby/bigdecimal/commit/7f99b28552
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/bigdecimal] Fix the license name [ci skip]</title>
<updated>2023-02-19T09:58:31+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-02-19T09:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ba1b9d31044cdf31b975b6583dd39552ac576113'/>
<id>ba1b9d31044cdf31b975b6583dd39552ac576113</id>
<content type='text'>
```
$ gem build bigdecimal.gemspec
WARNING:  license value 'BSD-2-clause' is invalid.  Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
Did you mean 'BSD-2-Clause'?
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
```

https://github.com/ruby/bigdecimal/commit/36b77a2d2f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
```
$ gem build bigdecimal.gemspec
WARNING:  license value 'BSD-2-clause' is invalid.  Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
Did you mean 'BSD-2-Clause'?
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
```

https://github.com/ruby/bigdecimal/commit/36b77a2d2f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/bigdecimal] Stub out extension build on JRuby</title>
<updated>2023-02-17T17:52:48+00:00</updated>
<author>
<name>Charles Oliver Nutter</name>
<email>headius@headius.com</email>
</author>
<published>2023-02-08T20:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=becec0001c8eff1b763bed804e48a9ab71289fdd'/>
<id>becec0001c8eff1b763bed804e48a9ab71289fdd</id>
<content type='text'>
JRuby currently ships its own internal bigdecimal extension as
part of the core libraries. In order for users to be able to add
bigdecimal to their Gemfile or gem dependencies, we need to stub
out the C extension and just load the extension shipped with
JRuby.

In the future we will try to move our BigDecimal implementation
into the gem, but for now this is the simplest way to make it
installable on JRuby.

See #169

https://github.com/ruby/bigdecimal/commit/829956c643
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
JRuby currently ships its own internal bigdecimal extension as
part of the core libraries. In order for users to be able to add
bigdecimal to their Gemfile or gem dependencies, we need to stub
out the C extension and just load the extension shipped with
JRuby.

In the future we will try to move our BigDecimal implementation
into the gem, but for now this is the simplest way to make it
installable on JRuby.

See #169

https://github.com/ruby/bigdecimal/commit/829956c643
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/bigdecimal] Bump version to 3.1.3</title>
<updated>2022-12-05T10:44:30+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-05T10:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fa865f5752d55c6fd2f88b81401c43de7317dbce'/>
<id>fa865f5752d55c6fd2f88b81401c43de7317dbce</id>
<content type='text'>
https://github.com/ruby/bigdecimal/commit/25a75c2033
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/bigdecimal/commit/25a75c2033
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/bigdecimal] Updated to use the correct spec for muilti license</title>
<updated>2022-08-03T02:04:31+00:00</updated>
<author>
<name>Thomas Winsnes</name>
<email>TWinsnes@users.noreply.github.com</email>
</author>
<published>2022-08-02T00:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8a1be433e8cac6ca5ded095f6fefbdc1009102b9'/>
<id>8a1be433e8cac6ca5ded095f6fefbdc1009102b9</id>
<content type='text'>
https://github.com/ruby/bigdecimal/commit/13165b29b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/bigdecimal/commit/13165b29b8
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated to use multiple licenses</title>
<updated>2022-08-03T02:04:20+00:00</updated>
<author>
<name>Thomas Winsnes</name>
<email>TWinsnes@users.noreply.github.com</email>
</author>
<published>2022-08-02T00:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f33b2ae918aff36518540244ac57e7f9c4de4af9'/>
<id>f33b2ae918aff36518540244ac57e7f9c4de4af9</id>
<content type='text'>
Co-authored-by: Hiroshi SHIBATA &lt;hsbt@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Hiroshi SHIBATA &lt;hsbt@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/bigdecimal] Version 3.1.2</title>
<updated>2022-01-24T01:56:37+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@mrkn.jp</email>
</author>
<published>2022-01-19T07:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=328e6bf3b3a167529e5c64a281e773c97afd16e3'/>
<id>328e6bf3b3a167529e5c64a281e773c97afd16e3</id>
<content type='text'>
https://github.com/ruby/bigdecimal/commit/57e2194135
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/bigdecimal/commit/57e2194135
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/bigdecimal] Version 3.1.1</title>
<updated>2021-12-23T17:29:02+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@mrkn.jp</email>
</author>
<published>2021-12-23T16:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=65d35502bdaa2834934c8952a9eac86816a10d14'/>
<id>65d35502bdaa2834934c8952a9eac86816a10d14</id>
<content type='text'>
https://github.com/ruby/bigdecimal/commit/2ef67c2cc7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/bigdecimal/commit/2ef67c2cc7
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/bigdecimal] Version 3.1.0</title>
<updated>2021-12-23T17:29:01+00:00</updated>
<author>
<name>Kenta Murata</name>
<email>mrkn@mrkn.jp</email>
</author>
<published>2021-12-21T09:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=680a4ebb3ce7a3028b897204c2f0d3a546194eb8'/>
<id>680a4ebb3ce7a3028b897204c2f0d3a546194eb8</id>
<content type='text'>
https://github.com/ruby/bigdecimal/commit/c3453d2b97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/bigdecimal/commit/c3453d2b97
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/bigdecimal] Improve extconf to allow using bigdecimal as a git gem</title>
<updated>2021-12-23T17:28:59+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2021-12-02T11:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d0897e3f3afdc6d1fdb0fa60bdf4b0cb80c7de03'/>
<id>d0897e3f3afdc6d1fdb0fa60bdf4b0cb80c7de03</id>
<content type='text'>
e.g.
```
gem "bigdecimal", github: "ruby/bigdecimal"
```

It would fail because bundler regenerates the `gemspec`,
so `bigdecimal_version` is gone.

https://github.com/ruby/bigdecimal/commit/bccaa66f2c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e.g.
```
gem "bigdecimal", github: "ruby/bigdecimal"
```

It would fail because bundler regenerates the `gemspec`,
so `bigdecimal_version` is gone.

https://github.com/ruby/bigdecimal/commit/bccaa66f2c
</pre>
</div>
</content>
</entry>
</feed>
