ircparser 0.3.1 → 0.3.2

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: 01f9fd36ac377195234a6fd90492586ed5af8c8c
4
- data.tar.gz: 52ee9336c4e4f1811186aae63bcf0d9add72c063
3
+ metadata.gz: da792a06cf218e905c4c4cd558b1624edfd17ef7
4
+ data.tar.gz: 07a24306c369d4a1e509522121b4fb93354f7a9f
5
5
  SHA512:
6
- metadata.gz: 4d5804b02d687a2c524c7319b6068cc05cf86a595ee45de4a33b76aef91302588ce317bd59f52f672b167dce5a0a823fbefe2a4eb413c76cd8c7caa7d4f1bd67
7
- data.tar.gz: d53b421a5c92b99f8425ca9ce121ccfc4666f2bdb59ca7b31c8503200af537c4085d42ed9aceb5e0316f4c4ade678d011d12fee6f9a209d57ac71e3964046c5a
6
+ metadata.gz: 302fe93bd63fc4598a98e3c3014632e3f506a28ecd5bcedcab29077addb522842c54fccd71e792171508b91f3e7d0fde12314ffd8ec48ce53d166d75f2a5f094
7
+ data.tar.gz: 245d04b36d85a0d50735a10526afc33cc1f446ae97aaef8127c912cbf117e835c92a6fc51a1292686fbf8a9ec187484aaa7196656c2423e67e5f3678232b5db6
@@ -1,6 +1,6 @@
1
1
  # IRCParser - Internet Relay Chat Message Parser
2
2
  #
3
- # Copyright (C) 2015 Peter "SaberUK" Powell <petpow@saberuk.com>
3
+ # Copyright (C) 2015-2017 Peter "SaberUK" Powell <petpow@saberuk.com>
4
4
  #
5
5
  # Permission to use, copy, modify, and/or distribute this software for any purpose with or without
6
6
  # fee is hereby granted, provided that the above copyright notice and this permission notice appear
@@ -16,7 +16,7 @@
16
16
  module IRCParser
17
17
 
18
18
  # Public: The version of IRCParser in use.
19
- VERSION = '0.3.1'
19
+ VERSION = '0.3.2'
20
20
  end
21
21
 
22
22
  require_relative 'ircparser/error'
@@ -1,6 +1,6 @@
1
1
  # IRCParser - Internet Relay Chat Message Parser
2
2
  #
3
- # Copyright (C) 2015 Peter "SaberUK" Powell <petpow@saberuk.com>
3
+ # Copyright (C) 2015-2017 Peter "SaberUK" Powell <petpow@saberuk.com>
4
4
  #
5
5
  # Permission to use, copy, modify, and/or distribute this software for any purpose with or without
6
6
  # fee is hereby granted, provided that the above copyright notice and this permission notice appear
@@ -1,6 +1,6 @@
1
1
  # IRCParser - Internet Relay Chat Message Parser
2
2
  #
3
- # Copyright (C) 2015 Peter "SaberUK" Powell <petpow@saberuk.com>
3
+ # Copyright (C) 2015-2017 Peter "SaberUK" Powell <petpow@saberuk.com>
4
4
  #
5
5
  # Permission to use, copy, modify, and/or distribute this software for any purpose with or without
6
6
  # fee is hereby granted, provided that the above copyright notice and this permission notice appear
@@ -1,6 +1,6 @@
1
1
  # IRCParser - Internet Relay Chat Message Parser
2
2
  #
3
- # Copyright (C) 2015 Peter "SaberUK" Powell <petpow@saberuk.com>
3
+ # Copyright (C) 2015-2017 Peter "SaberUK" Powell <petpow@saberuk.com>
4
4
  #
5
5
  # Permission to use, copy, modify, and/or distribute this software for any purpose with or without
6
6
  # fee is hereby granted, provided that the above copyright notice and this permission notice appear
@@ -1,6 +1,6 @@
1
1
  # IRCParser - Internet Relay Chat Message Parser
2
2
  #
3
- # Copyright (C) 2015 Peter "SaberUK" Powell <petpow@saberuk.com>
3
+ # Copyright (C) 2015-2017 Peter "SaberUK" Powell <petpow@saberuk.com>
4
4
  #
5
5
  # Permission to use, copy, modify, and/or distribute this software for any purpose with or without
6
6
  # fee is hereby granted, provided that the above copyright notice and this permission notice appear
@@ -1,6 +1,6 @@
1
1
  # IRCParser - Internet Relay Chat Message Parser
2
2
  #
3
- # Copyright (C) 2015 Peter "SaberUK" Powell <petpow@saberuk.com>
3
+ # Copyright (C) 2015-2017 Peter "SaberUK" Powell <petpow@saberuk.com>
4
4
  #
5
5
  # Permission to use, copy, modify, and/or distribute this software for any purpose with or without
6
6
  # fee is hereby granted, provided that the above copyright notice and this permission notice appear
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ircparser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter "SaberUK" Powell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-03 00:00:00.000000000 Z
11
+ date: 2017-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -16,20 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '5.6'
19
+ version: '5.10'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 5.6.0
22
+ version: 5.10.1
23
23
  type: :development
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - "~>"
28
28
  - !ruby/object:Gem::Version
29
- version: '5.6'
29
+ version: '5.10'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 5.6.0
32
+ version: 5.10.1
33
+ - !ruby/object:Gem::Dependency
34
+ name: rake
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '12.0'
40
+ type: :development
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '12.0'
33
47
  - !ruby/object:Gem::Dependency
34
48
  name: tomdoc
35
49
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
90
  version: '0'
77
91
  requirements: []
78
92
  rubyforge_project:
79
- rubygems_version: 2.4.8
93
+ rubygems_version: 2.6.8
80
94
  signing_key:
81
95
  specification_version: 4
82
96
  summary: An IRCv3.2 message parser.