cinch 2.3.2 → 2.3.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: 1bf54d3cdbf425ca21068babd1227a962916bcf9
4
- data.tar.gz: 469de4464c5d3b4c4b4bca3b9ef78c580ed2a6f4
3
+ metadata.gz: 6b797f7f8f089764ee70a75406ffbd15e9c361c6
4
+ data.tar.gz: 9b7b7bb55385b7a5d3c6ffb9623da425ba3626fa
5
5
  SHA512:
6
- metadata.gz: ff2c4d88195ada0f4d7b7e270a39547693f1c82b9910734618ba2a4940b64db799e098dd6b896d9a65dff5b6a9667bac21c6887cc26782c4a286e7ceaee6661a
7
- data.tar.gz: c487c906db91c531d220648eb58b941337b0ec4244049f70ca47cc2db0f0abdf4b7cda8069376a39ac96d2bce07ec244b5e0c7bec6ed89389aed4251303d5e86
6
+ metadata.gz: f70cba70a2ef2f282c8b1bbdfd4f75634bccbe8b15359476279be385e209f4d6fac2c6bb36b97240fa2cdd003eb0069321a42df871feb4da5a05ffc09be276c0
7
+ data.tar.gz: 79f65b57abd3456d40a96bbd337ed1ecc523efd52afb51d6604545f65a0e0b9454fc3a514546e1dd5983774edd8c275369ce94c7536b8271a085ac9f3fd83359
@@ -1,4 +1,4 @@
1
1
  module Cinch
2
2
  # Version of the library
3
- VERSION = '2.3.2'
3
+ VERSION = '2.3.3'
4
4
  end
@@ -0,0 +1,4 @@
1
+ module Cinch
2
+ # Version of the library
3
+ VERSION = '2.3.2'
4
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cinch
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Honnef
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-25 00:00:00.000000000 Z
11
+ date: 2016-11-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A simple, friendly DSL for creating IRC bots
14
14
  email:
@@ -114,7 +114,8 @@ files:
114
114
  - lib/cinch/utilities/encoding.rb
115
115
  - lib/cinch/utilities/kernel.rb
116
116
  - lib/cinch/version.rb
117
- homepage: http://cinchrb.org
117
+ - lib/cinch/version.rb~
118
+ homepage: https://github.com/cinchrb/cinch
118
119
  licenses:
119
120
  - MIT
120
121
  metadata: {}