girc-wookie 1.0.2 → 1.0.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: cb24db3af7a756c67f1f4ae49571bec78fc9e69c
4
- data.tar.gz: 19ddb7c9c121f2a0ecb97ff2d741eb05802803d6
3
+ metadata.gz: 45857237afcafb3316ab70ed41086f16234525fc
4
+ data.tar.gz: 692d4aefed8962f611545eaffe74914cf7cae1ea
5
5
  SHA512:
6
- metadata.gz: 200dc7c0afa28946a9c9d43d0d3e9d9cdbd82a5d3aa159e79f112af339cd9a4697d349fb45425ca969dc5e7ad8ed38bf0dcc7dba7d1d6afe5d489f38682b97d9
7
- data.tar.gz: a8c43e6552c5ef32d2be4e0c050a853b77e8185337514ef68d57af77a5dad3306c825e5603e63e4a54ec0455687451c3506b95dbcdde7733cbefda9ec751a65b
6
+ metadata.gz: 1ef317c2a24f4c97b76ddecbbb0b4982288a098e6a2d848957fec139acaa7f1288c56c59dd8572070c721d84dea3605363f52d5b4db980b8b6c6d26a3ca4d87f
7
+ data.tar.gz: 1d98647610c68f85ab15684b4efec2bee4433733a6429511a3551e9b695adf2ff463b9e6d59b63b0a008a6ab4f91521d4f2700c359a30efc485cf93a00ecc642
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
  ## Version 1
3
+ ### Version 1.0.3
4
+ * Update to and require Ruby 2.3
5
+
3
6
  ### Version 1.0.2
4
7
  * Reupload version 1.0.1 with tested code.
5
8
 
data/bin/wookie CHANGED
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(path)
6
6
 
7
7
  require_relative '../lib/girc/wookie'
8
8
 
9
- usage = 'Usage: wookie [yaml file directory]'
9
+ usage = 'Usage: wookie [yaml file directory]'.freeze
10
10
  if ARGV.length < 1
11
11
  puts usage
12
12
  exit
@@ -37,6 +37,9 @@ module GIRC
37
37
 
38
38
  private
39
39
 
40
+ # Returns an integer string representing a boolean value.
41
+ # @param boolean [Boolean]
42
+ # @return [String] '1' if boolean is true, '0' if it is false.
40
43
  def to_int_string(boolean)
41
44
  return '1' if boolean
42
45
  return '0' unless boolean
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: girc-wookie
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eli Foster
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-15 00:00:00.000000000 Z
11
+ date: 2016-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit
@@ -47,7 +47,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
47
47
  requirements:
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: '0'
50
+ version: '2.3'
51
51
  required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  requirements:
53
53
  - - ">="
@@ -55,9 +55,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  version: '0'
56
56
  requirements: []
57
57
  rubyforge_project:
58
- rubygems_version: 2.4.5.1
58
+ rubygems_version: 2.5.1
59
59
  signing_key:
60
60
  specification_version: 4
61
61
  summary: GitHub-IRC Wookie command line application
62
62
  test_files: []
63
- has_rdoc: