wikitext 4.2 → 4.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40a9dd24504ec4ae9b1584450ef0676eec9e185b
4
- data.tar.gz: dc04f479a91ada21d9eac782e1c42ba9c66ada0b
3
+ metadata.gz: d81bfa5ea739876d1aaf7c561174cd8fffb76f27
4
+ data.tar.gz: 0d88943a1d6680c446ef05274039edc2aeee6668
5
5
  SHA512:
6
- metadata.gz: c670c7c9a76287bfea763268c6658b159384b5dfdd1568a8ecc91dac70449725df2fe9a2fe77a888b3f67c3c89b2376c985d2660ae08bb0ad8243a16a086a168
7
- data.tar.gz: fc956347dc61cbf9c12420b8bd6e9dae4a48e874f5a51bc41f21c6cb51becfb8b9baee3676d4c021209b3327048c1bb9cb3499766375eefa35b1243478eae842
6
+ metadata.gz: fb006784a14c5dd38b59927db617268c2d9629a94684e5bc49798526f92aee72188793af31381da2f09fed7a7a1a92e4f6ff7c8096c28d646175344d4f5e9a38
7
+ data.tar.gz: deea918cf2b6fdd7559558904f79008e8be39aaf5af06356ad0569473d78498d24d41df492ca139c393ab262badbd7f15427bae3db3801c1450fea4d569bc4d7
@@ -28,7 +28,7 @@ def missing item
28
28
  exit 1
29
29
  end
30
30
 
31
- if RUBY_VERSION !~ /\A2\.[012]\./
31
+ if RUBY_VERSION !~ /\A2\.[0123](\.|$)/
32
32
  raise "unsupported Ruby version: #{RUBY_VERSION}"
33
33
  end
34
34
 
@@ -22,5 +22,5 @@
22
22
  # POSSIBILITY OF SUCH DAMAGE.
23
23
 
24
24
  module Wikitext
25
- VERSION = '4.2'
25
+ VERSION = '4.3'
26
26
  end # module Wikitext
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wikitext
3
3
  version: !ruby/object:Gem::Version
4
- version: '4.2'
4
+ version: '4.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Hurrell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-14 00:00:00.000000000 Z
11
+ date: 2016-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -189,4 +189,3 @@ signing_key:
189
189
  specification_version: 4
190
190
  summary: Wikitext-to-HTML translator
191
191
  test_files: []
192
- has_rdoc: