arxiv-references 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff8bba2cf9350196654a4ab2aa4935c7d72c7c35
4
- data.tar.gz: 639122720e954ae36f82092403fc1b1c68fa24a1
3
+ metadata.gz: cc144079bbcd717efb9092b4026e4eab97f419da
4
+ data.tar.gz: 90bb0a7f3963c88f9926714980c910fed3d6515d
5
5
  SHA512:
6
- metadata.gz: 5cbf408e861e720b15fcab59ac13d710b39c6054331bfccf3c74d6aba7cddcd4d3a020f73e6af7f03877e0f2af97e75e57f177de914a8e73228d61075e6a317a
7
- data.tar.gz: dbc20e54e6698778f7f6fe39a85b21e5052383d80fb3dab1759f9205e2c6b91e2d0df7248522fd7586fa2364531280d91b6db823a0c2f5664aaa2bdda775fcef
6
+ metadata.gz: beb3a02e93aeb0d74ac71b8489f41a7cc42df7e0377821b6013e8a488e2f20f4b1c51bde565d2573070ac23acd3515353d2a35c7553be5bc40a8a9aba6ea5066
7
+ data.tar.gz: 565a37c44a68f19eff150c20df74761a0f413012fcc210edfb5d932148ce84680fa7b0ef61aede2543ff0bb49da4964f1312e64e0f924a868e54fc46b96d54ce
data/README.md CHANGED
@@ -37,5 +37,4 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
37
37
 
38
38
  ## License
39
39
 
40
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
-
40
+ GNU GPL
@@ -1,5 +1,5 @@
1
1
  module Arxiv
2
2
  module References
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arxiv-references
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takahiro Nishimura