anystyle 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -6
  3. data/lib/anystyle/version.rb +1 -1
  4. metadata +5 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89918016e372d0f8e12a197e48c2c7e49f4e238b9c2f6632d47b72f6d1bac8e1
4
- data.tar.gz: 8c663bfbfe97bffbdba20c49681795f562a7ee1d639cb4e7447851edb976058c
3
+ metadata.gz: 07a81e9d1b544f8746d6216818320e073ff6dc7b53beb47a0074e1687b5854e7
4
+ data.tar.gz: 49fac4dc8162f92564dcddf6ea800c0af0c80865ed9516876125a8583a73c318
5
5
  SHA512:
6
- metadata.gz: 28236d70dda101a59b3330fd448562a910d0b371216baf8b58572ada8b95b892be662d072970e1c17a2b8d4aefe24733fce46f257dda1660e85765b77db4eb2d
7
- data.tar.gz: cd95419c88e26f2dd96586f6759cf4e402fc099cf2f60bd5a955b1c00956692c8c2ba3b7c731bc097425ba750f6407773317baabf90d47e5e5bcd56eaa54e645
6
+ metadata.gz: 7f383ca440e2c041bae9ec67beb2a77a01a60f389f910a5d9cd41b97f5af2b6dec38af48406f64db417da5921d12f813a4d32ce529dcadc80f6db7353dbf2455
7
+ data.tar.gz: 2ed2d84022886aeedc47f4c23b765846a28f332ffbfbf51061722c63042999916b9a3ffde074cacf2fb055d2ec0d8ec69925b50ec539a8c23a03a93fe93ac0d2
data/README.md CHANGED
@@ -52,12 +52,12 @@ Alternatively, you can create your own `AnyStyle::Parser` or
52
52
 
53
53
  Web Application and Web Service
54
54
  -------------------------------
55
- AnyStyle is available as a web-application and service at
56
- [anystyle.io](https://anystyle.io).
57
-
58
- Please note that the web service is currently based on the legacy
59
- [0.x branch](https://github.com/inukshuk/anystyle/tree/0.x).
60
-
55
+ The web interface for AnyStyle, previously at [anystyle.io](https://anystyle.io),
56
+ is currently down indefintely for maintenance. The plan is to update the website to
57
+ use version 1.0 of the parser (which produces much better results than the legacy
58
+ version that was powering the website), but there is no clear timetable for when
59
+ this will happen. (If you know Ruby on Rails and would like to help bring back a popular
60
+ web service, please get in touch!)
61
61
 
62
62
  Training
63
63
  --------
@@ -1,3 +1,3 @@
1
1
  module AnyStyle
2
- VERSION = '1.3.3'.freeze
2
+ VERSION = '1.3.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anystyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvester Keil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-10 00:00:00.000000000 Z
11
+ date: 2019-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bibtex-ruby
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4.0'
19
+ version: '5.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '4.0'
26
+ version: '5.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: anystyle-data
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -188,8 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  - !ruby/object:Gem::Version
189
189
  version: '0'
190
190
  requirements: []
191
- rubyforge_project:
192
- rubygems_version: 2.7.4
191
+ rubygems_version: 3.0.6
193
192
  signing_key:
194
193
  specification_version: 4
195
194
  summary: Smart and fast bibliography parser.